Authorization: ********************
curl --location --request POST '/users//follow' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{ "message": "string", "isFollowing": true }