I have 2 APIs.
- Post api to insert data and return unique identifier.
- Get api to get inserted data with unique identifier got for first post api.
I have created 2 scenarios. But 2nd scenario not working because I'm not getting actual unique identifier from 1st scenario.
How can I make these two scenarios dependant.