{}
curl --location --request POST '/assistant/delete/1' \ --header 'Authentication: {{token}}' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{ "code": 200, "data": "删除成功!", "msg": "success", "total": 0 }