curl --location --request POST 'https://dev.your-api-server.com/api/speaker-identification/v1/sample/list' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNumber": 1,
"pageSize": 10
}'
{}