curl --location --request POST '/auth/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"phone": "string",
"otp_type": "register"
}'{
"access_token": "string",
"refresh_token": "string"
}