{
"id": 0,
"status": 0,
"remark": "string"
}
curl --location --request POST '/adminapi/distribution.apply/audit' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"status": 0,
"remark": "string"
}'
{}