curl --location --request POST 'https://api.sunoapi.com/api/v1/riffusion/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"mv":"FUZZ-1.1 Pro",
"prompt": "r&b pop song",
"custom_mode":false
}'
{
"message": "success",
"task_id": "6d7253ac-916e-49a8-b288-91ffa7f8a8cd"
}