curl --location --request GET 'https://api.spotify.com/me/following?type=' \
--header 'Authorization;'
{
"artists": {
"cursors": {
"after": "string"
},
"href": "string",
"items": [
{
"external_urls": {
"spotify": "string"
},
"followers": {
"href": "string",
"total": 0
},
"genres": [
"string"
],
"href": "string",
"id": "string",
"images": [
{
"height": 0,
"url": "string",
"width": 0
}
],
"name": "string",
"popularity": 0,
"type": "string",
"uri": "string"
}
],
"limit": 0,
"next": "string",
"total": 0
}
}
artist
is supported.user-follow-modify
scope.