curl --location -g --request PUT 'https://{{tenantname}}.onchannelcrm.app/api/AspNetUsers/' \
--header 'CCRMAuthorize: <api-key>' \
--header 'Content-Type: application/json;odata.metadata=minimal;odata.streaming=true' \
--data-raw '{
"id": "",
"userName": "",
"normalizedUserName": "",
"email": "",
"normalizedEmail": "",
"emailConfirmed": true,
"passwordHash": "",
"securityStamp": "",
"concurrencyStamp": "",
"phoneNumber": "",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEnd": "",
"lockoutEnabled": true,
"accessFailedCount": 0,
"active": true,
"lastLogin": "",
"aspNetUserRoles": {}
}'