curl --request PUT \
--url https://dev-iam.razi.ai/v1/authentication/users/__USERID__ \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
--header 'Content-Type: application/json' \
--header 'X-App-Name: ' \
--data '{
"firstName": "John",
"lastName": "Doe",
"phoneNumber": "+971111111111",
"metadata": {
"key": "value"
}
}'