{
	"info": {
		"_postman_id": "e777edb4-1713-4fc5-a581-6dfb5249251b",
		"name": "MPA API",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "17389606"
	},
	"item": [
		{
			"name": "Submit Lead JSON",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "{{TOKEN}}",
							"type": "string"
						}
					]
				},
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"value": "application/json",
						"type": "text"
					},
					{
						"key": "Accept",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\n    \"first_name\": \"Daniel\",\n    \"last_name\": \"TESTD\",\n    \"email\": \"danieltestd@example.com\",\n    \"phone\": \"2122222222\",\n    \"zip\": \"44333\",\n    \"city\": \"Akron\",\n    \"state\": \"OH\",\n    \"relationship_to_claimant\": \"Yourself\",\n    \"marital_status\": \"Not Married\",\n    \"type_of_care\": \"Not Sure or Other\",\n    \"description\": \"Lead Id: YI8ADZAL\\n---\\nFirst Name: Barbara\\n---\\nLast Name: Phaup\\n---\\nPhone: (903) 539-6518\\n---\\nEmail: DanielTest@exmplae.com\\n---\\nCity: Tyler\\n---\\nState: TX\\n---\\nZipCode: 75703\\n---\\nType of Care: Memory Care\\n---\\nRelation to Resident: This is for My Spouse\\n---\\nCommunity Name: Azalea Trails\\n---\\nCorporate Name: Frontier Management\\n---\\nType of Room: Memory Care Room\\n---\\nCurrent Living Situation: (At Home) with Spouse\\n---\\nMobility Issues: Independent\\n---\\nMeal Prep: Some Assistance\\n---\\nMedication Prep: No Assistance\\n---\\nEating Prep: No Assistance\\n---\\nDressing Prep: No Assistance\\n---\\nBathing Prep: No Assistance\\n---\\nTour Timeline: Immediately\\n---\\nVeteran Status: Needs Care (Single Veteran)\\n---\\nBudget Range: $4000-5000\\n---\\nFunding Methods: Medicare, Monthly Income in Addition to Social Security\\n---\\nMedicaid Status: I have Applied for Medicaid\",\n    \"age\": \"Under 65 and Legally Disabled\",\n    \"out_of_pocket_cost\": \"Between $3,000 - $4,000\",\n    \"assets_value\": \"Between $35,000 - $50,000\"\n}"
				},
				"url": {
					"raw": "{{URL}}/api/leads/add",
					"host": [
						"{{URL}}"
					],
					"path": [
						"api",
						"leads",
						"add"
					]
				},
				"description": "```\n{\n    \"first_name\": \"Daniel\",\n    \"last_name\": \"TESTD\",\n    \"email\": \"DanielTest@exmplae.com\",\n    \"phone\": \"2122222222\",\n    \"zip\": \"44333\",\n    \"city\": \"Akron\",\n    \"state\": \"OH\",\n    \"relationship_to_claimant\": \"Yourself\",\n    \"marital_status\": \"Not Married\",\n    \"type_of_care\": \"Not Sure or Other\",\n    \"description\": \"Lead Id: YI8ADZAL\\n---\\nFirst Name: Barbara\\n---\\nLast Name: Phaup\\n---\\nPhone: (903) 539-6518\\n---\\nEmail: DanielTest@exmplae.com\\n---\\nCity: Tyler\\n---\\nState: TX\\n---\\nZipCode: 75703\\n---\\nType of Care: Memory Care\\n---\\nRelation to Resident: This is for My Spouse\\n---\\nCommunity Name: Azalea Trails\\n---\\nCorporate Name: Frontier Management\\n---\\nType of Room: Memory Care Room\\n---\\nCurrent Living Situation: (At Home) with Spouse\\n---\\nMobility Issues: Independent\\n---\\nMeal Prep: Some Assistance\\n---\\nMedication Prep: No Assistance\\n---\\nEating Prep: No Assistance\\n---\\nDressing Prep: No Assistance\\n---\\nBathing Prep: No Assistance\\n---\\nTour Timeline: Immediately\\n---\\nVeteran Status: Needs Care (Single Veteran)\\n---\\nBudget Range: $4000-5000\\n---\\nFunding Methods: Medicare, Monthly Income in Addition to Social Security\\n---\\nMedicaid Status: I have Applied for Medicaid\",\n    \"age\": \"Under 65 and Legally Disabled\",\n    \"out_of_pocket_cost\": \"Between $3,000 - $4,000\"\n}\n\n ```"
			},
			"response": []
		}
	],
	"auth": {
		"type": "bearer",
		"bearer": [
			{
				"key": "token",
				"value": "{{TOKEN}}",
				"type": "string"
			}
		]
	},
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"key": "URL",
			"value": "https://api.medicaidplanningassistance.org"
		},
		{
			"key": "TOKEN",
			"value": "REPLACE_ME_WITH_TOKEN"
		}
	]
}