{
"label": "string",
"value": "string",
"status": 1001,
"administrator": false
}curl --location --request POST '/category/edit' \
--header 'Content-Type: application/json' \
--data-raw '{
"label": "string",
"value": "string",
"status": 1001,
"administrator": false
}'