curl --location --request POST '/generator/suno' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"task": "lyrics",
"prompt": "A happy song about a girl and a boy."
}'{
"code": 200,
"msg": "success",
"data": "791e6d1aee2b4730a335212c31e4b413"
}