Authorization: Bearer ********************{
"action": "approve", // 或 "reject"
"remark": "审核通过" // 拒绝时必填
}curl --location --request POST 'https://ckbapi.quwanzhi.com/v1/distribution/withdrawals//review' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"action": "approve", // 或 "reject"
"remark": "审核通过" // 拒绝时必填
}'{}