{ "id": 8 }
curl --location '/adminapi/setting.ai.models/del' \ --header 'token: {{admin-token}}' \ --header 'Content-Type: application/json' \ --data '{ "id": 8 }'
{ "code": 1, "show": 1, "msg": "删除成功", "data": [] }