curl --location 'https://stg-gateway.invora.app/api/v2/parties/export' \
--header 'Content-Type: application/json' \
--data '{
"format": "string",
"filter": {
"part": {
"key": {
"inValues": [
"string"
]
},
"createdAt": {
"exact": "2019-08-24",
"range": {
"fromInclusive": "2019-08-24",
"toExclusive": "2019-08-24"
},
"rangeTimestamp": {
"fromInclusive": "2019-08-24T14:15:22.123Z",
"toExclusive": "2019-08-24T14:15:22.123Z"
}
},
"updatedAt": {},
"role": {
"inValues": [
"PARTY_ROLE_UNSPECIFIED"
]
},
"taxIdContains": "string",
"countryCode": {
"inValues": [
"string"
]
}
},
"textSearch": "string",
"timeReference": {
"referenceDate": "2019-08-24T14:15:22.123Z",
"historicalData": true
}
}
}'