Filling in user data
curl -L \ --request POST \ --url 'http://api.client.nbcgate.tech//auth/sign-up/user/update' \ --header 'Content-Type: application/json' \ --data '{ "countryId": 1, "currency": 1, "id": 1, "name": "text", "phone": "text", "surname": "text" }'
No body