curl --request GET \
--url https://lens-api.tic.io/orders/{orderGuid}/file \
--header 'x-api-key: <api-key>'Returns the raw file bytes produced by the order (typically a PDF or XML, depending on the source). The response Content-Type reflects the file’s MIME type.
curl --request GET \
--url https://lens-api.tic.io/orders/{orderGuid}/file \
--header 'x-api-key: <api-key>'