X-BalikujAuthToken: ********************curl --location --request POST '/api/invoice/export' \
--header 'X-BalikujAuthToken: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"invoiceCompanyId": 0,
"invoices": [
0
],
"issuedFrom": "string",
"issuedTo": "string",
"format": "Pdf",
"status": [
"Draft"
],
"type": [
"Proforma"
],
"fakturoidAccountId": 0
}'{
"correlationId": "d22127f9-6f76-4e1f-a15b-47ba32e899d0",
"result": "string"
}