{
"id": "string",
"action": 0,
"reason": "string"
}
curl --location --request POST '/api/auth/audit' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"action": 0,
"reason": "string"
}'
{}