Last week, while automating API tests for one of my projects I ended up in a scenario where I had to validate an API endpoint, which validates the user, for 200+ different users. Let's assume we have to call the below API and assert on 200 response code for a…