APIWeb APISettingsCreate a roleCreate a role POST /api/create_role Creates a new role with the given name and permissions, rejecting blank names and names that already exist. Request Responses200400422Successful ResponseRole name is required, or a role with this name already exists.Validation Error