meta { name: Create a new category type: http seq: 1 } post { url: {{url}}/api/categories body: json auth: bearer } auth:bearer { token: {{bearerToken}} } body:json { { "name": "New category with sub-category", "subCategoryIds": [ "2d19d037-57a1-44a1-9a20-766b4e3628b6" ] } }