Authorization: ********************curl --location '/api/v1/core/users//update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"role": "admin",
"isActive": true,
"companyCodes": [
"string"
]
}'