{
	"info": {
		"_postman_id": "feae1027-40a3-406b-a448-9ccbd7b25408",
		"name": "PrimaryCarePilot",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"_postman_id": "03a5f4b4-4dc3-442d-bd8c-0891b29cea85",
			"name": "tokens",
			"item": [
				{
					"_postman_id": "a2fdbce8-97a1-41e3-8746-3f4571400765",
					"name": "login",
					"request": {
						"auth": {
							"type": "noauth"
						},
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept-Charset",
								"value": "utf-8"
							},
							{
								"key": "Accept-Encoding",
								"value": "gzip, deflate"
							},
							{
								"key": "Accept",
								"value": "application/hal+json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"email\": \"james.abdul@craftturf.com\",\n\t\"password\": \"wiryug0731b\"\n}"
						},
						"url": {
							"raw": "{{mockdomain}}:{{mockport}}/tokens",
							"host": [
								"{{mockdomain}}"
							],
							"port": "{{mockport}}",
							"path": [
								"tokens"
							]
						}
					},
					"response": []
				},
				{
					"_postman_id": "302d8e70-a26c-4c56-9d4a-562aaa9ef741",
					"name": "logout",
					"request": {
						"auth": {
							"type": "noauth"
						},
						"method": "DELETE",
						"header": [
							{
								"key": "Accept-Charset",
								"value": "utf-8"
							},
							{
								"key": "Authorization",
								"value": "Bearer{{uuid-jwttoken}}"
							}
						],
						"body": {},
						"url": {
							"raw": "{{mockdomain}}:{{mockport}}/tokens",
							"host": [
								"{{mockdomain}}"
							],
							"port": "{{mockport}}",
							"path": [
								"tokens"
							]
						}
					},
					"response": []
				},
				{
					"_postman_id": "470a03c3-d948-40c5-abc0-31838b4ec0a7",
					"name": "status",
					"request": {
						"auth": {
							"type": "noauth"
						},
						"method": "GET",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept-Charset",
								"value": "utf-8"
							},
							{
								"key": "Accept-Encoding",
								"value": "gzip, deflate"
							},
							{
								"key": "Accept",
								"value": "application/hal+json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"email\": \"james.abdul@craftturf.com\",\n\t\"password\": \"wiryug0731b\"\n}"
						},
						"url": {
							"raw": "{{mockdomain}}:{{mockport}}/tokens/{{uuid-jwttoken}}",
							"host": [
								"{{mockdomain}}"
							],
							"port": "{{mockport}}",
							"path": [
								"tokens",
								"{{uuid-jwttoken}}"
							]
						}
					},
					"response": []
				}
			]
		}
	]
}