My Confluence Client has used cookie-based auth.
But I heard that cookie-auth will be deprecated in this year.
So I'm working on making my client use API token based auth.
I figured out how to get contents themselves with API tokens.
https://confluence.atlassian.com/cloud/api-tokens-938839638.html
But I cannot get images embed in contents with API tokens.
Previously I could get them with cookie-auth.
How to get images embed in contents with API tokens?