I have a POST request that is similar to this:
The response of above request is similar like this:
teacherUuid":"eb57eb97-0a9d-4b51-a237-1f6610983167"
Then, I have a PATCH request that is similar to this:
https://abc.qa.net/teachers/{teachersUuid}
Problem Statement:
I want to make two request in Jmeter. The first request (POST) generates a new id for me and then I want to use the same id to make second request (PATCH) in Jmeter. Note that, the second id will be passed via URL. How I can achieve this functionality in simple way?