curl --location --request DELETE 'https://api.sqabl.com/v1/user//follow' \
--header 'Authorization: Bearer some-follower'\''s-access-token'
{
"data": {
"user": {
"id": "string",
"totalFollowers": 40,
"viewer": {
"isFollowing": false
}
}
}
}