Sometimes when working with APIs, you want to perform a sequence of calls then analyze the result. It can be useful to create resources before verifying the API can access it…
The logic will be the same, every request will be tested, with expectations but the goal is just to run a sequence of calls synchronously.