curl --location --request POST 'https://dev.your-api-server.com/api/voice-extractor/v1/extract' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"fileId": "d8e48bdf-6fa6-4af9-945a-8a2eaa15664e"
}'
{}