curl --location 'https://api.yonyouup.com/api/oughtreceive/add?from_account=undefined&to_account=undefined&app_key=undefined&token=undefined&tradeid=undefined&biz_id=undefined' \
--header 'Content-Type: application/json' \
--data '{
"oughtreceive":{
"cust_vendor_code":"00000006",
"amount":"39000",
"operator":"demo",
"entry":[
{
"cust_vendor_code":"00000006",
"currency_name":"港币",
"currency_rate":"10",
"natamount":"30000",
"amount":"3000"
},
{
"cust_vendor_code":"00000006",
"amount":"9000"
}
]
}
}'