curl --location -g --request POST '/suno/act/vox/9a5eb627-b4c5-41a7-9af4-d3d2bfc5deb8' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"vocal_start_s": 45,
"vocal_end_s": 74
}'{
"id": "string",
"source_clip_id": "string",
"status": "string",
"vocal_audio_url": "string",
"vocal_end_s": 0,
"vocal_start_s": 0,
"wave_response": {
"waveform_aggregates": [
{
"data": [
[
0
]
],
"mip_map_level": 0
}
]
}
}