{
"category_name": "string",
"commission_rate": 0
}
curl --location --request POST '/system/merchant/category/' \
--header 'x-token: {{x-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"category_name": "string",
"commission_rate": 0
}'
null