GET API WITH BODY WONT WORK :( making me sad

Hey guys I am trying to hit an API endpoint and I need to pass through a body or json

but it seems bubble has no way to do so?

Any help?

probably something @tylerboodman knows…

Work around I found. I went on AWP API Gateway and basically changed the get into a post… now I am using a post as a get…

@TomIsCool

You can give this a try. It should work.

That does not allow a json body.

Only way to get it working is to change my aws api gateway from a get to a post… so I am now using POST as a GET. Really bad practice…

So bubble just decides that no body is allowed in GET? seems crazy

Just found this…