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