# Create category Add a new permissions category. Provide the category information in the request body. Note that categories are not associated with permissions in this route — you can associate permissions by sending the category ID in the add or update permission routes. Endpoint: POST /resources/permissions/v1/categories Version: 1.0 Security: bearer ## Request fields (application/json): - `name` (string, required) - `description` (string) - `id` (string) ## Response 201 fields (application/json): - `id` (string, required) - `name` (string, required) - `description` (string,null, required) - `createdAt` (string, required) - `feCategory` (boolean, required)