Authorization: Bearer ********************
curl --location 'https://api.buyeasysaas.com/openapi/order/taobao_confirm_order?app_key=44223' \ --header 'Authorization: Bearer <token>' \ --form 'purchase_order_id="200045292667"' \ --form 'sub_purchase_order_id="200045292668"'
{ "result": { "inner_error_msg": "null", "error_msg": "null", "data": "true", "success": "true", "error_code": "null" }, "code": "0", "request_id": "0ba2887315178178017221014" }