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