Hi.
i’m tring to figure out why is not working.
if i make a curl it works well
curl -XGET ‘https://myapiserver/user?authKey=user&authSecret=password’
i have response in json
if i put the https://myapiserver/user?authKey=user&authSecret=password under json path from http api input i get nothing.
in json i can filter out one field with " jq ‘.credit’"
i add $.credit under json path of data to extract but nothing,
how i can debug this issue?