Triggering Direct Download of the Results
If you use this API from a browser application, you may want to trigger
direct download. You can achieve this by adding the HTTP header
X-Desired-Filename
to the request. That will result in the response having the header
Content-Disposition
with the value attachment;
filename=\"DESIRED_FILE_NAME\"
.