🗂️ QUICK START - CATEGORY

Group of endpoints that allows manage a category for a collection.

The Category is an entity that refers to a category of a collection. It's allowed to create and delete one category per endpoint, but it's possible to have many categories to one collection. These categories are used to separate a group of NFT by collection.

All two endpoints must have two required properties: collectionId and category.
The first one refers to the ID of the collection to link with the category. The category is the name of the category itself, both to create and to delete.

Example of request to create a category:

{
  "collectionId": "34dd0901-09a5-47e8-a17d-28110452ad85",
  "category" "test"
}