Authorization: Bearer ********************
{ "followerId": 34508249776525312, "followeeId": 10308038636343296 }
curl --location --request POST 'http://localhost:9999/api/relations/follow' \ --header 'Content-Type: application/json' \ --data-raw '{ "followerId": 34508249776525312, "followeeId": 10308038636343296 }'
{}