{ "machineCode": "string" }
curl --location --request POST 'localhost:8081/api/obtain/queue/query/call/queue/voice' \ --header 'token;' \ --header 'Content-Type: application/json' \ --data-raw '{ "machineCode": "string" }'
{ "code": 0, "data": [ { "processingWindow": "string", "queueNumber": "string" } ], "msg": "string" }