cURL
curl --request GET \ --url https://localhost:5000/users/is-following/{identifier} \ --header 'Authorization: Bearer <token>'
{ "success": true, "isFollowing": true }
Check if the current user is following another user
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Username or user ID
Following status
true