I have a couple APIs that follow the flow of:
- Send a REST request
- In that REST request I supply a URL
- When the request is completed a post is sent to the URL I supplied later notifying me it was completed.
How to I wait for that later post to the URL I supplied and validate what it sent?
I’m using a newman docker container to run my collections.