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