Authorization: Bearer ********************{
"payType": "wechat", // 必填:wechat、alipay、bankcard
"remark": "已打款到微信"
}curl --location --request POST 'https://ckbapi.quwanzhi.com/v1/distribution/withdrawals//mark-paid' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"payType": "wechat", // 必填:wechat、alipay、bankcard
"remark": "已打款到微信"
}'{}