curl --location --request POST 'https://dev.your-api-server.com/api/transcription/v1/get_segments' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"transcribeId": "0e01c7d5-6729-482c-9241-dc3ca095487b",
"speakerIdentificationTaskId": "c479e860"
}'
{}