I have a service where i need to fetch the GET and POST response from it using Ready API.
I am able to retrieve the responses from both methods manually.
Right now my requirement is, I am getting a dynamic UID from the GET response.
This dynamic UID, I have to use as an input for the POST method and generate the response.
As I am new to Ready API, I am unable to achieve this dynamic thing in my project.
I went through few tutorials, but non of them explained complete procedure for a beginner.
Can you please help me with this from scratch?