curl --location --request GET '/v1/agent/me' \
--header 'Authorization: Bearer {{agentJwt}}' \
--header 'X-Device-Id: {{deviceId}}' \
--header 'X-Agent-Id: {{agentId}}' \
--header 'X-Request-Id: {{requestId}}' \
--header 'Content-Type: application/json'{
"id": "agt_123",
"name": "Jane Agent",
"status": "active",
"limits": {
"cashout_single": 500.0
}
}