curl --location '/campaigns/categories' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "New Category",
"color": "#0000FF"
}'{
"categoryId": "123",
"message": "Category created successfully."
}