curl --location 'https://stg-gateway.invora.app/api/v2/pdf/generate' \
--header 'Content-Type: application/json' \
--data '{
"documentKey": "string",
"documentType": "DOCUMENT_TYPE_UNSPECIFIED",
"templateKey": "string",
"config": {
"showLogo": true,
"showSignature": true,
"showQrCode": true,
"showStamp": true,
"showContactInfo": true,
"showSellerAddress": true,
"showSellerBankInfo": true
},
"branchId": "string"
}'{
"entry": {
"key": "string",
"documentKey": "string",
"documentType": "DOCUMENT_TYPE_UNSPECIFIED",
"templateKey": "string",
"config": {
"showLogo": true,
"showSignature": true,
"showQrCode": true,
"showStamp": true,
"showContactInfo": true,
"showSellerAddress": true,
"showSellerBankInfo": true
},
"downloadUrl": "string",
"md5Hash": "string"
}
}