Authorization: Bearer ********************
curl --location '/users/follow' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "following_id": "1843367142011965440" }'
{}