Follow User
POST
/following/
Authentication
Requires JWT authentication viaAuthorization: Bearer <token> header.
Path Parameters
The unique identifier of the user to follow
Query Parameters
CAPTCHA token for verification
Response
Created - User followed successfully
Unfollow User
DELETE
/following/
Authentication
Requires JWT authentication viaAuthorization: Bearer <token> header.
Path Parameters
The unique identifier of the user to unfollow
Response
Success - User unfollowed successfully
Get Following
GET
/following/
Authentication
Requires JWT authentication viaAuthorization: Bearer <token> header.
Path Parameters
The unique identifier of the user
Response
Success - Returns list of following relationships