Thank you for your question. I reviewed the provided curl output.
Thought process: The Cache-Control header dictates cache behavior. Your site returns no-store and no-cache, instructing Cloudflare not to cache.
Response: Your origin server sends headers preventing caching. To enable caching you will need to modify your server.
Tools used: curl