{
"id": 1,
"name": "就件叫备"
}
curl --location --request POST '/api/chat.chatCategory/edit' \
--header 'token: {{api-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"name": "就件叫备"
}'
{
"code": 1,
"show": 0,
"msg": "修改成功",
"data": []
}