curl --location --request POST 'http://dev-cn.your-api-server.com/v3/alipay/fund/auth/order/app/freeze' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": "0.01",
"business_params": "{\"outRiskInfo\":\"{\\\"mcCreateTradeTime\\\":\\\"2022-03-11 12:46:09\\\",\\\"extraAccountCertnoLastSix\\\":\\\"000011\\\",\\\"mobileOperatingPlatform\\\":\\\"ios\\\",\\\"sysVersion\\\":\\\"15.4.2\\\",\\\"mcCreateTradeIp\\\":\\\"11.110.111.43\\\"}\"}",
"deposit_product_mode": "POSTPAY",
"disable_pay_channels": "[{\"payChannelType\":\"OPTIMIZED_MOTO\"},{\"payChannelType\":\"BIGAMOUNT_CREDIT_CARTOON\"}]",
"enable_pay_channels": "[{\"payChannelType\":\"PCREDIT_PAY\"},{\"payChannelType\":\"MONEY_FUND\"}]",
"extra_param": "{\"category\":\"CHARGE_PILE_CAR\",\"serviceId\":\"2020042800000000000001450466\"}",
"identity_params": "{\"identity_hash\":\"acc2b92ffc5ed9b472faa19748f10045c30434132784f774b00216a56b8841c6\"}",
"notify_url": "string",
"order_title": "XX租车押金",
"out_order_no": "8077735255938023",
"out_request_no": "8077735255938032",
"pay_timeout": "2d",
"payee_logon_id": "159****5620",
"payee_user_id": "2088102000275795",
"post_payments": [
{
"amount": "string",
"description": "string",
"name": "string"
}
],
"product_code": "PRE_AUTH_ONLINE",
"scene_code": "OVERSEAS_ONLINE_AUTH_COMMON_SCENE",
"settle_currency": "USD",
"timeout_express": "2d",
"trans_currency": "USD"
}'