{ "id": 1 }
curl --location '/adminapi/recharge.package/del' \ --header 'token: {{admin-token}}' \ --header 'Content-Type: application/json' \ --data '{ "id": 1 }'
{}