Unfollow an artist
cURL
curl --request POST \ --url http://localhost:3000/api/follows/unfollow \ --header 'Content-Type: application/json' \ --data ' { "artistId": "<string>" } '
{ "success": true, "follow": {}, "message": "<string>" }
ID of the artist to unfollow
Successfully unfollowed artist