{
"name": "常发达计五个",
"image": "http://dummyimage.com/400x400",
"sort": 0,
"status": 1
}curl --location --request POST '/adminapi/chat.chatCategory/add' \
--header 'token: {{admin-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "常发达计五个",
"image": "http://dummyimage.com/400x400",
"sort": 0,
"status": 1
}'{
"code": 1,
"show": 1,
"msg": "添加成功",
"data": []
}