Question Follow GET Resource

Get the follow status for the current user

GET /questions/:id/follow

Returns the follow status for the current user and the specified question

Response

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