I am trying to download the page as pdf for a given page_id. I am getting a html content back and thus a corrupted PDF file. I followed this [link](https://github.com/atlassian-api/atlassian-python-api/blob/master/examples/confluence/confluence_export_page.py) I have token and base url, instead of username and password. I tried with `api_version =cloud` as well but got api error. It seems my Atlassian server may not be on the cloud then. Any idea, how to resolve that ?