{ "id": 1 }
curl --location --request POST '/adminapi/know.applyRelease/delete' \ --header 'token: {{admin-token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": 1 }'
{}