Retrieves the list of artists the user is following
cURL
curl --request GET \ --url http://localhost:3000/api/follows/following
{ "follows": [ {} ], "hasMore": true, "nextCursor": "<string>", "total": 123 }
Number of follows to retrieve
1 <= x <= 50
Pagination cursor
Following list retrieved successfully
List of follow relationships
Whether there are more results
Cursor for next page
Total number of results in current page