Authorization: Bearer ********************{
"clip_id": "a3911719-eded-4585-a4bb-90ea52d786b5",
"speed": 1.5,
"keep_pitch": true
}curl --location 'https://api.gptbox.net/suno/submit/adjust-speed' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"clip_id": "a3911719-eded-4585-a4bb-90ea52d786b5",
"speed": 1.5,
"keep_pitch": true
}'{}