{ "id": 1 }
curl --location --request POST '/adminapi/write.problem/del' \ --header 'token: {{token}}' \ --header 'token;' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": 1 }'
{}