curl --location --request GET 'https://dev.your-api-server.com/api/speaker-identification/v1/sample/download?fileId=b28a3665-bc3e-40ab-a2d5-f6400147d020' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{}