curl --request POST \ --url http://localhost:8000/api/v1/follow/unfollow/123e4567-e89b-12d3-a456-426614174000 \ --header "Authorization: Bearer <your_access_token>" \ | jq
{ "message": "<string>" }
Unfollow a user
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
Generic message schema.