Authorization: Bearer ********************{
"ids": [
"task_id"
],
"action": "MUSIC"
}curl --location --request POST '/suno/fetch' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"task_id"
],
"action": "MUSIC"
}'[
{}
]