Authorization: ********************{
"name": "string",
"colour": "string"
}curl --location --request POST 'https://api.funnymonitors.com/endpoints/v1/monitors/category/new' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"colour": "string"
}'{
"categories": [
{
"id": "string",
"name": "string",
"colour": "string"
}
],
"requestedBy": "string",
"terms": "string"
}