{
"url": "string"
}
curl --location -g --request POST '{{BASE_URL}}/riffusion/upload' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "string"
}'
{
"id": "string",
"lyrics": "string"
}