{
"debug": 1,
"yearMonth": "2023-10"
}
curl --location --request POST 'api/salary/operate-auth-v2/make-revoke?debug=1' \
--header 'Authorization: {{AUTH_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"debug": 1,
"yearMonth": "2023-10"
}'
{}