POST
    /vouchers/pdfs
  
  curl \
 --request POST 'https://api.gb.enjovia.app/vouchers/pdfs' \
 --header "Authorization: Bearer $ACCESS_TOKEN" \
 --header "Content-Type: application/json" \
 --header "Account-ID: string" \
 --data '{"voucher_ids":["abc12345-e89b-12d3-a456-426614174000","def45678-e89b-12d3-a456-426614174001"]}'
    
        Request example
  
  {
  "voucher_ids": [
    "abc12345-e89b-12d3-a456-426614174000",
    "def45678-e89b-12d3-a456-426614174001"
  ]
}