{
	"info": {
		"_postman_id": "c8678bb1-e3fa-4638-945a-c6786e2fc6c1",
		"name": "The Game App",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "21520676"
	},
	"item": [
		{
			"name": "User",
			"item": [
				{
					"name": "Account",
					"item": [
						{
							"name": "Login",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "POST",
								"header": [
									{
										"key": "token",
										"value": "59200748-1234-2233-355-8c1281f7fcd2",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"email\" : \"test1@yopmail.com\",\r\n    \"device_type\":\"postman\",\r\n    \"device_token\":\"test_123\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base_url}}api/user/login",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"login"
									]
								}
							},
							"response": []
						},
						{
							"name": "Send OTP via mail",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "token",
										"value": "59200748-1234-2233-355-8c1281f7fcd2",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"email\":\"test@yopmail.com\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base_url}}api/user/send-otp/mail",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"send-otp",
										"mail"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update Account",
							"request": {
								"method": "PATCH",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"latitude\":\"1\",\r\n    \"longitude\":\"0\",\r\n    \"hobbies\":[\"Shopping\"], \r\n    \"academic_degree\":[\"Bachelor's\"],\r\n    \"ethnicity\":[\"North America\"],\r\n    \"kids\":[\"Yes\"],\r\n    \"have_kids\":[\"No\"],\r\n    \"smoking\":[\"Yes\"],\r\n    \"drinking\":[\"No\"],\r\n    \"profession\":[\"Business consulting and management\"],\r\n    \"relationship\":[\"Single\"],\r\n    \"religiuos_views\":[\"Islam\"],\r\n    \"cuisine\":[\"Asian\"],\r\n    \"name\":\"Test 2\"\r\n    // \"added_media\":[\"http://api.tga.retrocubedevs.com:4016/1699892123191.png\"]\r\n\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base_url}}api/user",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user"
									],
									"query": [
										{
											"key": "dateOfBirth",
											"value": "1998-10-12",
											"disabled": true
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Social Login",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "POST",
								"header": [
									{
										"key": "token",
										"value": "59200748-1234-2233-355-8c1281f7fcd2",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"name\":\"retro\",\r\n    \"email\":\"testsocial@yopmail.com\",\r\n    \"platform_id\":\"001046.174519e119a843f2bbe90f4fe7be6d32.1508123\",\r\n    \"platform_type\":\"google\",\r\n    \"device_type\":\"ios\",\r\n    \"device_token\":\"1234567890\"\r\n    }",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base_url}}api/user/social-login",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"social-login"
									]
								}
							},
							"response": []
						},
						{
							"name": "Verify OTP",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "token",
										"value": "59200748-1234-2233-355-8c1281f7fcd2",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"otp\":\"350254\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base_url}}api/user/verify-otp",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"verify-otp"
									]
								}
							},
							"response": []
						},
						{
							"name": "Logout",
							"request": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/logout",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"logout"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get User Profile",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user"
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete Account",
							"request": {
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/f35d7803-5a4f-4010-b18c-6eeabdb7cf85",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"f35d7803-5a4f-4010-b18c-6eeabdb7cf85"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update Push Notification",
							"request": {
								"method": "PATCH",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"is_pushNotification\":true\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base_url}}api/user/notification",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"notification"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Lookups",
					"item": [
						{
							"name": "Get Lookups",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "token",
										"value": "59200748-1234-2233-355-8c1281f7fcd2",
										"type": "text",
										"disabled": true
									}
								],
								"url": {
									"raw": "{{base_url}}api/user/lookups",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"lookups"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Profile",
					"item": [
						{
							"name": "Like Profile",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"points\":6\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base_url}}api/user/profile/like/d17d9e95-0450-49e3-912a-d427f1349b22",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"profile",
										"like",
										"d17d9e95-0450-49e3-912a-d427f1349b22"
									]
								}
							},
							"response": []
						},
						{
							"name": "Remove Like From Profile",
							"request": {
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/profile/like/0752a8c7-9c40-4bee-a395-f65470ee3f07",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"profile",
										"like",
										"0752a8c7-9c40-4bee-a395-f65470ee3f07"
									]
								}
							},
							"response": []
						},
						{
							"name": "Dislike Profile",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"points\":1\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base_url}}api/user/profile/dislike/d17d9e95-0450-49e3-912a-d427f1349b22",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"profile",
										"dislike",
										"d17d9e95-0450-49e3-912a-d427f1349b22"
									]
								}
							},
							"response": []
						},
						{
							"name": "Remove Dislike from Profile",
							"request": {
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/profile/dislike/32580004-b29c-419c-9712-11ee22b3b315",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"profile",
										"dislike",
										"32580004-b29c-419c-9712-11ee22b3b315"
									]
								}
							},
							"response": []
						},
						{
							"name": "Super Like Profile",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"points\":8\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base_url}}api/user/profile/superlike/3479c99f-e984-4900-9ba2-4b5300726a61",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"profile",
										"superlike",
										"3479c99f-e984-4900-9ba2-4b5300726a61"
									]
								}
							},
							"response": []
						},
						{
							"name": "Remove Super LIke from Profile",
							"request": {
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/profile/superlike/02d3c328-6378-4184-a794-1dc699ddab40",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"profile",
										"superlike",
										"02d3c328-6378-4184-a794-1dc699ddab40"
									]
								}
							},
							"response": []
						},
						{
							"name": "Block Profile",
							"request": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/profile/block/a5c9c38b-d2e3-48d4-a62e-4ad543b1aa9e",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"profile",
										"block",
										"a5c9c38b-d2e3-48d4-a62e-4ad543b1aa9e"
									]
								}
							},
							"response": []
						},
						{
							"name": "Unblock Profile",
							"request": {
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/profile/unblock/13b7243f-6d26-4bfd-aeff-0f369e9ceb6a",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"profile",
										"unblock",
										"13b7243f-6d26-4bfd-aeff-0f369e9ceb6a"
									]
								}
							},
							"response": []
						},
						{
							"name": "View Profile",
							"request": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/profile/view/8a6f4e64-9735-4d31-8863-9dd026a26301",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"profile",
										"view",
										"8a6f4e64-9735-4d31-8863-9dd026a26301"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get User Matches Profile",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/profile/match",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"profile",
										"match"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get User Like Profiles",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/profile/like",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"profile",
										"like"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get User Dislike Profile",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/profile/dislike",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"profile",
										"dislike"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get User Super Like Profiles",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/profile/super-like",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"profile",
										"super-like"
									]
								}
							},
							"response": []
						},
						{
							"name": "View User Profile",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/d17d9e95-0450-49e3-912a-d427f1349b22",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"d17d9e95-0450-49e3-912a-d427f1349b22"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Discovery Insights",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/insights/discovery",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"insights",
										"discovery"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Profile Stats Insights",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/insights/stats?date=2023-10-18&type=profile-views",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"insights",
										"stats"
									],
									"query": [
										{
											"key": "date",
											"value": "2023-10-18",
											"description": "format : YYYY-MM-DD"
										},
										{
											"key": "type",
											"value": "profile-views",
											"description": "likes / super-likes / profile-views"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Get User Match Notification",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/profile/notification?page=1&limit=20",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"profile",
										"notification"
									],
									"query": [
										{
											"key": "page",
											"value": "1"
										},
										{
											"key": "limit",
											"value": "20"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Score Profile",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"respect\":1,\r\n    \"desirability\":2\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base_url}}api/user/profile/score/d17d9e95-0450-49e3-912a-d427f1349b22",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"profile",
										"score",
										"d17d9e95-0450-49e3-912a-d427f1349b22"
									]
								}
							},
							"response": []
						},
						{
							"name": "Report Profile",
							"request": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/profile/report/79595113-ef47-40e7-ade1-6249ce965b98",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"profile",
										"report",
										"79595113-ef47-40e7-ade1-6249ce965b98"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Home Content",
					"item": [
						{
							"name": "Get Explore Tab Data",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/explore?distance=1000000&distance_unit=miles",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"explore"
									],
									"query": [
										{
											"key": "distance",
											"value": "1000000"
										},
										{
											"key": "distance_unit",
											"value": "miles"
										},
										{
											"key": "looking_for",
											"value": "Romance",
											"disabled": true
										},
										{
											"key": "interest",
											"value": "Women",
											"disabled": true
										},
										{
											"key": "age",
											"value": "18-31",
											"disabled": true
										},
										{
											"key": "diet",
											"value": "vegan",
											"disabled": true
										},
										{
											"key": "ethnicity",
											"value": "Turkish,Asian",
											"disabled": true
										},
										{
											"key": "kids",
											"value": "No",
											"disabled": true
										},
										{
											"key": "smoking",
											"value": "Yes",
											"disabled": true
										},
										{
											"key": "drinking",
											"value": "No,Some day",
											"disabled": true
										},
										{
											"key": "hobbies",
											"value": "Traveling",
											"disabled": true
										},
										{
											"key": "profession",
											"value": "Writer",
											"disabled": true
										},
										{
											"key": "education",
											"value": "Undergraduate",
											"disabled": true
										},
										{
											"key": "page",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "3",
											"disabled": true
										},
										{
											"key": "cuisine",
											"value": "Italian,Asian",
											"disabled": true
										},
										{
											"key": "have_kids",
											"value": "Yes",
											"disabled": true
										},
										{
											"key": "education",
											"value": "Bachelor's",
											"disabled": true
										},
										{
											"key": "hobbies",
											"value": "test,test2,test3",
											"disabled": true
										},
										{
											"key": "education",
											"value": "test,test2,test3",
											"disabled": true
										},
										{
											"key": "cuisine",
											"value": "test,test2,test3",
											"disabled": true
										},
										{
											"key": "profession",
											"value": "test,test2",
											"disabled": true
										},
										{
											"key": "hobbies",
											"value": "",
											"disabled": true
										},
										{
											"key": "latitude",
											"value": "23.424076",
											"disabled": true
										},
										{
											"key": "longitude",
											"value": "53.847818",
											"disabled": true
										},
										{
											"key": "slug",
											"value": "123",
											"disabled": true
										},
										{
											"key": "location",
											"value": "test location",
											"disabled": true
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Nearby Dates",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/nearby-dates",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"nearby-dates"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Nearby Spots",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/nearby-spots?distance=10000&distance_unit=miles",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"nearby-spots"
									],
									"query": [
										{
											"key": "distance",
											"value": "10000",
											"description": "Sould Be Integer Not Float"
										},
										{
											"key": "distance_unit",
											"value": "miles"
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Reservation",
					"item": [
						{
							"name": "Create Reservation",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "spot_slug",
											"value": "fd33cac2-fbd4-4765-914e-7eaec6e39049",
											"type": "text"
										},
										{
											"key": "date",
											"value": "8-17-2023",
											"description": "Month-Day-Year",
											"type": "text"
										},
										{
											"key": "time",
											"value": "23:21",
											"description": "Hour:00",
											"type": "text"
										},
										{
											"key": "image_url",
											"type": "file",
											"src": []
										},
										{
											"key": "message",
											"value": " simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s",
											"type": "text"
										},
										{
											"key": "dateWith_user_slug",
											"value": "d17d9e95-0450-49e3-912a-d427f1349b22",
											"type": "text",
											"disabled": true
										}
									]
								},
								"url": {
									"raw": "{{base_url}}api/user/reservation",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"reservation"
									]
								}
							},
							"response": []
						},
						{
							"name": "Cancel Reservation",
							"request": {
								"method": "PATCH",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"slug\":\"989fe583-629b-4272-8906-ad0f024fe896\",\r\n    \"reason\":\"testing cancel reservation\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base_url}}api/user/reservation",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"reservation"
									]
								}
							},
							"response": []
						},
						{
							"name": "Score Date",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"reservation_slug\":\"6eef568f-bc75-46c2-96c8-4472c6df8b9a\",\r\n    \"openness\": 0,\r\n    \"compatibility\": 0,\r\n    \"humor\": 0,\r\n    \"communication\":  0,\r\n    \"friendliness\":  0\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base_url}}api/user/reservation/score",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"reservation",
										"score"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Dates",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/reservation/dates",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"reservation",
										"dates"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Reservation Details",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/reservation/18a7962b-96f6-4801-9147-3d77c1cf33b1",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"reservation",
										"18a7962b-96f6-4801-9147-3d77c1cf33b1"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Reservation By Status ( pending , in-process , completed , cancelled )",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/reservation/status?value=completed",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"reservation",
										"status"
									],
									"query": [
										{
											"key": "value",
											"value": "completed"
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Spot",
					"item": [
						{
							"name": "Check In Spot",
							"request": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/spot/fd33cac2-fbd4-4765-914e-7eaec6e39049/check-in?force=true",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"spot",
										"fd33cac2-fbd4-4765-914e-7eaec6e39049",
										"check-in"
									],
									"query": [
										{
											"key": "force",
											"value": "true"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Check Out Spot",
							"request": {
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/spot/check-out/35fe6a88-8e19-48de-86ec-8390b745d935",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"spot",
										"check-out",
										"35fe6a88-8e19-48de-86ec-8390b745d935"
									]
								}
							},
							"response": []
						},
						{
							"name": "Give Spot Review",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"rating\":1,\r\n    \"review\":\"Nice Place\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base_url}}api/user/spot/5e186beb-2662-46a4-bb9b-4eb915eeaf8b/review",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"spot",
										"5e186beb-2662-46a4-bb9b-4eb915eeaf8b",
										"review"
									]
								}
							},
							"response": []
						},
						{
							"name": "Like Spot",
							"request": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/spot/d57dc52e-9a37-48ec-91f8-7aec8d251821/like",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"spot",
										"d57dc52e-9a37-48ec-91f8-7aec8d251821",
										"like"
									]
								}
							},
							"response": []
						},
						{
							"name": "Remove Like From Spot",
							"request": {
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/spot/like/d7599760-383d-4891-8a53-f7023b7234cb",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"spot",
										"like",
										"d7599760-383d-4891-8a53-f7023b7234cb"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get User Favourite Spot",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/spot/favourite",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"spot",
										"favourite"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get User Recommended Spots",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/spot/recommended?sort_by=nearby-first&search=te",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"spot",
										"recommended"
									],
									"query": [
										{
											"key": "price",
											"value": "0",
											"disabled": true
										},
										{
											"key": "cuisine",
											"value": "Asian,Other",
											"disabled": true
										},
										{
											"key": "spot_category",
											"value": "Cinema",
											"disabled": true
										},
										{
											"key": "sort_by",
											"value": "nearby-first",
											"description": "nearby-first / lowest-to-highest-price / highest-to-lowest-price / newly-listed"
										},
										{
											"key": "search",
											"value": "te"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Spot Details",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/spot/fd33cac2-fbd4-4765-914e-7eaec6e39049",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"spot",
										"fd33cac2-fbd4-4765-914e-7eaec6e39049"
									]
								}
							},
							"response": []
						},
						{
							"name": "Search Spot",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/spot/search?rating=0&category=fine din&keyword=test",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"spot",
										"search"
									],
									"query": [
										{
											"key": "rating",
											"value": "0"
										},
										{
											"key": "category",
											"value": "fine din"
										},
										{
											"key": "keyword",
											"value": "test"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Spot Check In Users",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/spot/fd33cac2-fbd4-4765-914e-7eaec6e39049/check-in",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"spot",
										"fd33cac2-fbd4-4765-914e-7eaec6e39049",
										"check-in"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Promotion Banners",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/spot/promotion-banner",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"spot",
										"promotion-banner"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Week 04",
					"item": [
						{
							"name": "Get User Match Profile",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/profile/match",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"profile",
										"match"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Week 05",
					"item": [
						{
							"name": "plan a date",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/spot/recommended",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"spot",
										"recommended"
									]
								}
							},
							"response": []
						},
						{
							"name": "search / filter spot",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/spot/search?rating=0&category=fine din&keyword=test",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"spot",
										"search"
									],
									"query": [
										{
											"key": "rating",
											"value": "0"
										},
										{
											"key": "category",
											"value": "fine din"
										},
										{
											"key": "keyword",
											"value": "test"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "view spot details",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/spot/77c74b86-f4e2-4d08-a3d6-3e455fbbc921",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"spot",
										"77c74b86-f4e2-4d08-a3d6-3e455fbbc921"
									]
								}
							},
							"response": []
						},
						{
							"name": "plan a date reservation form",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "spot_slug",
											"value": "77c74b86-f4e2-4d08-a3d6-3e455fbbc921",
											"type": "text"
										},
										{
											"key": "date",
											"value": "8-17-2023",
											"description": "Month-Day-Year",
											"type": "text"
										},
										{
											"key": "time",
											"value": "12:00",
											"description": "Hour:00",
											"type": "text"
										},
										{
											"key": "image_url",
											"type": "file",
											"src": [
												"/C:/Users/classic/Downloads/Rectangle 4372 (1).png",
												"/C:/Users/classic/Downloads/Group 14.png"
											]
										},
										{
											"key": "message",
											"value": " simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s",
											"type": "text"
										},
										{
											"key": "dateWith_user_slug",
											"value": "76722979-8522-45bb-bf63-a4500031baf2",
											"type": "text",
											"disabled": true
										}
									]
								},
								"url": {
									"raw": "{{base_url}}api/user/reservation",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"reservation"
									]
								}
							},
							"response": []
						},
						{
							"name": "view spot check in",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/spot/260b69e7-b415-4e74-8281-d5a7442e62a4/check-in",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"spot",
										"260b69e7-b415-4e74-8281-d5a7442e62a4",
										"check-in"
									]
								}
							},
							"response": []
						},
						{
							"name": "score your date",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"reservation_slug\":\"1550c121-0732-480c-bc1c-b690db0ef5b8\",\r\n    \"openness\": 0,\r\n    \"compatibility\": 0,\r\n    \"humor\": 0,\r\n    \"communication\":  0,\r\n    \"friendliness\":  0\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base_url}}api/user/reservation/score",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"reservation",
										"score"
									]
								}
							},
							"response": []
						},
						{
							"name": "view date score",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/reservation/dates",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"reservation",
										"dates"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Reservation By Status ( pending , in-process , completed , cancelled )",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/reservation/status?value=completed",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"reservation",
										"status"
									],
									"query": [
										{
											"key": "value",
											"value": "completed"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Cancel Reservation",
							"request": {
								"method": "PATCH",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"slug\":\"ca5170b8-7a7c-415b-b86d-bb2e6b19ad10\",\r\n    \"reason\":\"testing cancel reservation\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base_url}}api/user/reservation",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"reservation"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Reservation Details",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/reservation/155ffc0e-1c0d-4a18-9300-2a2ddde9669f",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"reservation",
										"155ffc0e-1c0d-4a18-9300-2a2ddde9669f"
									]
								}
							},
							"response": []
						},
						{
							"name": "Rate the Spot",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"rating\":1,\r\n    \"review\":\"Nice Place\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base_url}}api/user/spot/5e186beb-2662-46a4-bb9b-4eb915eeaf8b/review",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"spot",
										"5e186beb-2662-46a4-bb9b-4eb915eeaf8b",
										"review"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "week 06",
					"item": [
						{
							"name": "Block User",
							"request": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/profile/block/04d547d8-10c8-4585-b681-a4a9081a3bdb",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"profile",
										"block",
										"04d547d8-10c8-4585-b681-a4a9081a3bdb"
									]
								}
							},
							"response": []
						},
						{
							"name": "Unblock Profile",
							"request": {
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/profile/unblock/9e5fc21f-a1fa-48c4-aae1-a7eeb6cb16c2",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"profile",
										"unblock",
										"9e5fc21f-a1fa-48c4-aae1-a7eeb6cb16c2"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Static Pages ( about-us , privacy-policy, terms-and-conditions)",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/static-page/privacy-policy",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"static-page",
										"privacy-policy"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Promotion Banners",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/spot/promotion-banner",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"spot",
										"promotion-banner"
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete Account",
							"request": {
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/user/a6e99a94-92a8-4ceb-a10c-f1a6f7888db4",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"user",
										"a6e99a94-92a8-4ceb-a10c-f1a6f7888db4"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Static Content",
					"item": [
						{
							"name": "Get Static Pages ( about-us , privacy-policy, terms-and-conditions)",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/static-page/privacy-policy",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"static-page",
										"privacy-policy"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Upload",
					"item": [
						{
							"name": "Upload Media",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "file",
											"type": "file",
											"src": "/C:/Users/classic/Downloads/download.png"
										}
									]
								},
								"url": {
									"raw": "{{base_url}}api/upload",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"upload"
									]
								}
							},
							"response": []
						}
					]
				}
			],
			"auth": {
				"type": "bearer",
				"bearer": [
					{
						"key": "token",
						"value": "ZXlKaGJHY2lPaUpJVXpJMU5pSXNJblI1Y0NJNklrcFhWQ0o5LmV5SnpiSFZuSWpvaU1UZzROVGsyTjJRdFpEZzFOaTAwTnpOa0xXRmpZVFV0WXpReU5EQmhNbVV5TkdRMElpd2lhV0YwSWpveE56QTBPRGt3TlRrNExDSmxlSEFpT2pFM016WTBNalkxT1Rnc0ltbHpjeUk2SWpVNU1qQXdOelE0TFRFeU16UXRNakl6TXkwek5UVXRPR014TWpneFpqZG1ZMlF5SWl3aWMzVmlJam9pTlRreU1EQTNORGd0TVRJek5DMHlNak16TFRNMU5TMDRZekV5T0RGbU4yWmpaRElpTENKcWRHa2lPaUl4T0RnMU9UWTNaQzFrT0RVMkxUUTNNMlF0WVdOaE5TMWpOREkwTUdFeVpUSTBaRFFpZlEuTHZQbXZjMU9lZkVnU0kzRE9yYUk2NDlPX2U0M0s4OU15M3BYQzM3VG1xUQ==",
						"type": "string"
					}
				]
			},
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "Admin",
			"item": [
				{
					"name": "Account",
					"item": [
						{
							"name": "Login",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "POST",
								"header": [
									{
										"key": "token",
										"value": "59200748-1234-2233-355-8c1281f7fcd2",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"email\":\"tgaa@yopmail.com\",\r\n    \"password\":\"admin@123\",\r\n    \"device_type\" : \"web\",\r\n    \"device_token\": \"tga_admin_123456\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base_url}}api/admin/login",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"admin",
										"login"
									]
								}
							},
							"response": []
						},
						{
							"name": "Create Admin",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "POST",
								"header": [
									{
										"key": "token",
										"value": "59200748-1234-2233-355-8c1281f7fcd2",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"email\":\"tgaa@yopmail.com\",\r\n    \"password\":\"123\",\r\n    \"device_type\" : \"web\",\r\n    \"device_token\": \"tga_admin_123456\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base_url}}api/admin",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"admin"
									]
								}
							},
							"response": []
						},
						{
							"name": "Forgot Password",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "token",
										"value": "59200748-1234-2233-355-8c1281f7fcd2",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"email\":\"tgaa@yopmail.com\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base_url}}api/admin/forgot-password",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"admin",
										"forgot-password"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Vendor",
					"item": [
						{
							"name": "Create Vendor",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"email\":\"tgav@yopmail.com\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base_url}}api/vendor",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"vendor"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get All Vendor",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/vendor",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"vendor"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Static Content",
					"item": [
						{
							"name": "Get Static Content",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/admin/static-page",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"admin",
										"static-page"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update Static Content",
							"request": {
								"method": "PATCH",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"terms\":\"hellosss\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base_url}}api/admin/static-page",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"admin",
										"static-page"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Promotion Banners",
					"item": [
						{
							"name": "Create New Promotion Banner",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "image_url",
											"type": "file",
											"src": "/C:/Users/classic/Downloads/download (7).jpeg"
										},
										{
											"key": "spot_slug",
											"value": "260b69e7-b415-4e74-8281-d5a7442e62a4",
											"type": "text"
										},
										{
											"key": "description",
											"value": "Book your table now",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{base_url}}api/admin/promotion-banner",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"admin",
										"promotion-banner"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Promotion Banner",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/admin/promotion-banner",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"admin",
										"promotion-banner"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Spots",
					"item": [
						{
							"name": "Get All Spots",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/admin/spots",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"admin",
										"spots"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Authenticate User",
					"item": [
						{
							"name": "Get Authentication Images By Status ( pending, accepted, rejected )",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/admin/authenticate?status=accepted",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"admin",
										"authenticate"
									],
									"query": [
										{
											"key": "status",
											"value": "accepted"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Approve/Disapprove Image",
							"request": {
								"method": "PATCH",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"status\":\"accepted\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base_url}}api/admin/authenticate/ca1c27eb-720c-4bd9-8484-61481ecce297",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"admin",
										"authenticate",
										"ca1c27eb-720c-4bd9-8484-61481ecce297"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Lookups",
					"item": [
						{
							"name": "Get Lookups",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "token",
										"value": "59200748-1234-2233-355-8c1281f7fcd2",
										"type": "text",
										"disabled": true
									}
								],
								"url": {
									"raw": "{{base_url}}api/admin/lookups",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"admin",
										"lookups"
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete Value From Lookups",
							"request": {
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/admin/lookups?key=gender&value=Male",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"admin",
										"lookups"
									],
									"query": [
										{
											"key": "key",
											"value": "gender"
										},
										{
											"key": "value",
											"value": "Male"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Add Tag In Lookups",
							"request": {
								"method": "PATCH",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/admin/lookups?key=gender&value=Male",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"admin",
										"lookups"
									],
									"query": [
										{
											"key": "key",
											"value": "gender"
										},
										{
											"key": "value",
											"value": "Male"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Reorder Lookups",
							"request": {
								"method": "PATCH",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"gender\":\"\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base_url}}api/admin/lookups/reorder",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"admin",
										"lookups",
										"reorder"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "User Management",
					"item": [
						{
							"name": "Get User Lists",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/admin/users?page=1&limit=5",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"admin",
										"users"
									],
									"query": [
										{
											"key": "page",
											"value": "1"
										},
										{
											"key": "limit",
											"value": "5"
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Dashboard",
					"item": [
						{
							"name": "Get dashboard info",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/admin/dashboard",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"admin",
										"dashboard"
									]
								}
							},
							"response": []
						}
					]
				}
			],
			"auth": {
				"type": "bearer",
				"bearer": [
					{
						"key": "token",
						"value": "ZXlKaGJHY2lPaUpJVXpJMU5pSXNJblI1Y0NJNklrcFhWQ0o5LmV5SnpiSFZuSWpvaVkyUTNZVEU1T0dRdE9URTBaQzAwTnpZMkxXRXlOR0l0WW1WbFlqTmxOVFJoTURkaklpd2lhV0YwSWpveE5qazJPVGN6TnpNekxDSmxlSEFpT2pFMk9UYzFOemcxTXpNc0ltbHpjeUk2SWpVNU1qQXdOelE0TFRFeU16UXRNakl6TXkwek5UVXRPR014TWpneFpqZG1ZMlF5SWl3aWMzVmlJam9pTlRreU1EQTNORGd0TVRJek5DMHlNak16TFRNMU5TMDRZekV5T0RGbU4yWmpaRElpTENKcWRHa2lPaUpqWkRkaE1UazRaQzA1TVRSa0xUUTNOall0WVRJMFlpMWlaV1ZpTTJVMU5HRXdOMk1pZlEuOUE4V0Y1ekNfZ1pmanl5XzZOa0VNM3AwaXZPMF9pMms2QVZvWWk2WXc0cw=",
						"type": "string"
					}
				]
			},
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "Vendor",
			"item": [
				{
					"name": "Account",
					"item": [
						{
							"name": "Login",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "POST",
								"header": [
									{
										"key": "token",
										"value": "59200748-1234-2233-355-8c1281f7fcd2",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"email\":\"tgav@yopmail.com\",\r\n    \"password\":\"vendor@123\",\r\n    \"device_type\":\"postman\",\r\n    \"device_token\":\"postman_123\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base_url}}api/vendor/login",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"vendor",
										"login"
									]
								}
							},
							"response": []
						},
						{
							"name": "Forgot Password",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "POST",
								"header": [
									{
										"key": "token",
										"value": "59200748-1234-2233-355-8c1281f7fcd2",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"email\":\"tgav2@yopmail.com\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base_url}}api/vendor/forgot-password",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"vendor",
										"forgot-password"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Spot",
					"item": [
						{
							"name": "Create Spot",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "name",
											"value": "test",
											"type": "text"
										},
										{
											"key": "address",
											"value": "some where in UAE",
											"type": "text"
										},
										{
											"key": "latitude",
											"value": "1",
											"type": "text"
										},
										{
											"key": "longitude",
											"value": "2",
											"type": "text"
										},
										{
											"key": "email",
											"value": "test@yopmail.com",
											"type": "text"
										},
										{
											"key": "mobile_no",
											"value": "03118412349",
											"type": "text"
										},
										{
											"key": "tags[0]",
											"value": "Italian",
											"type": "text"
										},
										{
											"key": "tag[1]",
											"value": "Asian",
											"type": "text"
										},
										{
											"key": "website_url",
											"value": "http://test.com",
											"type": "text"
										},
										{
											"key": "banner_image",
											"type": "file",
											"src": []
										},
										{
											"key": "image_url",
											"type": "file",
											"src": []
										}
									]
								},
								"url": {
									"raw": "{{base_url}}api/vendor/spot",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"vendor",
										"spot"
									]
								}
							},
							"response": []
						},
						{
							"name": "Edit Spot",
							"request": {
								"method": "PATCH",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "name",
											"value": "test233",
											"type": "text"
										},
										{
											"key": "address",
											"value": "test",
											"type": "text"
										},
										{
											"key": "latitude",
											"value": "1",
											"type": "text"
										},
										{
											"key": "longitude",
											"value": "2",
											"type": "text"
										},
										{
											"key": "email",
											"value": "test@yopmail.com",
											"type": "text"
										},
										{
											"key": "mobile_no",
											"value": "03118412349",
											"type": "text"
										},
										{
											"key": "tags[0]",
											"value": "Asian",
											"type": "text"
										},
										{
											"key": "website_url",
											"value": "http://test.com",
											"type": "text"
										},
										{
											"key": "banner_image",
											"type": "file",
											"src": [],
											"disabled": true
										},
										{
											"key": "image_url",
											"type": "file",
											"src": [
												"/C:/Users/classic/Downloads/Group 25776.png",
												"/C:/Users/classic/Downloads/Group 72.png"
											],
											"disabled": true
										},
										{
											"key": "deleted_media[0]",
											"value": "http://localhost:3001/profile/1689696793196.png",
											"type": "text",
											"disabled": true
										},
										{
											"key": "deleted_media[1]",
											"value": "http://localhost:3001/profile/1689696831552.png",
											"type": "text",
											"disabled": true
										}
									]
								},
								"url": {
									"raw": "{{base_url}}api/vendor/spot/5e186beb-2662-46a4-bb9b-4eb915eeaf8b",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"vendor",
										"spot",
										"5e186beb-2662-46a4-bb9b-4eb915eeaf8b"
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete Spot",
							"request": {
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/vendor/spot/0c9ca188-93e0-40af-b5d7-a2a95f3f4bbf",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"vendor",
										"spot",
										"0c9ca188-93e0-40af-b5d7-a2a95f3f4bbf"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Vendor All Spots",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/vendor/spot?page=1",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"vendor",
										"spot"
									],
									"query": [
										{
											"key": "limit",
											"value": "3",
											"disabled": true
										},
										{
											"key": "page",
											"value": "1"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Spot Reviews",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/vendor/spot/183333f1-d47f-4b10-9773-87951ecc8a00/review?page=1",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"vendor",
										"spot",
										"183333f1-d47f-4b10-9773-87951ecc8a00",
										"review"
									],
									"query": [
										{
											"key": "page",
											"value": "1"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Spot Weekly Reviews",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/vendor/spot/183333f1-d47f-4b10-9773-87951ecc8a00/review/weekly",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"vendor",
										"spot",
										"183333f1-d47f-4b10-9773-87951ecc8a00",
										"review",
										"weekly"
									],
									"query": [
										{
											"key": "date",
											"value": "2023-08-5",
											"disabled": true
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Spot Weekly Check Ins",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/vendor/spot/183333f1-d47f-4b10-9773-87951ecc8a00/check-in/weekly?date=2023-08-3",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"vendor",
										"spot",
										"183333f1-d47f-4b10-9773-87951ecc8a00",
										"check-in",
										"weekly"
									],
									"query": [
										{
											"key": "date",
											"value": "2023-08-3"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Spot Weekly Reservation",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/vendor/spot/183333f1-d47f-4b10-9773-87951ecc8a00/reservation/weekly?date=2023-08-5",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"vendor",
										"spot",
										"183333f1-d47f-4b10-9773-87951ecc8a00",
										"reservation",
										"weekly"
									],
									"query": [
										{
											"key": "date",
											"value": "2023-08-5"
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Reservation",
					"item": [
						{
							"name": "Get Vendor All Reservation",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/vendor/reservation",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"vendor",
										"reservation"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Dashboard",
					"item": [
						{
							"name": "Get Dashboard Details",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/vendor/dashboard",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"vendor",
										"dashboard"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Spot Listing",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}api/vendor/dashboard/spot?page=1&limit=1",
									"host": [
										"{{base_url}}api"
									],
									"path": [
										"vendor",
										"dashboard",
										"spot"
									],
									"query": [
										{
											"key": "page",
											"value": "1"
										},
										{
											"key": "limit",
											"value": "1"
										}
									]
								}
							},
							"response": []
						}
					]
				}
			],
			"auth": {
				"type": "bearer",
				"bearer": [
					{
						"key": "token",
						"value": "ZXlKaGJHY2lPaUpJVXpJMU5pSXNJblI1Y0NJNklrcFhWQ0o5LmV5SnpiSFZuSWpvaVlUVmpPV016T0dJdFpESmxNeTAwT0dRMExXRTJNbVV0TkdGa05UUXpZakZoWVRsbElpd2lhV0YwSWpveE5qazJNall4TkRRMUxDSmxlSEFpT2pFMk9UWTROall5TkRVc0ltbHpjeUk2SWpVNU1qQXdOelE0TFRFeU16UXRNakl6TXkwek5UVXRPR014TWpneFpqZG1ZMlF5SWl3aWMzVmlJam9pTlRreU1EQTNORGd0TVRJek5DMHlNak16TFRNMU5TMDRZekV5T0RGbU4yWmpaRElpTENKcWRHa2lPaUpoTldNNVl6TTRZaTFrTW1VekxUUTRaRFF0WVRZeVpTMDBZV1ExTkROaU1XRmhPV1VpZlEuWkNaOW8zUUFpQjA0YTY4RE1zcnQxUjczZ2NyeWZQRE8xdDFHMnpwbXFIYw==",
						"type": "string"
					}
				]
			},
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				}
			]
		}
	],
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"key": "base_url",
			"value": "",
			"type": "string",
			"disabled": true
		},
		{
			"key": "base_url",
			"value": "",
			"type": "string"
		},
		{
			"key": "base_url",
			"value": "",
			"type": "string",
			"disabled": true
		}
	]
}