Authorization: Bearer ********************{
"clip_id": "9b1d2e8d-a365-4bfd-8a18-8989e159b29f",
"task": "rewrite"
}curl --location --request POST 'https://api.gptgod.online/sunoapi/generate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"clip_id": "9b1d2e8d-a365-4bfd-8a18-8989e159b29f",
"task": "rewrite"
}'{
"clips": [
{
"id": "abcd-1234-5678-efgh",
"status": "submitted"
}
],
"request_id": "req-123456"
}