# Create a Personalization Category Create a new Personalization Category. Endpoint: POST /personalization/category Version: 1.0.0 Security: BearerAuth ## Request fields (application/json): - `name` (string, required) Name of the personalization category. ## Response 201 fields (application/json): - `name` (string) - `id` (integer) - `created_on` (string) - `modified_on` (string,null) - `status` (string) - `account` (integer,null) - `_links` (object) - `_links.self` (object) - `_links.self.href` (string) Example: "https://api.foleon.com/..." ## Response 400 fields ## Response 401 fields