{ "id": 3 }
curl --location --request POST '/api/v1/user/unfollowing' \ --header 'access_token;' \ --header 'refresh_token;' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": 3 }'
{}