curl --location --request POST '/generator/suno' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"task": "upsample_tags",
"prompt": "cpop"
}'{
"code": 200,
"msg": "success",
"data": "9cfb1ea0298246f687b19f319b9d11ca"
}