Hello.
I’m trying integrated redash with API. But I got a problem with post data json to my API.
This is my query:
url: https://my_doamin/api/
method: post
json: “{\“query\”:\“query{ allAircraftTypes{ nodes{ id aircraftDescription description modelFullName } }}\”}”
And I got Error: Unexpected token " in JSON at position 0", “code”: 400, “type”: "entity.parse.failed.
Please help me.