curl --location --request PUT '/v1/users/91521745' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "91521745",
"email": "gerencia@grafosoft.com",
"passwordHash": "YzkxNTIxNzQ1", //Encode Base64
"phone": "3108697825",
"companyId": "901084328",
"providerId": "901084328",
"identificationType": "13", //13-CC //31-NIT
"firstName": "Gerente",
"familyName": "General",
"jobTitle": "",
"organizationDepartment": "",
"isActive": true,
"claims":
[
{ "name": "bilidox", "isActive": true },
{ "name": "dian", "isActive": true }
]
}'