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