{
"id": 0,
"verify_status": "string",
"verify_remark": "string"
}
curl --location --request POST '/adminapi/distribution.withdraw/verify' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"verify_status": "string",
"verify_remark": "string"
}'
{}