curl --location '/export/exportByFileTemplate?exportTemplateId=undefined' \
--header 'Content-Type: application/json' \
--data '{
"aggFunctions": [
"SUM",
"amount"
],
"effectiveDate": "2019-08-24",
"fields": [
"id",
"name"
],
"filters": [
"name",
"=",
"PM"
],
"groupBy": [],
"limit": 50,
"orders": [
"name",
"ASC"
]
}'{
"code": 0,
"data": true,
"message": "string",
"success": true
}