The first step is to check for the presence of an e-mail
curl -L \ --request POST \ --url 'http://api.client.nbcgate.tech//auth/sign-up/check' \ --header 'Content-Type: application/json' \ --data '{ "email": "text", "id": 1 }'
text