Verify usage of variable syntax {{variable}} in Postman request
Preconditions (2)
Step 1: Open the Postman collection
Step 2: Select the request that uses the URL with {{userId}} variable, e.g., https://api.example.com/users/{{userId}}
Step 3: Send the request
Step 4: Observe the request URL in the Postman console or request details
✅ Expected Result: The request URL should replace {{userId}} with the value '12345' from the environment variable, resulting in https://api.example.com/users/12345