apiKey: ********************{
"audioUrl": "https://example.com/audio.mp3",
"startPlace": 0,
"endPlace": 100
}curl --location --request POST '/api/audio/cut' \
--header 'apiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"audioUrl": "https://example.com/audio.mp3",
"startPlace": 0,
"endPlace": 100
}'{
"errorMessage": "string",
"code": 0,
"aboutUrl": "string",
"traceId": "string",
"audioUrl": "/api/audio/files/processed_audio_123.mp3",
"downloadUrl": "/api/audio/download/processed_audio_123.mp3"
}