curl --location --request POST 'https://api.sqabl.com/v1/user//follow' \
--header 'Authorization: Bearer some-follower-token'
{
"success": true,
"statusCode": 200,
"data": {
"followee": {
"id": "cm1jb6nsf000008jp4poz6y4n",
"totalFollowers": 2,
"userIsFollowing": true
}
}
}