curl -X POST \
--url 'https://archy.thoughtspot.cloud/api/rest/2.0/report/answer' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer <token>' \
--data-raw '{
"file_format": "PDF",
"session_identifier": "69fe6b50-a53a-4077-a6d4-83475639b638",
"generation_number": 2
}'
curl -X POST \
--url 'https://archy.thoughtspot.cloud/api/rest/2.0/report/answer' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer <token>' \
--data-raw '{
"file_format": "PDF",
"session_identifier": "69fe6b50-a53a-4077-a6d4-83475639b638",
"generation_number": 2
}'