update:users and update:groupsupdate:users and update:groups permissions. Make sure your token was created with these permissions during token creation.curl --location --request PUT 'https://api-v2.getmarvia.com/v1/users//groups' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '[
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]'{
"_tag": "Success",
"data": {
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f"
}
}