{
"executeId": "string",
"action": 0,
"content": "string"
}
curl --location --request POST '/api/execute/audit' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"executeId": "string",
"action": 0,
"content": "string"
}'
{
"code": 0,
"message": "string"
}