update:usersupdate:users permission. Make sure your token was created with this permission during token creation.curl --location --request PATCH 'https://api.getmarvia.com/v1/users/' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"email": "string",
"firstName": "string",
"lastName": "string",
"enabled": true,
"title": "string",
"countryCode": "st",
"mobilePhone": "string",
"companyName": "string",
"timezone": "string",
"website": "string",
"role": "administrator",
"language": "string"
}'{
"_tag": "Success",
"data": {
"uuid": "string"
}
}