put https://www.keycafe.com/v0/permission/
Edit a permission with a PUT request to the endpoint with the permission ID.
The post body should contain the data to be updated as a JSON object:
{
"role": "ADMINISTRATOR"
}
Returns the permission object if the update succeeded.