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