{
	"variables": [],
	"info": {
		"name": "MicroTest",
		"_postman_id": "c50794b5-657e-1f89-5ce6-b2408c90573f",
		"description": "",
		"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
	},
	"item": [
		{
			"name": "PathVariable",
			"request": {
				"url": {
					"raw": "https://echo.getpostman.com/get/:userId/?test={{tu{to}}",
					"protocol": "https",
					"auth": {},
					"host": [
						"echo",
						"getpostman",
						"com"
					],
					"path": [
						"get",
						":userId",
						""
					],
					"query": [
						{
							"key": "test",
							"value": "{{tu{to}}"
						}
					],
					"variable": [
						{
							"value": "123",
							"id": "userId"
						}
					]
				},
				"method": "GET",
				"header": [],
				"body": {
					"mode": "formdata",
					"formdata": []
				},
				"description": "Is there a path variable in this export ?"
			},
			"response": []
		}
	]
}