curl --location -g --request GET '/v1/agents/{{agent_id}}/commissions' \
--header 'Authorization: Bearer {{agentJwt}}' \
--header 'X-Device-Id: {{deviceId}}' \
--header 'X-Agent-Id: {{agentId}}' \
--header 'X-Request-Id: {{requestId}}' \
--header 'Content-Type: application/json'{
"status": "ok"
}