{
"orderNumber": "string",
"payVoucher": "string",
"remark": "string",
"status": 0,
"verifyData": "string"
}curl --location '/api/task/recharge/reported' \
--header 'Content-Type: application/json' \
--data '{
"orderNumber": "string",
"payVoucher": "string",
"remark": "string",
"status": 0,
"verifyData": "string"
}'{
"code": 0,
"msg": "string",
"result": {}
}