{
	"info": {
		"_postman_id": "4b21a493-967f-4c0d-806c-c35641876b5c",
		"name": "Photogram API",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "blog",
			"item": [
				{
					"name": "/api/blog/timeline",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base_url}}/api/blog/timeline",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"api",
								"blog",
								"timeline"
							],
							"query": [
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "offset",
									"value": "2",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "/api/blog/posts",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base_url}}/api/blog/posts",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"api",
								"blog",
								"posts"
							]
						}
					},
					"response": []
				},
				{
					"name": "/api/blog/following",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base_url}}/api/blog/following",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"api",
								"blog",
								"following"
							]
						}
					},
					"response": []
				},
				{
					"name": "/api/blog/followers",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base_url}}/api/blog/followers",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"api",
								"blog",
								"followers"
							]
						}
					},
					"response": []
				},
				{
					"name": "/api/blog/comment",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "comment",
									"value": "ez egy komment",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{base_url}}/api/blog/33/comment",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"api",
								"blog",
								"33",
								"comment"
							]
						}
					},
					"response": []
				},
				{
					"name": "/api/blog/<blogPostId>/comments",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base_url}}/api/blog/33/comments?limit=10&offset=0",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"api",
								"blog",
								"33",
								"comments"
							],
							"query": [
								{
									"key": "limit",
									"value": "10"
								},
								{
									"key": "offset",
									"value": "0"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "/api/blog",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "photoid",
									"value": "6204394",
									"type": "text"
								},
								{
									"key": "description",
									"value": "API-n keresztül hoztam létre!",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{base_url}}/api/blog",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"api",
								"blog"
							]
						}
					},
					"response": []
				},
				{
					"name": "/api/blog/<blogPostId>/like",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "{{base_url}}/api/blog/46/like",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"api",
								"blog",
								"46",
								"like"
							]
						}
					},
					"response": []
				},
				{
					"name": "/api/blog/<blogPostId>/unlike",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "{{base_url}}/api/blog/46/unlike",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"api",
								"blog",
								"46",
								"unlike"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "weboffice",
			"item": [
				{
					"name": "/api/getservices",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base_url}}/api/getservices",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"api",
								"getservices"
							]
						}
					},
					"response": []
				},
				{
					"name": "/api/weboffice/activate/<serviceid>",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{base_url}}/api/weboffice/activate/191",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"api",
								"weboffice",
								"activate",
								"191"
							]
						}
					},
					"response": []
				},
				{
					"name": "/api/unusedphotos",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base_url}}/api/unusedphotos",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"api",
								"unusedphotos"
							]
						}
					},
					"response": []
				},
				{
					"name": "/api/webofficebuysector",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "{{base_url}}/api/webofficebuysector",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"api",
								"webofficebuysector"
							]
						}
					},
					"response": []
				},
				{
					"name": "/api/webofficebuyservice",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base_url}}/api/webofficebuyservice",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"api",
								"webofficebuyservice"
							]
						}
					},
					"response": []
				},
				{
					"name": "/api/webofficesectors",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base_url}}/api/webofficesectors",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"api",
								"webofficesectors"
							]
						}
					},
					"response": []
				},
				{
					"name": "/api/getsectors",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base_url}}/api/getsectors",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"api",
								"getsectors"
							]
						}
					},
					"response": []
				},
				{
					"name": "/api/webofficeyourusers",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "activeonly",
									"value": "true",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{base_url}}/api/webofficeyourusers",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"api",
								"webofficeyourusers"
							]
						}
					},
					"response": []
				},
				{
					"name": "/api/changerandomuser",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "type",
									"value": "1",
									"type": "text"
								},
								{
									"key": "position",
									"value": "1",
									"type": "text"
								},
								{
									"key": "serviceid",
									"value": "191",
									"type": "text"
								},
								{
									"key": "new_photoid",
									"value": "7000001",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{base_url}}/api/changerandomuser",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"api",
								"changerandomuser"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "country",
			"item": [
				{
					"name": "/api/cities/<countryCode>",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base_url}}/api/cities/hu?autocomplete=bu",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"api",
								"cities",
								"hu"
							],
							"query": [
								{
									"key": "autocomplete",
									"value": "bu"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "/api/countries",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base_url}}/api/countries",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"api",
								"countries"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "orders",
			"item": [
				{
					"name": "/api/orders",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base_url}}/api/orders",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"api",
								"orders"
							]
						}
					},
					"response": []
				},
				{
					"name": "/api/orders",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "orders[0]",
									"value": "aaa",
									"type": "text"
								},
								{
									"key": "orders[1]",
									"value": "bbb",
									"type": "text"
								},
								{
									"key": "orders[2]",
									"value": "ccc",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{base_url}}/api/orders",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"api",
								"orders"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "vegyes",
			"item": [
				{
					"name": "/api/photos",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "limit",
									"value": "50",
									"type": "text"
								},
								{
									"key": "offset",
									"value": "0",
									"type": "text"
								},
								{
									"key": "userid",
									"value": "{{userid}}",
									"type": "text"
								},
								{
									"key": "allpicture",
									"value": "1",
									"type": "text",
									"disabled": true
								},
								{
									"key": "orderBy",
									"value": "created_at",
									"type": "text"
								},
								{
									"key": "orderDirection",
									"value": "desc",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{base_url}}/api/photos",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"api",
								"photos"
							]
						}
					},
					"response": []
				},
				{
					"name": "/api/photo/<photoid>/download",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base_url}}/api/photo/37497/download",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"api",
								"photo",
								"37497",
								"download"
							]
						}
					},
					"response": []
				},
				{
					"name": "/api/pupload",
					"request": {
						"method": "GET",
						"header": [],
						"url": null
					},
					"response": []
				}
			]
		},
		{
			"name": "profile",
			"item": [
				{
					"name": "/api/profile/photo/<photoId>",
					"request": {
						"method": "PATCH",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"visibility\": false\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{base_url}}/api/profile/photo/7278304",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"api",
								"profile",
								"photo",
								"7278304"
							]
						}
					},
					"response": []
				},
				{
					"name": "/api/profile/photos/bought",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "limit",
									"value": "50",
									"type": "text"
								},
								{
									"key": "offset",
									"value": "0",
									"type": "text"
								},
								{
									"key": "search",
									"value": "cin",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{base_url}}/api/profile/photos/bought",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"api",
								"profile",
								"photos",
								"bought"
							]
						}
					},
					"response": []
				},
				{
					"name": "/api/profile/photos/sold",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "limit",
									"value": "50",
									"type": "text"
								},
								{
									"key": "offset",
									"value": "0",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{base_url}}/api/profile/photos/sold",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"api",
								"profile",
								"photos",
								"sold"
							]
						}
					},
					"response": []
				},
				{
					"name": "/api/contract/preview/<locale>/<ru_id>",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base_url}}/api/contract/preview/en/1033",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"api",
								"contract",
								"preview",
								"en",
								"1033"
							]
						}
					},
					"response": []
				},
				{
					"name": "/api/profile/default-referral-id",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base_url}}/api/profile/default-referral-id",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"api",
								"profile",
								"default-referral-id"
							]
						}
					},
					"response": []
				},
				{
					"name": "/api/profile",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base_url}}/api/profile",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"api",
								"profile"
							]
						}
					},
					"response": []
				},
				{
					"name": "api/user",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "userid",
									"value": "6564336",
									"type": "text"
								},
								{
									"key": "fullinfo",
									"value": "true",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{base_url}}/api/user",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"api",
								"user"
							]
						}
					},
					"response": []
				},
				{
					"name": "/api/updateprofile",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "country",
									"value": "DE",
									"type": "text",
									"disabled": true
								},
								{
									"key": "sex",
									"value": "Male",
									"type": "text",
									"disabled": true
								},
								{
									"key": "zip",
									"value": "1111",
									"type": "text",
									"disabled": true
								},
								{
									"key": "city",
									"value": "Budaörs",
									"type": "text",
									"disabled": true
								},
								{
									"key": "address",
									"value": "Ez a címem",
									"type": "text",
									"disabled": true
								},
								{
									"key": "phone",
									"value": "telefon",
									"type": "text",
									"disabled": true
								},
								{
									"key": "referralid",
									"value": "495080",
									"type": "text",
									"disabled": true
								},
								{
									"key": "last_name",
									"value": "Körte",
									"type": "text",
									"disabled": true
								},
								{
									"key": "blogname",
									"value": "",
									"type": "text",
									"disabled": true
								},
								{
									"key": "passportimage",
									"type": "file",
									"src": "/C:/Users/Lali/Desktop/60393a1c82a2f_x1Hc1xLe.jpg",
									"disabled": true
								},
								{
									"key": "driverimage",
									"type": "file",
									"src": "/C:/Users/Lali/Desktop/can't exit vim.jpg"
								}
							]
						},
						"url": {
							"raw": "{{base_url}}/api/updateprofile",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"api",
								"updateprofile"
							]
						}
					},
					"response": []
				},
				{
					"name": "/api/profile/status",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base_url}}/api/profile/status",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"api",
								"profile",
								"status"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "tron",
			"item": [
				{
					"name": "auth",
					"item": [
						{
							"name": "pair-device",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{ \"deviceInfo\": \"Ez egy teszt készülék\" }",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base_url}}/tron/auth/pair-device?uid=835041042.612498.846339168",
									"host": [
										"{{base_url}}"
									],
									"path": [
										"tron",
										"auth",
										"pair-device"
									],
									"query": [
										{
											"key": "uid",
											"value": "835041042.612498.846339168"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "device",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyaWQiOjY1NjQzMzYsImRldmljZWlkIjo2LCJpYXQiOjE2MTY2MDA2MTQsImV4cCI6MTYxNjYwMDkxNH0.VPILub9Q4zwf3GguhWYNDkRom6AYaC9DfQ6pc62Ygdo",
											"type": "string"
										}
									]
								},
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "{{base_url}}/tron/auth/device",
									"host": [
										"{{base_url}}"
									],
									"path": [
										"tron",
										"auth",
										"device"
									]
								}
							},
							"response": []
						},
						{
							"name": "token",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}/tron/auth/token?refreshToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyaWQiOjgwMzcwNDQsImRldmljZWlkIjoyNywiaWF0IjoxNjIxNjA0NjA4fQ.qrjcpwQ7MWCFtHB5iaLvOn_MQ5fNIVjL4FR37XdbXlg",
									"host": [
										"{{base_url}}"
									],
									"path": [
										"tron",
										"auth",
										"token"
									],
									"query": [
										{
											"key": "refreshToken",
											"value": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyaWQiOjgwMzcwNDQsImRldmljZWlkIjoyNywiaWF0IjoxNjIxNjA0NjA4fQ.qrjcpwQ7MWCFtHB5iaLvOn_MQ5fNIVjL4FR37XdbXlg"
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "cart",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyaWQiOjgwMzcwNDQsImRldmljZWlkIjoyNywiaWF0IjoxNjIxNjA2MzI0LCJleHAiOjE2MjE2MDY2MjR9.G1noEtmEZ9OZsAG_xMwXizAukB8fxQnCMYKzu3lsqd0",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base_url}}/tron/cart/",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"tron",
								"cart",
								""
							]
						}
					},
					"response": []
				},
				{
					"name": "/tron/payment/success",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\"userid\":6564336}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{base_url}}/tron/payment/success",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"tron",
								"payment",
								"success"
							]
						}
					},
					"response": []
				},
				{
					"name": "/tron/payment/fail",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\"userid\":6564336}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{base_url}}/tron/payment/fail",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"tron",
								"payment",
								"fail"
							]
						}
					},
					"response": []
				},
				{
					"name": "cart/contract",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyaWQiOjgwMzcwNDQsImRldmljZWlkIjoyNywiaWF0IjoxNjIxNjA2MzI0LCJleHAiOjE2MjE2MDY2MjR9.G1noEtmEZ9OZsAG_xMwXizAukB8fxQnCMYKzu3lsqd0",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base_url}}/tron/cart/contract",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"tron",
								"cart",
								"contract"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "cart",
			"item": [
				{
					"name": "developer-pay",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "{{base_url}}/api/cart/developer-pay",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"api",
								"cart",
								"developer-pay"
							]
						}
					},
					"response": []
				},
				{
					"name": ".",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base_url}}/api/cart",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"api",
								"cart"
							]
						}
					},
					"response": []
				},
				{
					"name": ".",
					"request": {
						"method": "PUT",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"onephotocart\": [\r\n        {\"photoid\":3973340,\"bigpicture\":false}\r\n    ],\r\n    \"photocart\": [\r\n        {\"serviceid\":141,\"photosinfo\":[2552159,4175412,5109885,1000002,2000001,3000003,4000002,5000003,6000003,7000003]}\r\n    ],\r\n    \"photossectorcart\": [],\r\n    \"subscriptioncart\": [],\r\n    \"sectorcart\": []\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{base_url}}/api/cart",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"api",
								"cart"
							]
						}
					},
					"response": []
				},
				{
					"name": "history",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base_url}}/api/cart/history",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"api",
								"cart",
								"history"
							]
						}
					},
					"response": []
				},
				{
					"name": ".",
					"request": {
						"method": "DELETE",
						"header": [],
						"url": {
							"raw": "{{base_url}}/api/cart",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"api",
								"cart"
							]
						}
					},
					"response": []
				},
				{
					"name": "start",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "{{base_url}}/api/cart/start",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"api",
								"cart",
								"start"
							]
						}
					},
					"response": []
				},
				{
					"name": "abort",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "{{base_url}}/api/cart/abort",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"api",
								"cart",
								"abort"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "guestapi",
			"item": [
				{
					"name": "/guestapi/photo",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "photoid",
									"value": "7000001",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{base_url}}/guestapi/photo",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"guestapi",
								"photo"
							]
						}
					},
					"response": []
				}
			],
			"auth": {
				"type": "noauth"
			},
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "/ologin",
			"event": [
				{
					"listen": "test",
					"script": {
						"exec": [
							"var jsonData = pm.response.json();\r",
							"pm.environment.set(\"access_token\", jsonData.access_token);\r",
							"pm.environment.set(\"userid\", jsonData.user_id);\r",
							""
						],
						"type": "text/javascript"
					}
				}
			],
			"request": {
				"auth": {
					"type": "basic",
					"basic": [
						{
							"key": "password",
							"value": "06VizOQj#9U[DMp",
							"type": "string"
						},
						{
							"key": "username",
							"value": "photogramclient",
							"type": "string"
						}
					]
				},
				"method": "POST",
				"header": [],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "grant_type",
							"value": "password",
							"type": "text"
						},
						{
							"key": "username",
							"value": "{{login_email}}",
							"type": "text"
						},
						{
							"key": "password",
							"value": "{{login_password}}",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "{{base_url}}/ologin",
					"host": [
						"{{base_url}}"
					],
					"path": [
						"ologin"
					]
				}
			},
			"response": []
		}
	],
	"auth": {
		"type": "bearer",
		"bearer": [
			{
				"key": "token",
				"value": "{{access_token}}",
				"type": "string"
			}
		]
	},
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	]
}