I am trying to get data using pipefy API
following is the query which i am using in my java code to execute post request on pipefy but i am getting following error
query-:
query allCardUpdatedYesterday {
card(id: "785258522") {
current_phase {
name
}
}
}
error-:
{"errors":[{"message":"Unexpected end of document","locations":[]}]}
(note -: using spring boot 2.5.5 with java 11)