curl --location --request PUT 'https://api.spotify.com/v1/me/following?type=&ids=' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"string"
]
}'
{
"error": {
"message": "string",
"status": 0
}
}