Follow Artist
POST
/v1/user/me/following/{artistid}Request
Path Params
artistid
string
required
Example:
5ea2b239-9ba9-4251-b110-343978aa30e9
Request samples
Responses
Success(200)
Unauthorized(401)
Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
message
string
required
Example
{
"message": "Followed artist 5ea2b239-9ba9-4251-b110-343978aa30e9"
}
Last modified: 20 days ago