Authorization: ********************
curl --location 'https://decibel.foo/api/users/3/follow' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "message": "string", "isFollowing": true }