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