Authorization: Bearer ********************
{
"clip_id": "string",
"is_infill": "string"
}
curl --location --request POST 'http://prod-cn.your-api-server.com/suno/fetch' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"clip_id": "string",
"is_infill": "string"
}'
{
"code": "success",
"data": "47443cc1-4902-42ae-ae7f-72a9900544e9",
"message": ""
}