{
	"info": {
		"_postman_id": "df6c077d-3912-48f7-98c2-3209fa271ab7",
		"name": "Specmatic Expectations",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "Set Expectations",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\n  \"http-request\": {\n    \"method\": \"POST\",\n    \"path\": \"/products\",\n    \"body\": {\n      \"name\": \"Pen\",\n      \"sku\": \"abc456\"\n    }\n  },\n  \"http-response\": {\n    \"status\": 200,\n    \"body\": {\n      \"id\": 99\n    }\n  }\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "http://localhost:9000/_specmatic/expectations",
					"protocol": "http",
					"host": [
						"localhost"
					],
					"port": "9000",
					"path": [
						"_specmatic",
						"expectations"
					]
				}
			},
			"response": []
		}
	]
}