{ "id":2 }
curl --location --request DELETE '/api/v1/agent/delete' \ --header 'Content-Type: application/json' \ --data-raw '{ "id":2 }'
{ "code": 200, "data": "删除成功", "msg": "成功" }