I am performing API testing using Jmeter, we have a API request which require authentication.
When I make a call http://localhost:3001/city/latitude/longitude (GET method) it returns User is not authorized. And to get authorization you require to call http://localhost:3001/user (POST method) passing username in json format.
So, how can I make a authorized call on http://localhost:3001/city/latitude/longitude