Hey folks I have a question about using the query field on the HTTP action.
I have an API endpoint ( /people ) which returns a list of people in the below format (see screenshot). Each person is a separate object in an array called "data". If I don't have John Doe's ID and I want to find his record by using his name or email, which value do I have to enter in the query field? Thanks in advance