curl --location --request POST '/api/v1/accounts//portals//categories' \
--header 'Content-Type: application/json; charset=utf-8' \
--data-raw '{
"description": "string",
"locale": "en/es",
"name": "string",
"slug": "string",
"position": 0,
"portal_id": 0,
"account_id": 0,
"associated_category_id": 0,
"parent_category_id": 0
}'
{
"id": 0,
"description": "string",
"locale": "string",
"name": "string",
"slug": "string",
"position": 0,
"portal_id": 0,
"account_id": 0,
"associated_category_id": 0,
"parent_category_id": 0
}