curl --location --request POST 'adminapi/draw.draw_category/add' \
--header 'token: 59e092db6ec6acbe31669c6b8620ee89' \
--form 'name=""' \
--form 'pid=""' \
--form 'sort=""' \
--form 'status=""'{
"code": 0,
"show": 0,
"msg": "string",
"data": [
"string"
]
}