apiKey: ********************curl --location '/api/audio/cut' \
--header 'apiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"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"
}