api_access_token: ********************curl --location --request POST 'http://localhost:3030/api/v1/accounts//portals//categories' \
--header 'api_access_token: <api-key>' \
--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
}