curl --request GET \
--url https://api.pricenow.dev/api/templates/receipt-url \
--header 'accept-language: <accept-language>' \
--header 'pratiq-channel-uuid: <pratiq-channel-uuid>'{
"data": "<string>"
}Get a presigned URL for downloading receipt PDF
curl --request GET \
--url https://api.pricenow.dev/api/templates/receipt-url \
--header 'accept-language: <accept-language>' \
--header 'pratiq-channel-uuid: <pratiq-channel-uuid>'{
"data": "<string>"
}