curl --location --request POST '/api/register' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "developer@example.com",
"password": "secureP@ss123"
}'{
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"apiKey": "pyapi_a1b2c3d4e5f6...",
"user": {
"email": "developer@example.com"
}
}