get
https://api2.pennsieve.io/packages/discover/assets
Unauthenticated endpoint that returns viewer assets linked to a published
package along with a CloudFront signed policy for accessing the asset files.
Validates that the package is published via the Discover database.
Each asset includes an asset_url. To access files, append the relative
path and signing params:
{asset_url}{path}?Policy={policy}&Signature={signature}&Key-Pair-Id={key_pair_id}