curl --request POST \
--url https://api.blurb.fail/v1/artists \
--header 'Content-Type: application/json' \
--data '
{
"name": "My Artist",
"imageUrl": "https://placehold.co/1000x1000",
"externalIds": {
"appleMusic": "1234567890",
"spotify": "1234567890",
"youtube": "1234567890"
},
"clientRef": "1234567890"
}
'