{
"category_id": 1,
"sort": 0,
"content": "esse",
"status": 1
}curl --location --request POST '/adminapi/chat.chatSample/add' \
--header 'token: {{admin-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"category_id": 1,
"sort": 0,
"content": "esse",
"status": 1
}'{
"code": 1,
"show": 1,
"msg": "添加成功",
"data": []
}