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