Request Body in Rest API Pipeline
I am new to APIs and trying to develop a simple pipeline. I am authenticating and then searching by first name and last name and expecting the call to return the IDs associated with the person (in this case Roy Graham). In the pipeline I am first usi...