Follow a user.
userId
: ID of the user to unfollow. (required - included in path)
None
- cookie: token=... (required)
{
"success": true,
"message": "User unfollowed"
}
Code | Description |
---|---|
200 | Success |
400 | Bad Request |
401 | Unauthorized |
404 | Not Found |
500 | Internal Server Error |
None