curl --location -g --request POST 'https://api.yonyouup.com/api/accept/add?from_account&to_account&app_key=&token=&tradeid&biz_id' \
--header 'Content-Type: application/json' \
--data-raw '{
"accept":{
"period":"1",
"customercode":"9999",
"departmentcode":"0302",
"personcode":"00042",
"amount":"1500",
"entry":[
{
"customercode":"9999",
"amount":"1000",
"itemcode":"1122",
"departmentcode":"0302",
"personcode":"00042"
},
{
"customercode":"9999",
"amount":"500",
"itemcode":"1122",
"departmentcode":"0302",
"personcode":"00041"
}
]
}
}'