Want to send a payload in the GET API using the webservice connector

How about this approach

String requestBody = "\"properties\": [\"firstname\",\"lastname\",\"mail\"]";
body.put("jsonBody", requestBody);
requestEndPoint.setBody(body);