curl --location --request POST '/v1/bet/api/agent/auth/login' \
--header 'x-agent-api-key: {{apikey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"password": "string"
}'{
"accessToken": "string",
"refreshToken": "string"
}