Decoding Plasmic Data Fetches

Is there any way to decode the body in <https://data.plasmic.app/api/v1/server-data/sources/rf3Bmw5UJpZjQpncs3ttbU/execute> the execute posts that are wrapping my GET requests? I was looking at setting my JTW in my service worker fetch interceptor but it is all encoded.

Likewise on the response from execute I get my response body but not my response headers. I pass a refreshToken along with my JWT. It gives me back a new JWT and refreshToken. That way my JWT doesn’t expire as long as I’m making requests.

I can’t get my refreshToken though because I lost all my headers in the execute response. Is there anyway around this? I keep running in to limitations with my Plasmic Data Fetches.

good idea; we will add something to pass along the headers