curl --location --request POST 'https://api.qugongbao.com/gst-api/api/qgb/account/depositApply' \
--header 'Content-Type: application/json' \
--data-raw '{
"custNo": "string",
"spCode": "string",
"amount": "string",
"payeeChannel": "string"
}'{
"status": "string",
"msg": "string",
"orderId": "string"
}