curl --location --request PATCH '/users/' \
--header 'Content-Type: application/json' \
--data-raw '{
"nickname": "string",
"profileImage": "http://example.com",
"lang": "en",
"timezone": "UTC",
"externalId": "string",
"status": "active",
"role": "owner"
}'{
"userId": "string",
"principalId": "string",
"externalId": "string",
"nickname": "string",
"profileImage": "http://example.com",
"lang": "en",
"timezone": "UTC",
"role": "member",
"status": "active",
"referralCode": "string",
"referredBy": "string",
"referredCount": 0,
"welcomeEmailRequested": true,
"welcomeEmailSentAt": "2019-08-24T14:15:22.123Z",
"accountId": "stringstri",
"workspaceId": "stringstri",
"updatedAt": "2019-08-24T14:15:22.123Z"
}