curl --request POST \
--url https://api.marblecms.com/v1/categories \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "Technology",
"slug": "technology",
"description": "Tech news and tutorials"
}
'