id of the export in the endpoint path. All associated parameters should be provided in object format in the body. Use the Get available exports endpoint to determine the id and which parameters are expected.curl --location --request POST 'https://tsapi.perenso.net/v2/exports/record/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"property1": null,
"property2": null
}'[
{
"Vendor Name": "A la carte",
"Product Name": "Apple",
"Quantity Purchased": 10
},
{
"Vendor Name": "A la carte",
"Product Name": "Orange",
"Quantity Purchased": 45
}
]