Question Follow PUT Resource

Follow/unfollow a question

PUT /questions/:id/follow

Toggles the follow status for the specified question.

Response

{
    "is_following": true,
    "has_unfollowed": false,
    "question": "/questions/42",
    "user": "/users/12"
}