curl --request GET \
--url https://api.example.com/v1/cases/{case_id}/notarizations/{notarization_id}/download \
--header 'Authorization: Bearer <token>'"<string>"Download the completed notarized document PDF.
curl --request GET \
--url https://api.example.com/v1/cases/{case_id}/notarizations/{notarization_id}/download \
--header 'Authorization: Bearer <token>'"<string>"Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique case identifier (ULID format).
Notarized document file.
The response is of type file.