Categories

{
  "action": "<'CREATE','UPDATE','DELETE'>",
  "object": "CATEGORY",
  "data": {
    "uuid": "Primary Key (Read-Only)",
    "department_uuid": "UUID (Primary Key of Department)",
    "name": "<TranslatableModel>",
    "dynamic_fields_template": "<DynamicFieldsTemplateModel>"
  }
}