This document is generated by Aladia.
curl --location --request POST 'https://api.aladia.io/v2/categories' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Programming",
"status": "active"
}'
{
"id": "df4c03f9d00ac07fb969e81d",
"name": "Programming",
"status": "active"
}