{ "id": "40821" }
curl --location --request DELETE '/admin/interview/remove' \ --header 'Authorization: Bearer {{token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": "40821" }'
{ "code": "10000", "message": "操作成功", "data": { "total": 1 } }