/users/#{id}/followers/#{friend_id}
Check if a user follows the given user.
| header | description | type | required? | default |
|---|---|---|---|---|
| id | the user id to get information from | integer | x | |
| friend_id | the potential follower to check | integer | x |
200 if following, 404 if not
https://api.eyeem.com/v2/users/1013/followers/1015
{
"message": "User 1015 is following user 1013."
}