Invoke this endpoint to add a new user to your loyalty program.
the user's wallet_address
the user's phone (must be provided if email is blank)
the user's email (must be provided if phone is blank)
curl -L \ --request POST \ --url '/users' \ --header 'X-API-Key: YOUR_API_KEY' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data 'wallet_address=text&phone=text&email=text'
{ "user": { "id": "text" } }