curl --location --request POST 'https://dev.your-api-server.com/api/speaker-identification/v1/indentify/speakers' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"fileId": "5e6f1f38-cd33-4eba-a858-974889e4b9ca_vocals",
"noOfSpeakers": 2
}'
{}