Checks if the authenticated user is following a specific artist
cURL
curl --request GET \ --url http://localhost:3000/api/follows/status/{artistId}
{ "isFollowing": true, "followedAt": 123 }
The ID of the artist
Follow status retrieved successfully
Whether the user is following the artist
Timestamp when the follow occurred