Client authorization
curl -L \ --request POST \ --url 'http://api.client.nbcgate.tech//auth/sign-in' \ --header 'Content-Type: application/json' \ --data '{ "email": "text", "otp": "text", "password": "text" }'
text