FrontToken: ********************{
"id": "string",
"orderId": "string",
"chargeCode": "string",
"chargeType": "string",
"payOrderId": "string",
"orderType": "string",
"startDate": "string",
"endDate": "string",
"userId": "string",
"dataFrom": "string",
"innerUser": "string",
"utmSource": "string",
"actualPayerUserId": "string",
"sourceType": "string",
"logSource": "string",
"exportExplain": "string",
"exportModule": "string"
}curl --location --request POST '/front/accountHistory/export' \
--header 'FrontToken: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"orderId": "string",
"chargeCode": "string",
"chargeType": "string",
"payOrderId": "string",
"orderType": "string",
"startDate": "string",
"endDate": "string",
"userId": "string",
"dataFrom": "string",
"innerUser": "string",
"utmSource": "string",
"actualPayerUserId": "string",
"sourceType": "string",
"logSource": "string",
"exportExplain": "string",
"exportModule": "string"
}'{
"error": true,
"data": {},
"success": true,
"warn": true,
"empty": true,
"property1": {},
"property2": {}
}