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