curl --request GET \
--url https://api.posta.co/letters/{id}/download \
--header 'X-Api-Key: <api-key>'{
"type": "<string>",
"title": "<string>",
"detail": "<string>",
"status": 400,
"errors": {}
}Returns a redirect (302) to the rendered PDF.
curl --request GET \
--url https://api.posta.co/letters/{id}/download \
--header 'X-Api-Key: <api-key>'{
"type": "<string>",
"title": "<string>",
"detail": "<string>",
"status": 400,
"errors": {}
}