Create new user
cURL
curl --request POST \ --url https://api-dev.monyfix.tech/auth/register \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "phone": "<string>", "nonce": "<string>" } '
{ "id": "<string>", "phone": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response