curl --location --request POST 'https://devapi.immigraflow.com/v1/auth/request-login-code' \
--header 'X-API-KEY: <api-key>' \
--header 'X-API-SECRET: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{ "email": "user@example.com" }'{
"success": true,
"message": "If the account exists and is active, a login code has been sent."
}