I am building a landing page with Payload, and drafts are enabled for this project.
The problem is: when the latest version is with "Published" status and I send ?draft=true to the GET request, I still get the "Published" version instead of the latest "Draft" version.
What I expect is:
When ?draft=true, return the latest draft;
When ?draft=false, return the latest published version.
How can I achieve this?