{"info":{"_postman_id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","name":"Ajo-API","description":"<html><head></head><body><h3 id=\"handling-errors\">Handling Errors</h3>\n<p>When a field is required and it is not supplied, the database throws an error of the form <code>{ \"error\": [ \"Name is required.\" ]}</code></p>\n<p>For most endpoints, there is a validator to return the error in the form <code>{ error: \"Name is required.\" }</code></p>\n<p>Basically you may have to access the error as an array very few times e.g <code>response.error[0]</code> at other times <code>response.error</code></p>\n<p>Look at individual endpoints to see how errors are returned.</p>\n<h3 id=\"email-verification\">Email Verification</h3>\n<p>Some endpoints require users to be verified to use them. If user is not verified, error is returned in the form <code>{ \"error\": [ \"Please verify your email to use this service\" ]}</code> as you will see in the \"submit review\" endpoint below.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"14641305","collectionId":"04b342fd-a8b2-4de3-8dfb-a71515643eca","publishedId":"UyrAFcQu","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-04-22T17:35:39.000Z"},"item":[{"name":"Auth","item":[{"name":"Register user","id":"d4a85fe2-39f6-42d0-bd60-6bb95d56094b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"komozy2000@gmail.com\",\r\n    \"firstname\": \"Daniel\",\r\n    \"lastname\": \"Komolafe\",\r\n    \"password\": \"dan123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/auth/signup","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MjY0NGVlOTU3YjU4ZjdmMzJkOTgxNjYiLCJpYXQiOjE2NTA3NDEyMTksImV4cCI6MTY1MDgyNzYxOX0.exmMfrxiwgB2fS38xgYJiZ4HruYf6wxgVHuqD-GJOHw"}]},"isInherited":true,"source":{"_postman_id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","name":"Ajo-API","type":"collection"}},"urlObject":{"port":"4000","path":["api","auth","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5d90868d-7df6-4ab7-b2bd-0214c39445e6","name":"Register user","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"komozy2000@gmail.com\",\r\n    \"firstname\": \"Daniel\",\r\n    \"lastname\": \"Komolafe\",\r\n    \"password\": \"dan123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/auth/signup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"43"},{"key":"ETag","value":"W/\"2b-lPxy855bP7B0iu0C/xKWVow+zao\""},{"key":"Date","value":"Sat, 23 Apr 2022 19:09:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Signup success! Please signin\"\n}"}],"_postman_id":"d4a85fe2-39f6-42d0-bd60-6bb95d56094b"},{"name":"Login user","id":"de838dec-0336-45db-b354-77252c545c42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"komozy2000@gmail.com\",\r\n    \"password\": \"dan123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/auth/signin","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MjY0NGVlOTU3YjU4ZjdmMzJkOTgxNjYiLCJpYXQiOjE2NTA3NDEyMTksImV4cCI6MTY1MDgyNzYxOX0.exmMfrxiwgB2fS38xgYJiZ4HruYf6wxgVHuqD-GJOHw"}]},"isInherited":true,"source":{"_postman_id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","name":"Ajo-API","type":"collection"}},"urlObject":{"port":"4000","path":["api","auth","signin"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3fdc4939-e810-45f6-b8e3-654f709932ba","name":"Login user","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"komozy2000@gmail.com\",\r\n    \"password\": \"dan123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/auth/signin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Set-Cookie","value":"token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MjY0NGVlOTU3YjU4ZjdmMzJkOTgxNjYiLCJpYXQiOjE2NTA3NDEyMTksImV4cCI6MTY1MDgyNzYxOX0.exmMfrxiwgB2fS38xgYJiZ4HruYf6wxgVHuqD-GJOHw; Path=/"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"436"},{"key":"ETag","value":"W/\"1b4-jdrTWsHAOuLKSjOh5hwbWKaKPfQ\""},{"key":"Date","value":"Sat, 23 Apr 2022 19:13:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MjY0NGVlOTU3YjU4ZjdmMzJkOTgxNjYiLCJpYXQiOjE2NTA3NDEyMTksImV4cCI6MTY1MDgyNzYxOX0.exmMfrxiwgB2fS38xgYJiZ4HruYf6wxgVHuqD-GJOHw\",\n    \"user\": {\n        \"_id\": \"62644ee957b58f7f32d98166\",\n        \"username\": \"komozy20008562\",\n        \"email\": \"komozy2000@gmail.com\",\n        \"firstname\": \"Daniel\",\n        \"lastname\": \"Komolafe\",\n        \"photo\": \"/avatar.png\",\n        \"createdAt\": \"2022-04-23T19:09:29.810Z\",\n        \"updatedAt\": \"2022-04-23T19:09:29.810Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"de838dec-0336-45db-b354-77252c545c42"},{"name":"Forgot password","id":"cabe7fab-5475-4edf-a400-eaa56bb4ec8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"daniel\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/auth/forgot_password","description":"<h4 id=\"userid-can-be-either-email-address-or-username-of-the-user\"><code>userId</code> can be either email address or username of the user.</h4>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MjY0NGVlOTU3YjU4ZjdmMzJkOTgxNjYiLCJpYXQiOjE2NTA3NDEyMTksImV4cCI6MTY1MDgyNzYxOX0.exmMfrxiwgB2fS38xgYJiZ4HruYf6wxgVHuqD-GJOHw"}]},"isInherited":true,"source":{"_postman_id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","name":"Ajo-API","type":"collection"}},"urlObject":{"port":"4000","path":["api","auth","forgot_password"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"09eb9e52-0264-4fc4-ba30-7764d115525b","name":"Forgot password (Success)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"komozy20008562\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/auth/forgot_password"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"61"},{"key":"ETag","value":"W/\"3d-ktlOJWxiGEfhTXBnQEnGD9GP6Dg\""},{"key":"Date","value":"Sun, 24 Apr 2022 18:35:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Email successfully sent to komozy2000@gmail.com\"\n}"},{"id":"f9c21740-7744-4395-9914-ef4589cba153","name":"Forgot password (error)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"komozy20008562\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/auth/forgot_password"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"41"},{"key":"ETag","value":"W/\"29-d6Z0MeJZWTDGfedFeZYCK13D64w\""},{"key":"Date","value":"Sun, 24 Apr 2022 17:45:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"User not found! Please signup\"\n}"}],"_postman_id":"cabe7fab-5475-4edf-a400-eaa56bb4ec8d"},{"name":"Reset password","id":"4da3dac6-1e31-4457-8e88-cf4441eb6fe7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"resetPin\": 294202,\r\n    \"password\": \"daniel123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/auth/reset_password","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MjY0NGVlOTU3YjU4ZjdmMzJkOTgxNjYiLCJpYXQiOjE2NTA3NDEyMTksImV4cCI6MTY1MDgyNzYxOX0.exmMfrxiwgB2fS38xgYJiZ4HruYf6wxgVHuqD-GJOHw"}]},"isInherited":true,"source":{"_postman_id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","name":"Ajo-API","type":"collection"}},"urlObject":{"port":"4000","path":["api","auth","reset_password"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1b25d3cc-7a4f-47e0-b6ad-eef6b720d76c","name":"Password reset successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"resetPin\": 294202,\r\n    \"password\": \"daniel123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/auth/reset_password"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"44"},{"key":"ETag","value":"W/\"2c-84QBN9dni2WoJc8BqFYuX37HSkY\""},{"key":"Date","value":"Sun, 24 Apr 2022 18:36:59 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Password changed successfully.\"\n}"},{"id":"2328b31b-9d96-4732-b7f0-4ac3b876b9f3","name":"Expired pin","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"resetPin\": 281335,\r\n    \"password\": \"dan123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/auth/reset_password"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"24"},{"key":"ETag","value":"W/\"18-rrQO2mYkG+PehvY1NNwm79SlPdU\""},{"key":"Date","value":"Sun, 24 Apr 2022 18:34:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Expired pin!\"\n}"}],"_postman_id":"4da3dac6-1e31-4457-8e88-cf4441eb6fe7"},{"name":"Send verification email","id":"75efa4ba-3d9b-44b1-b0f7-d0a0059416d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"komozy2000@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/auth/verify-email","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MjY0NGVlOTU3YjU4ZjdmMzJkOTgxNjYiLCJpYXQiOjE2NTA3NDEyMTksImV4cCI6MTY1MDgyNzYxOX0.exmMfrxiwgB2fS38xgYJiZ4HruYf6wxgVHuqD-GJOHw"}]},"isInherited":true,"source":{"_postman_id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","name":"Ajo-API","type":"collection"}},"urlObject":{"port":"4000","path":["api","auth","verify-email"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"347c97a6-11e5-4a95-8b45-f0bd4a123674","name":"Send verification email","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"komozy2000@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/auth/verify-email"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"61"},{"key":"ETag","value":"W/\"3d-ZQjm26l9NP/rX9ztf78ZyFmfNts\""},{"key":"Date","value":"Mon, 25 Apr 2022 10:18:50 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Verification email sent to komozy2000@gmail.com\"\n}"}],"_postman_id":"75efa4ba-3d9b-44b1-b0f7-d0a0059416d1"},{"name":"Update verification status","id":"3d8db60c-1723-4df4-bead-c3f1011929c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImtvbW96eTIwMDBAZ21haWwuY29tIiwiaWF0IjoxNjUwODgxOTI2LCJleHAiOjE2NTA4ODI1MjZ9.-v7IlnStKA6mbINlMLW8n_tXIOfRW0MeDVAiX8xOqRw\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/auth/update","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MjY0NGVlOTU3YjU4ZjdmMzJkOTgxNjYiLCJpYXQiOjE2NTA3NDEyMTksImV4cCI6MTY1MDgyNzYxOX0.exmMfrxiwgB2fS38xgYJiZ4HruYf6wxgVHuqD-GJOHw"}]},"isInherited":true,"source":{"_postman_id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","name":"Ajo-API","type":"collection"}},"urlObject":{"port":"4000","path":["api","auth","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"16fc666d-94ae-4aaf-8dc6-38ef60ee3543","name":"Update verification status","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImtvbW96eTIwMDBAZ21haWwuY29tIiwiaWF0IjoxNjUwODgxOTI2LCJleHAiOjE2NTA4ODI1MjZ9.-v7IlnStKA6mbINlMLW8n_tXIOfRW0MeDVAiX8xOqRw\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/auth/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"29"},{"key":"ETag","value":"W/\"1d-McxwK06dIa9HtbnXLsqtpYHAwpI\""},{"key":"Date","value":"Mon, 25 Apr 2022 10:21:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Email verified!\"\n}"}],"_postman_id":"3d8db60c-1723-4df4-bead-c3f1011929c3"}],"id":"5a446379-1b0d-4cae-ba06-055598a44643","_postman_id":"5a446379-1b0d-4cae-ba06-055598a44643","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MjY0NGVlOTU3YjU4ZjdmMzJkOTgxNjYiLCJpYXQiOjE2NTA3NDEyMTksImV4cCI6MTY1MDgyNzYxOX0.exmMfrxiwgB2fS38xgYJiZ4HruYf6wxgVHuqD-GJOHw"}]},"isInherited":true,"source":{"_postman_id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","name":"Ajo-API","type":"collection"}}},{"name":"User","item":[{"name":"User profile","id":"3fe1e7f2-fc6e-4f66-ab74-f2c63fe8ecee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:4000/api/user/profile/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MjY0NGVlOTU3YjU4ZjdmMzJkOTgxNjYiLCJpYXQiOjE2NTA3NDEyMTksImV4cCI6MTY1MDgyNzYxOX0.exmMfrxiwgB2fS38xgYJiZ4HruYf6wxgVHuqD-GJOHw"}]},"isInherited":true,"source":{"_postman_id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","name":"Ajo-API","type":"collection"}},"urlObject":{"port":"4000","path":["api","user","profile",":id"],"host":["localhost"],"query":[],"variable":[{"id":"397aad8a-75d5-425a-9f2b-628791919d53","type":"any","value":"62644ee957b58f7f32d98166","key":"id"}]}},"response":[{"id":"cef2a296-7de8-403e-8460-3e51e00a06fd","name":"Error: User session expired","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:4000/api/user/profile/:id","host":["localhost"],"port":"4000","path":["api","user","profile",":id"],"variable":[{"key":"id","value":"62644ee957b58f7f32d98166"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"91"},{"key":"ETag","value":"W/\"5b-tWHLw+lu6F1n5xsF+UqjXdymPNA\""},{"key":"Date","value":"Sun, 24 Apr 2022 19:59:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"TokenExpiredError\",\n    \"message\": \"jwt expired\",\n    \"expiredAt\": \"2022-04-24T19:13:39.000Z\"\n}"},{"id":"17bf3062-4001-4e21-bf06-fb6280343171","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:4000/api/user/profile/:id","host":["localhost"],"port":"4000","path":["api","user","profile",":id"],"variable":[{"key":"id","value":"62644ee957b58f7f32d98166"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"268"},{"key":"ETag","value":"W/\"10c-OlLlyqgJAQibc5IbXi6gRNA58pM\""},{"key":"Date","value":"Sun, 24 Apr 2022 20:01:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"62644ee957b58f7f32d98166\",\n    \"username\": \"komozy20008562\",\n    \"email\": \"komozy2000@gmail.com\",\n    \"firstname\": \"Daniel\",\n    \"lastname\": \"Komolafe\",\n    \"photo\": \"/avatar.png\",\n    \"createdAt\": \"2022-04-23T19:09:29.810Z\",\n    \"updatedAt\": \"2022-04-24T18:36:59.416Z\",\n    \"__v\": 0,\n    \"reset_pin_expiry\": null\n}"}],"_postman_id":"3fe1e7f2-fc6e-4f66-ab74-f2c63fe8ecee"},{"name":"Delete account","id":"05abdebb-8b2b-446a-8d07-3ec7cf633864","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"localhost:4000/api/user/delete","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MjY0NGVlOTU3YjU4ZjdmMzJkOTgxNjYiLCJpYXQiOjE2NTA3NDEyMTksImV4cCI6MTY1MDgyNzYxOX0.exmMfrxiwgB2fS38xgYJiZ4HruYf6wxgVHuqD-GJOHw"}]},"isInherited":true,"source":{"_postman_id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","name":"Ajo-API","type":"collection"}},"urlObject":{"port":"4000","path":["api","user","delete"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"05abdebb-8b2b-446a-8d07-3ec7cf633864"},{"name":"Update account","id":"b3d7fb34-9096-4471-a153-0097ab22dff6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","src":"/C:/Users/ADMIN/Pictures/4jYzZsI3lk29eLk6Odu48.jpeg"},{"key":"data","value":"{\"username\": \"daniel\"}","type":"text"}]},"url":"localhost:4000/api/user/me","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MjY0NGVlOTU3YjU4ZjdmMzJkOTgxNjYiLCJpYXQiOjE2NTA3NDEyMTksImV4cCI6MTY1MDgyNzYxOX0.exmMfrxiwgB2fS38xgYJiZ4HruYf6wxgVHuqD-GJOHw"}]},"isInherited":true,"source":{"_postman_id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","name":"Ajo-API","type":"collection"}},"urlObject":{"port":"4000","path":["api","user","me"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"818659f9-7138-401d-97b1-fc39cb8d42c3","name":"Update account","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","src":"/C:/Users/ADMIN/Pictures/4jYzZsI3lk29eLk6Odu48.jpeg"},{"key":"data","value":"{\"username\": \"daniel\"}","type":"text"}]},"url":"localhost:4000/api/user/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"333"},{"key":"ETag","value":"W/\"14d-s6zDZUsr4q1c8cWys1WS3EAqfmw\""},{"key":"Date","value":"Sun, 24 Apr 2022 21:49:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"62644ee957b58f7f32d98166\",\n    \"username\": \"daniel\",\n    \"email\": \"komozy2000@gmail.com\",\n    \"firstname\": \"Daniel\",\n    \"lastname\": \"Komolafe\",\n    \"photo\": \"https://res.cloudinary.com/ajo-app/image/upload/v1650836951/japo0ndpvyimglmyzhkv.jpg\",\n    \"createdAt\": \"2022-04-23T19:09:29.810Z\",\n    \"updatedAt\": \"2022-04-24T21:47:41.416Z\",\n    \"__v\": 0,\n    \"reset_pin_expiry\": null\n}"}],"_postman_id":"b3d7fb34-9096-4471-a153-0097ab22dff6"},{"name":"Change password","id":"5f2affc7-4149-4d56-8c01-210b5d4f5c0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"oldPassword\": \"daniel123\",\r\n    \"password\": \"dan123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/user/change-password","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MjY0NGVlOTU3YjU4ZjdmMzJkOTgxNjYiLCJpYXQiOjE2NTA3NDEyMTksImV4cCI6MTY1MDgyNzYxOX0.exmMfrxiwgB2fS38xgYJiZ4HruYf6wxgVHuqD-GJOHw"}]},"isInherited":true,"source":{"_postman_id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","name":"Ajo-API","type":"collection"}},"urlObject":{"port":"4000","path":["api","user","change-password"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1b772fc5-d424-4529-80a9-e133e1226428","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"oldPassword\": \"daniel123\",\r\n    \"password\": \"dan123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/user/change-password"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"31"},{"key":"ETag","value":"W/\"1f-adxBVEP+UfdGJWnUgr8SkHlems0\""},{"key":"Date","value":"Sun, 24 Apr 2022 20:18:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Password updated!\"\n}"},{"id":"9968f53d-ad76-4718-82ac-7661685f8e14","name":"Error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"oldPassword\": \"dan123\",\r\n    \"password\": \"daniel123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/user/change-password"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"38"},{"key":"ETag","value":"W/\"26-e6ofrwLhjphBI9cRpnbsZFEEFEM\""},{"key":"Date","value":"Sun, 24 Apr 2022 20:18:23 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Current password is wrong!\"\n}"}],"_postman_id":"5f2affc7-4149-4d56-8c01-210b5d4f5c0b"}],"id":"c86bdb40-d123-4e12-85d9-3d0152bb5eb6","_postman_id":"c86bdb40-d123-4e12-85d9-3d0152bb5eb6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MjY0NGVlOTU3YjU4ZjdmMzJkOTgxNjYiLCJpYXQiOjE2NTA3NDEyMTksImV4cCI6MTY1MDgyNzYxOX0.exmMfrxiwgB2fS38xgYJiZ4HruYf6wxgVHuqD-GJOHw"}]},"isInherited":true,"source":{"_postman_id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","name":"Ajo-API","type":"collection"}}},{"name":"Places","item":[{"name":"search prediction","id":"b6f1a2a9-393c-458f-a144-68c6a10f66ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:4000/api/places/search/suggestion?queryText=eko hot","description":"<p>Get places auto complete suggestions as user types in search box</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MjY0NGVlOTU3YjU4ZjdmMzJkOTgxNjYiLCJpYXQiOjE2NTA3NDEyMTksImV4cCI6MTY1MDgyNzYxOX0.exmMfrxiwgB2fS38xgYJiZ4HruYf6wxgVHuqD-GJOHw"}]},"isInherited":true,"source":{"_postman_id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","name":"Ajo-API","type":"collection"}},"urlObject":{"port":"4000","path":["api","places","search","suggestion"],"host":["localhost"],"query":[{"key":"queryText","value":"eko hot"}],"variable":[]}},"response":[{"id":"1d069314-6153-4f77-bbf1-87d5ff18a322","name":"search prediction","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:4000/api/places/search/suggestion?queryText=eko hot","host":["localhost"],"port":"4000","path":["api","places","search","suggestion"],"query":[{"key":"queryText","value":"eko hot"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3063"},{"key":"ETag","value":"W/\"bf7-LBM4HK8/CnICws1n3Rb6f6P7fsU\""},{"key":"Date","value":"Fri, 22 Apr 2022 15:26:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": false,\n    \"message\": \"Query predictions retrieved succesfully\",\n    \"data\": {\n        \"predictions\": [\n            {\n                \"description\": \"Eko Hotels & Suites, Adetokunbo Ademola Street, Lagos, Nigeria\",\n                \"matched_substrings\": [\n                    {\n                        \"length\": 7,\n                        \"offset\": 0\n                    }\n                ],\n                \"place_id\": \"ChIJLdlN7Dr1OxARU93NhGr-NF4\",\n                \"reference\": \"ChIJLdlN7Dr1OxARU93NhGr-NF4\",\n                \"structured_formatting\": {\n                    \"main_text\": \"Eko Hotels & Suites\",\n                    \"main_text_matched_substrings\": [\n                        {\n                            \"length\": 7,\n                            \"offset\": 0\n                        }\n                    ],\n                    \"secondary_text\": \"Adetokunbo Ademola Street, Lagos, Nigeria\"\n                },\n                \"terms\": [\n                    {\n                        \"offset\": 0,\n                        \"value\": \"Eko Hotels & Suites\"\n                    },\n                    {\n                        \"offset\": 21,\n                        \"value\": \"Adetokunbo Ademola Street\"\n                    },\n                    {\n                        \"offset\": 48,\n                        \"value\": \"Lagos\"\n                    },\n                    {\n                        \"offset\": 55,\n                        \"value\": \"Nigeria\"\n                    }\n                ],\n                \"types\": [\n                    \"lodging\",\n                    \"point_of_interest\",\n                    \"establishment\"\n                ]\n            },\n            {\n                \"description\": \"Eko Hotel Roundabout, Lagos, Nigeria\",\n                \"matched_substrings\": [\n                    {\n                        \"length\": 7,\n                        \"offset\": 0\n                    }\n                ],\n                \"place_id\": \"EiRFa28gSG90ZWwgUm91bmRhYm91dCwgTGFnb3MsIE5pZ2VyaWEiLiosChQKEgmnEHOdJfU7EBEbr28HruqC4xIUChIJwYCC5iqLOxARy9nDZ6OHntw\",\n                \"reference\": \"EiRFa28gSG90ZWwgUm91bmRhYm91dCwgTGFnb3MsIE5pZ2VyaWEiLiosChQKEgmnEHOdJfU7EBEbr28HruqC4xIUChIJwYCC5iqLOxARy9nDZ6OHntw\",\n                \"structured_formatting\": {\n                    \"main_text\": \"Eko Hotel Roundabout\",\n                    \"main_text_matched_substrings\": [\n                        {\n                            \"length\": 7,\n                            \"offset\": 0\n                        }\n                    ],\n                    \"secondary_text\": \"Lagos, Nigeria\"\n                },\n                \"terms\": [\n                    {\n                        \"offset\": 0,\n                        \"value\": \"Eko Hotel Roundabout\"\n                    },\n                    {\n                        \"offset\": 22,\n                        \"value\": \"Lagos\"\n                    },\n                    {\n                        \"offset\": 29,\n                        \"value\": \"Nigeria\"\n                    }\n                ],\n                \"types\": [\n                    \"route\",\n                    \"geocode\"\n                ]\n            },\n            {\n                \"description\": \"Eko Hotel Roundabout, Eko Hotel Roundabout, Lagos, Nigeria\",\n                \"matched_substrings\": [\n                    {\n                        \"length\": 7,\n                        \"offset\": 0\n                    }\n                ],\n                \"place_id\": \"ChIJ8RkLf0L1OxARj824kguj6Sc\",\n                \"reference\": \"ChIJ8RkLf0L1OxARj824kguj6Sc\",\n                \"structured_formatting\": {\n                    \"main_text\": \"Eko Hotel Roundabout\",\n                    \"main_text_matched_substrings\": [\n                        {\n                            \"length\": 7,\n                            \"offset\": 0\n                        }\n                    ],\n                    \"secondary_text\": \"Eko Hotel Roundabout, Lagos, Nigeria\"\n                },\n                \"terms\": [\n                    {\n                        \"offset\": 0,\n                        \"value\": \"Eko Hotel Roundabout\"\n                    },\n                    {\n                        \"offset\": 22,\n                        \"value\": \"Eko Hotel Roundabout\"\n                    },\n                    {\n                        \"offset\": 44,\n                        \"value\": \"Lagos\"\n                    },\n                    {\n                        \"offset\": 51,\n                        \"value\": \"Nigeria\"\n                    }\n                ],\n                \"types\": [\n                    \"park\",\n                    \"point_of_interest\",\n                    \"establishment\"\n                ]\n            },\n            {\n                \"description\": \"Eko Hotel, Akin Adesola Street, Lagos, Nigeria\",\n                \"matched_substrings\": [\n                    {\n                        \"length\": 7,\n                        \"offset\": 0\n                    }\n                ],\n                \"place_id\": \"ChIJGybTJzL1OxARQ1izsSG-72Y\",\n                \"reference\": \"ChIJGybTJzL1OxARQ1izsSG-72Y\",\n                \"structured_formatting\": {\n                    \"main_text\": \"Eko Hotel\",\n                    \"main_text_matched_substrings\": [\n                        {\n                            \"length\": 7,\n                            \"offset\": 0\n                        }\n                    ],\n                    \"secondary_text\": \"Akin Adesola Street, Lagos, Nigeria\"\n                },\n                \"terms\": [\n                    {\n                        \"offset\": 0,\n                        \"value\": \"Eko Hotel\"\n                    },\n                    {\n                        \"offset\": 11,\n                        \"value\": \"Akin Adesola Street\"\n                    },\n                    {\n                        \"offset\": 32,\n                        \"value\": \"Lagos\"\n                    },\n                    {\n                        \"offset\": 39,\n                        \"value\": \"Nigeria\"\n                    }\n                ],\n                \"types\": [\n                    \"lodging\",\n                    \"point_of_interest\",\n                    \"establishment\"\n                ]\n            },\n            {\n                \"description\": \"Eko Hotel Zdravets, Здравец, Bulgaria\",\n                \"matched_substrings\": [\n                    {\n                        \"length\": 7,\n                        \"offset\": 0\n                    }\n                ],\n                \"place_id\": \"ChIJfXPrJeDCrBQRAEkyjh2KGz8\",\n                \"reference\": \"ChIJfXPrJeDCrBQRAEkyjh2KGz8\",\n                \"structured_formatting\": {\n                    \"main_text\": \"Eko Hotel Zdravets\",\n                    \"main_text_matched_substrings\": [\n                        {\n                            \"length\": 7,\n                            \"offset\": 0\n                        }\n                    ],\n                    \"secondary_text\": \"Здравец, Bulgaria\"\n                },\n                \"terms\": [\n                    {\n                        \"offset\": 0,\n                        \"value\": \"Eko Hotel Zdravets\"\n                    },\n                    {\n                        \"offset\": 20,\n                        \"value\": \"Здравец\"\n                    },\n                    {\n                        \"offset\": 29,\n                        \"value\": \"Bulgaria\"\n                    }\n                ],\n                \"types\": [\n                    \"lodging\",\n                    \"point_of_interest\",\n                    \"establishment\"\n                ]\n            }\n        ],\n        \"status\": \"OK\"\n    }\n}"}],"_postman_id":"b6f1a2a9-393c-458f-a144-68c6a10f66ff"},{"name":"Get place details","id":"cf9121db-2ad4-482d-bcc3-fa2f1b75f980","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:4000/api/places/ChIJLdlN7Dr1OxARU93NhGr-NF4","description":"<p>After a user does a search and clicks on their desired place, pass the placeId as a parameter to this endpoint.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MjY0NGVlOTU3YjU4ZjdmMzJkOTgxNjYiLCJpYXQiOjE2NTA3NDEyMTksImV4cCI6MTY1MDgyNzYxOX0.exmMfrxiwgB2fS38xgYJiZ4HruYf6wxgVHuqD-GJOHw"}]},"isInherited":true,"source":{"_postman_id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","name":"Ajo-API","type":"collection"}},"urlObject":{"port":"4000","path":["api","places","ChIJLdlN7Dr1OxARU93NhGr-NF4"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"96e952a9-2358-4864-9d05-c4c4cba6e88c","name":"Get place details","originalRequest":{"method":"GET","header":[],"url":"localhost:4000/api/places/ChIJLdlN7Dr1OxARU93NhGr-NF4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"11205"},{"key":"ETag","value":"W/\"2bc5-XF2dtwhY6FfWB5ARx+shlC42uWo\""},{"key":"Date","value":"Fri, 22 Apr 2022 12:17:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": false,\n    \"message\": \"Place details retrieved succesfully\",\n    \"data\": {\n        \"address_components\": [\n            {\n                \"long_name\": \"Plot 1415\",\n                \"short_name\": \"Plot 1415\",\n                \"types\": [\n                    \"street_number\"\n                ]\n            },\n            {\n                \"long_name\": \"Adetokunbo Ademola Street\",\n                \"short_name\": \"Adetokunbo Ademola Street\",\n                \"types\": [\n                    \"route\"\n                ]\n            },\n            {\n                \"long_name\": \"Victoria Island\",\n                \"short_name\": \"Victoria Island\",\n                \"types\": [\n                    \"neighborhood\",\n                    \"political\"\n                ]\n            },\n            {\n                \"long_name\": \"Lagos\",\n                \"short_name\": \"Lagos\",\n                \"types\": [\n                    \"locality\",\n                    \"political\"\n                ]\n            },\n            {\n                \"long_name\": \"Eti Osa\",\n                \"short_name\": \"Eti Osa\",\n                \"types\": [\n                    \"administrative_area_level_2\",\n                    \"political\"\n                ]\n            },\n            {\n                \"long_name\": \"Lagos\",\n                \"short_name\": \"LA\",\n                \"types\": [\n                    \"administrative_area_level_1\",\n                    \"political\"\n                ]\n            },\n            {\n                \"long_name\": \"Nigeria\",\n                \"short_name\": \"NG\",\n                \"types\": [\n                    \"country\",\n                    \"political\"\n                ]\n            },\n            {\n                \"long_name\": \"106104\",\n                \"short_name\": \"106104\",\n                \"types\": [\n                    \"postal_code\"\n                ]\n            }\n        ],\n        \"adr_address\": \"<span class=\\\"street-address\\\">Plot 1415 Adetokunbo Ademola Street</span>, <span class=\\\"extended-address\\\">Victoria Island</span> <span class=\\\"postal-code\\\">106104</span>, <span class=\\\"locality\\\">Lagos</span>, <span class=\\\"country-name\\\">Nigeria</span>\",\n        \"business_status\": \"OPERATIONAL\",\n        \"formatted_address\": \"Plot 1415 Adetokunbo Ademola Street, Victoria Island 106104, Lagos, Nigeria\",\n        \"formatted_phone_number\": \"01 277 2700\",\n        \"international_phone_number\": \"+234 1 277 2700\",\n        \"name\": \"Eko Hotels & Suites\",\n        \"opening_hours\": {\n            \"open_now\": true,\n            \"periods\": [\n                {\n                    \"open\": {\n                        \"day\": 0,\n                        \"time\": \"0000\"\n                    }\n                }\n            ],\n            \"weekday_text\": [\n                \"Monday: Open 24 hours\",\n                \"Tuesday: Open 24 hours\",\n                \"Wednesday: Open 24 hours\",\n                \"Thursday: Open 24 hours\",\n                \"Friday: Open 24 hours\",\n                \"Saturday: Open 24 hours\",\n                \"Sunday: Open 24 hours\"\n            ]\n        },\n        \"photos\": [\n            {\n                \"height\": 2592,\n                \"html_attributions\": [\n                    \"<a href=\\\"https://maps.google.com/maps/contrib/118232843683820928953\\\">Eko Hotels &amp; Suites</a>\"\n                ],\n                \"photo_reference\": \"Aap_uEBZpm2ZQDBsU6qDGQpKgAyaYD5C_zpS5eS5lXhZ_ggv6QWuRkcudE1z0yc5lDCZWlD2VJMnfQ_hb7UHQIcrIi4uhrEOYIGhOodE5tGtI2FESKjY5yJys1S8fjpsdYBu6qxANI0UMeh69zwZHsVM7ztksHZ0qOA7nWo0I5Vkqfb8RLbF\",\n                \"width\": 2592\n            },\n            {\n                \"height\": 809,\n                \"html_attributions\": [\n                    \"<a href=\\\"https://maps.google.com/maps/contrib/118232843683820928953\\\">Eko Hotels &amp; Suites</a>\"\n                ],\n                \"photo_reference\": \"Aap_uEDW_pULxjwfOtJVhObs0Vh0rQ2hnVxsYmo57RkL_7vVnPgbidUIK_OnwgDzCgvYjolTCIRDlofNFxBH35_7fJXrxwxBHnYs3OL7ucmiiPzV3Q56t9jA9VeJ2oKOnN3WmW9VIGIT5eIA00FCDsSSMqYyXVXzEpxFk3OpGdJpy5Zajei8\",\n                \"width\": 1440\n            },\n            {\n                \"height\": 2268,\n                \"html_attributions\": [\n                    \"<a href=\\\"https://maps.google.com/maps/contrib/102690523879668218140\\\">Graham Jacob</a>\"\n                ],\n                \"photo_reference\": \"Aap_uEByFK0V_6LM3Z3L5lsBftYRp6yxtbJ6mwLh__VQ0UEZmmuJUGWviN1FeL_EkQtCk6nMv7qz3dX1k4JPTZQeiBeZsJ_mFEOr1u73Q-NOFBynJpbZZ3OkaOySF-BD-X88XW7pS6YjzEhMujVYhmi0aeiY4qg75yGN2HURC3qRivuMkM-c\",\n                \"width\": 4032\n            },\n            {\n                \"height\": 4000,\n                \"html_attributions\": [\n                    \"<a href=\\\"https://maps.google.com/maps/contrib/117533714735517071171\\\">Samuel Akintola</a>\"\n                ],\n                \"photo_reference\": \"Aap_uEAU-V5deu2g94FKKfVaDBHjMESp7PpNGKqwT6rA0LbXfY3AeMyfj0542-72ig4xcrKpsWbb0RCNsv1TksVVgJQ_KO_HlN1KMfmVLeWZZxhHQ9qxi4Id6c1h_iLvWn_HiS9fNaH-lD2Hobxclksm2kqmocauHxeje38UsZCq6rHsbB3U\",\n                \"width\": 3000\n            },\n            {\n                \"height\": 3024,\n                \"html_attributions\": [\n                    \"<a href=\\\"https://maps.google.com/maps/contrib/100355472481342475271\\\">Raphael Lessinger</a>\"\n                ],\n                \"photo_reference\": \"Aap_uECuk1PVbVfn2eC1ARQ--cGgCftdPq5QIk7SuUEpGgZKaQj7fRwv5HcOYgehI_3Jlt3oOaYVncQzdGfZubPEVe6U_bbzpl89Ypu1gktg80L54-EbBUUeyF0QRQpu59KbaGDPZmbDx7TaWOtdXwfK_jaRnRITKS4BetKJ_F7c-vwcvla1\",\n                \"width\": 4032\n            },\n            {\n                \"height\": 1200,\n                \"html_attributions\": [\n                    \"<a href=\\\"https://maps.google.com/maps/contrib/118232843683820928953\\\">Eko Hotels &amp; Suites</a>\"\n                ],\n                \"photo_reference\": \"Aap_uEDbJay_2rvrGosv0AAOgl4hM70LAxnGYYLpX95JBNvN-4OYo1SheKweMVdsqJv9Wwu-H1_z25W7M7x30xR8a9EcgLfxxGLZzIcJe-TWKD-hbM00bLLptJ_DWhBqJ4hZAXgjCkpmpuchTdnqHCd0QZNqZpdeIYtONLmCUnzRc8uX6w8X\",\n                \"width\": 1200\n            },\n            {\n                \"height\": 809,\n                \"html_attributions\": [\n                    \"<a href=\\\"https://maps.google.com/maps/contrib/118232843683820928953\\\">Eko Hotels &amp; Suites</a>\"\n                ],\n                \"photo_reference\": \"Aap_uEDF9lf7xQ5OSIP0iMvAZCW6Zyko9_3Rm17z0PcKzRoq5RyRXKOZMle-xm7HsGEvBXqUgwye7d7cVLPKV023pO51UIu89TvgDhY7BxYql76y0oCuw_4CWXQlfbNJ1o3dRRxCNSFqs85-Jc3yRfb9tije2oBbmLCoUpy6syiliDgiBbqc\",\n                \"width\": 1440\n            },\n            {\n                \"height\": 9248,\n                \"html_attributions\": [\n                    \"<a href=\\\"https://maps.google.com/maps/contrib/114441073461514652415\\\">Precious Gedu</a>\"\n                ],\n                \"photo_reference\": \"Aap_uEBilaNGbTJOHmDudyrPRd2MNFzqrTKlDRv3R7c4ELQHhFiwnP8voH1Af71535ugaZnvBsKRA6RdXTwGbYTniXHJBPfBI0n6DVip3yzk9o4WQrlsxr2JMa1CLbdnL2Lt4IVuuOMR6181EI7cO3rcdFqoZylg1eXCE2Eq--_ljM6UO1HX\",\n                \"width\": 6936\n            },\n            {\n                \"height\": 3024,\n                \"html_attributions\": [\n                    \"<a href=\\\"https://maps.google.com/maps/contrib/115498331093718103931\\\">Otuobi Nwagwu</a>\"\n                ],\n                \"photo_reference\": \"Aap_uEASu-L114ZPorQ-R9u-VXpc1Nr-YlUpzjCN_R_g-VYpMKEJ6fEzmnbeIuWpy4OLY4vRKsnUqkqIXAKM5vKeId0zG4QWLOc56MBQSZD1l-XvgihOoZluAvc6pwBZDbzVYdCjNCene6DiFdeqW7gnf1XeMFBjArnm1G8-rajrbmuULbat\",\n                \"width\": 4032\n            },\n            {\n                \"height\": 3024,\n                \"html_attributions\": [\n                    \"<a href=\\\"https://maps.google.com/maps/contrib/114369201956627093211\\\">Nwayi Okwechime</a>\"\n                ],\n                \"photo_reference\": \"Aap_uECozlYgcxG5aTetIdRtEG1uLamGxufL9n3c1i_cmACp9S48T20zDreGOFP0fxaZGKF7x9sct3hooXFGiSmwAHzWd4B6iwrYheLQaIxjPIl7j78rn7k60kEq6iSkYNwqZYo3NGgXi37vyJZlNgaS6FFe7qTjX_QqDBwZ6AToiqB8cVdf\",\n                \"width\": 4032\n            }\n        ],\n        \"place_id\": \"ChIJLdlN7Dr1OxARU93NhGr-NF4\",\n        \"plus_code\": {\n            \"compound_code\": \"CCGJ+J2 Lagos, Nigeria\",\n            \"global_code\": \"6FR5CCGJ+J2\"\n        },\n        \"rating\": 4.5,\n        \"reviews\": [\n            {\n                \"author_name\": \"Motolani Aransiola\",\n                \"author_url\": \"https://www.google.com/maps/contrib/112089813648841370419/reviews\",\n                \"language\": \"en\",\n                \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14GjONEoWfSeFo-qCpVghbdLioOx-sv84bBzqWdnd1w=s128-c0x00000000-cc-rp-mo-ba6\",\n                \"rating\": 5,\n                \"relative_time_description\": \"4 weeks ago\",\n                \"text\": \"Been to this beautiful space multiple times and the feeling was always different (positively of course).\\nHaven’t passed the night here yet but I’ve attended several events and they’ve never disappointed me, not once.\\nThe organization, protocol, serenity and ambience does it for me, always.\\nI truly appreciate the undisturbed flow of traffic (human and vehicular) in and out of this space which allows for several activities to take place concurrently without any interference of any sort. It’s very impressive.\\nMostly been here for conferences and the likes which includes tea breaks and lunch most times, yeah, the service was orderly and the meals were equally enjoyable.\\n\\nHere’s your cue to host your World Class Events, Conferences, Programs and the likes at Eko Hotels & Suites.\\nThank me now 😉✌️\",\n                \"time\": 1648107891\n            },\n            {\n                \"author_name\": \"ENIBE ONYEBUCHI\",\n                \"author_url\": \"https://www.google.com/maps/contrib/102056266624919063129/reviews\",\n                \"language\": \"en\",\n                \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14Gi4APh52XMFiv8iiMqt3e6e8cF8EU5Wwj3p6KJlkQ=s128-c0x00000000-cc-rp-mo-ba4\",\n                \"rating\": 5,\n                \"relative_time_description\": \"4 months ago\",\n                \"text\": \"Awesome as usual.\\n\\nI must commend the security operations and how very respectful they are at Eko Hotel. Driving through the Garden complex and the Signature was quite an urban experience.\\n\\nThere are more than enough carparks with little or no hassle to make it through.\\n\\nI'll share more updates here, when I finally make it into their rooms, pool, halls and restaurants. Although, I've been to the club \\\"Cross Roads\\\" about 3 years back and had a wonderful time and experience.\\n\\nYou should visit if your pocket is right.\",\n                \"time\": 1639336904\n            },\n            {\n                \"author_name\": \"Armin T.\",\n                \"author_url\": \"https://www.google.com/maps/contrib/107539688475082726298/reviews\",\n                \"language\": \"en\",\n                \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14GgAyLCuzu8zmtP_nODaSJJY6Tsrvy2op3q2qqFPtw=s128-c0x00000000-cc-rp-mo-ba3\",\n                \"rating\": 5,\n                \"relative_time_description\": \"a year ago\",\n                \"text\": \"Amazing.\\n\\nMultitudes of Hotels in Lagos aren’t worth looking at while others such as this one definitely are. The Eko Hotel boasts amazing, rooms, food, and amenities such as a pool, tennis courts, and much more. An amazing part of this hotel definitely is the view - which is amazing! If you glance outside, you will see the large beach We’ve spent a couple of luxurious days at the Ego Hotel and are sure to recommend it to others. Here are some tips I’ve accumulated while staying at the hotel: Tip 1: Make sure to come inside after dawn or to wear mosquito spray if you go outside after dark. It can get pretty annoying being bitten by loads of mosquitoes.\\nTip 2: If you are feeling kind of hot, grab your swim suite and head downstairs to the pool to cool off. It’s clean and is chemically treated; so don’t worry about any urine c;\\nTip 3: There are several restaurants in the hotel, some of which have a splendid view so if you’d like just ask a staff member or look at a map of the hotel to see them all.\\nTip 4: If you’d like to go to the beach, feel free to do so, just that it would be safer if you come in before dark because there is a small chance of you getting robbed if you are outside the facilities. Inside the facilities though, it is one of the safest places in Lagos so don’t worry.\\nTip 5: Enjoy your stay, stay safe and relax.\\nOverall, you will guarantied enjoy your stay at the Ego Hotel. I hope this review helped you decide your trip.\\n\\nIf you’d mind liking this review, the would be extremely helpful to achieving my goal of helping as many people see and decide their trips as possible because liking my review will increase the chances of others seeing them.\\n\\nLast note: Make sure to follow Corona regulations: Wear a mask, wash your hands and stay safe!\\n\\nHope this helped,\\nArmin\",\n                \"time\": 1614865353\n            },\n            {\n                \"author_name\": \"Adegoke Olusegun\",\n                \"author_url\": \"https://www.google.com/maps/contrib/100504903230320429941/reviews\",\n                \"language\": \"en\",\n                \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14Ggmx3SVbKmQf7HvHNt6MhOQZ7XrS5-5yvNOpccPIQ=s128-c0x00000000-cc-rp-mo-ba5\",\n                \"rating\": 5,\n                \"relative_time_description\": \"a year ago\",\n                \"text\": \"I was blown away.. Superb and wonderful.. The environment is super clean, services are top class.. I give them 💯\\n\\nThe whole experience here was wonderful, nice terrain with beautiful environment\\nA very cozzy place to hang out, party and have some exclusive fun\\nI'm so loving the set up, workers were attractive, smart and agile, music was relatively good and everyone was welcoming\\n💯 💯\",\n                \"time\": 1600617311\n            },\n            {\n                \"author_name\": \"Kome Oriero\",\n                \"author_url\": \"https://www.google.com/maps/contrib/108037123891528473078/reviews\",\n                \"language\": \"en\",\n                \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14GjVt4BgSsOhdgdEb8LrfFALVeGt5Fy1VM8T6rY1yw=s128-c0x00000000-cc-rp-mo-ba4\",\n                \"rating\": 4,\n                \"relative_time_description\": \"6 months ago\",\n                \"text\": \"This review is for the Eko Signature Suites. Very lovely ambiance. Beautiful. Room service is great. Signature really stands out as the phone and the tv is customized to the customer...( Putting on the TV, your name is on the the screen also in the dashboard screen of the intercom phone). But they served me small portion of lunch🤔🤔. Night view of Lagos from the room (top floors) is perfect . Eko Signature Suites.\",\n                \"time\": 1632812532\n            }\n        ],\n        \"types\": [\n            \"lodging\",\n            \"point_of_interest\",\n            \"establishment\"\n        ],\n        \"url\": \"https://maps.google.com/?cid=6788330271802252627\",\n        \"user_ratings_total\": 22979,\n        \"utc_offset\": 60,\n        \"vicinity\": \"Plot 1415 Adetokunbo Ademola Street, Lagos\",\n        \"website\": \"https://www.ekohotels.com/\"\n    }\n}"}],"_postman_id":"cf9121db-2ad4-482d-bcc3-fa2f1b75f980"},{"name":"Place image","id":"f56d0d92-59b5-4127-9382-efdced068e4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://maps.googleapis.com/maps/api/place/photo?photo_reference=Aap_uEDUCm1RBf7zstlu6e7fHE5aKXw0AJMAGbQFBnw2liW3QkDyh8M7I_GtV-mIBW6C3jLqLJfyxFE9VxHOpUzrMftbDwswDNV1nQiVbKL5hODXhgFv6SF7QfBew2rHrGdJqmLU16RLmqhG32WGD-dnSq2Mgjemz-pgvqA9vfo7v8Mcx7rI&maxwidth=900&maxheight=600&key=AIzaSyASdmsJF14srd4fjjO8gehV3VEPtAX-plE","description":"<ul>\n<li><p>Use entire url above as source \"src\" for img tags.</p>\n</li>\n<li><p>Store Key parameter in process env.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MjY0NGVlOTU3YjU4ZjdmMzJkOTgxNjYiLCJpYXQiOjE2NTA3NDEyMTksImV4cCI6MTY1MDgyNzYxOX0.exmMfrxiwgB2fS38xgYJiZ4HruYf6wxgVHuqD-GJOHw"}]},"isInherited":true,"source":{"_postman_id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","name":"Ajo-API","type":"collection"}},"urlObject":{"protocol":"https","path":["maps","api","place","photo"],"host":["maps","googleapis","com"],"query":[{"description":{"content":"<p>Photo reference from placedetail</p>\n","type":"text/plain"},"key":"photo_reference","value":"Aap_uEDUCm1RBf7zstlu6e7fHE5aKXw0AJMAGbQFBnw2liW3QkDyh8M7I_GtV-mIBW6C3jLqLJfyxFE9VxHOpUzrMftbDwswDNV1nQiVbKL5hODXhgFv6SF7QfBew2rHrGdJqmLU16RLmqhG32WGD-dnSq2Mgjemz-pgvqA9vfo7v8Mcx7rI"},{"description":{"content":"<p>image width</p>\n","type":"text/plain"},"key":"maxwidth","value":"900"},{"description":{"content":"<p>image height</p>\n","type":"text/plain"},"key":"maxheight","value":"600"},{"description":{"content":"<p>Store access key in .env</p>\n","type":"text/plain"},"key":"key","value":"AIzaSyASdmsJF14srd4fjjO8gehV3VEPtAX-plE"}],"variable":[]}},"response":[],"_postman_id":"f56d0d92-59b5-4127-9382-efdced068e4a"},{"name":"Get popular places","id":"7eb8c29d-2ac1-4bc4-88d5-09e2e12194c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:4000/api/places/search/popular","description":"<p>Returns places with the highest ratings and visits.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MjY0NGVlOTU3YjU4ZjdmMzJkOTgxNjYiLCJpYXQiOjE2NTA3NDEyMTksImV4cCI6MTY1MDgyNzYxOX0.exmMfrxiwgB2fS38xgYJiZ4HruYf6wxgVHuqD-GJOHw"}]},"isInherited":true,"source":{"_postman_id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","name":"Ajo-API","type":"collection"}},"urlObject":{"port":"4000","path":["api","places","search","popular"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"656e19b3-798c-4219-b8d1-5e6deec56a91","name":"Get popular places in DB","originalRequest":{"method":"GET","header":[],"url":"localhost:4000/api/places/search/popular"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"36253"},{"key":"ETag","value":"W/\"8d9d-eizdBpJlNs5i5d2cISwrVnFPBjo\""},{"key":"Date","value":"Fri, 22 Apr 2022 17:08:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": false,\n    \"message\": \"Cities retrieved succesfully\",\n    \"data\": [\n        {\n            \"_id\": \"62628e63d4ba67ee983ac5d7\",\n            \"fullSearchResult\": {\n                \"address_components\": [\n                    {\n                        \"long_name\": \"Plot 1415\",\n                        \"short_name\": \"Plot 1415\",\n                        \"types\": [\n                            \"street_number\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Adetokunbo Ademola Street\",\n                        \"short_name\": \"Adetokunbo Ademola Street\",\n                        \"types\": [\n                            \"route\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Victoria Island\",\n                        \"short_name\": \"Victoria Island\",\n                        \"types\": [\n                            \"neighborhood\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Lagos\",\n                        \"short_name\": \"Lagos\",\n                        \"types\": [\n                            \"locality\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Eti Osa\",\n                        \"short_name\": \"Eti Osa\",\n                        \"types\": [\n                            \"administrative_area_level_2\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Lagos\",\n                        \"short_name\": \"LA\",\n                        \"types\": [\n                            \"administrative_area_level_1\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Nigeria\",\n                        \"short_name\": \"NG\",\n                        \"types\": [\n                            \"country\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"106104\",\n                        \"short_name\": \"106104\",\n                        \"types\": [\n                            \"postal_code\"\n                        ]\n                    }\n                ],\n                \"adr_address\": \"<span class=\\\"street-address\\\">Plot 1415 Adetokunbo Ademola Street</span>, <span class=\\\"extended-address\\\">Victoria Island</span> <span class=\\\"postal-code\\\">106104</span>, <span class=\\\"locality\\\">Lagos</span>, <span class=\\\"country-name\\\">Nigeria</span>\",\n                \"business_status\": \"OPERATIONAL\",\n                \"formatted_address\": \"Plot 1415 Adetokunbo Ademola Street, Victoria Island 106104, Lagos, Nigeria\",\n                \"formatted_phone_number\": \"01 277 2700\",\n                \"international_phone_number\": \"+234 1 277 2700\",\n                \"name\": \"Eko Hotels & Suites\",\n                \"opening_hours\": {\n                    \"open_now\": true,\n                    \"periods\": [\n                        {\n                            \"open\": {\n                                \"day\": 0,\n                                \"time\": \"0000\"\n                            }\n                        }\n                    ],\n                    \"weekday_text\": [\n                        \"Monday: Open 24 hours\",\n                        \"Tuesday: Open 24 hours\",\n                        \"Wednesday: Open 24 hours\",\n                        \"Thursday: Open 24 hours\",\n                        \"Friday: Open 24 hours\",\n                        \"Saturday: Open 24 hours\",\n                        \"Sunday: Open 24 hours\"\n                    ]\n                },\n                \"photos\": [\n                    {\n                        \"height\": 2592,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/118232843683820928953\\\">Eko Hotels &amp; Suites</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEBZpm2ZQDBsU6qDGQpKgAyaYD5C_zpS5eS5lXhZ_ggv6QWuRkcudE1z0yc5lDCZWlD2VJMnfQ_hb7UHQIcrIi4uhrEOYIGhOodE5tGtI2FESKjY5yJys1S8fjpsdYBu6qxANI0UMeh69zwZHsVM7ztksHZ0qOA7nWo0I5Vkqfb8RLbF\",\n                        \"width\": 2592\n                    },\n                    {\n                        \"height\": 809,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/118232843683820928953\\\">Eko Hotels &amp; Suites</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEDW_pULxjwfOtJVhObs0Vh0rQ2hnVxsYmo57RkL_7vVnPgbidUIK_OnwgDzCgvYjolTCIRDlofNFxBH35_7fJXrxwxBHnYs3OL7ucmiiPzV3Q56t9jA9VeJ2oKOnN3WmW9VIGIT5eIA00FCDsSSMqYyXVXzEpxFk3OpGdJpy5Zajei8\",\n                        \"width\": 1440\n                    },\n                    {\n                        \"height\": 2268,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/102690523879668218140\\\">Graham Jacob</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEByFK0V_6LM3Z3L5lsBftYRp6yxtbJ6mwLh__VQ0UEZmmuJUGWviN1FeL_EkQtCk6nMv7qz3dX1k4JPTZQeiBeZsJ_mFEOr1u73Q-NOFBynJpbZZ3OkaOySF-BD-X88XW7pS6YjzEhMujVYhmi0aeiY4qg75yGN2HURC3qRivuMkM-c\",\n                        \"width\": 4032\n                    },\n                    {\n                        \"height\": 4000,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/117533714735517071171\\\">Samuel Akintola</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEAU-V5deu2g94FKKfVaDBHjMESp7PpNGKqwT6rA0LbXfY3AeMyfj0542-72ig4xcrKpsWbb0RCNsv1TksVVgJQ_KO_HlN1KMfmVLeWZZxhHQ9qxi4Id6c1h_iLvWn_HiS9fNaH-lD2Hobxclksm2kqmocauHxeje38UsZCq6rHsbB3U\",\n                        \"width\": 3000\n                    },\n                    {\n                        \"height\": 3024,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/100355472481342475271\\\">Raphael Lessinger</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uECuk1PVbVfn2eC1ARQ--cGgCftdPq5QIk7SuUEpGgZKaQj7fRwv5HcOYgehI_3Jlt3oOaYVncQzdGfZubPEVe6U_bbzpl89Ypu1gktg80L54-EbBUUeyF0QRQpu59KbaGDPZmbDx7TaWOtdXwfK_jaRnRITKS4BetKJ_F7c-vwcvla1\",\n                        \"width\": 4032\n                    },\n                    {\n                        \"height\": 1200,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/118232843683820928953\\\">Eko Hotels &amp; Suites</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEDbJay_2rvrGosv0AAOgl4hM70LAxnGYYLpX95JBNvN-4OYo1SheKweMVdsqJv9Wwu-H1_z25W7M7x30xR8a9EcgLfxxGLZzIcJe-TWKD-hbM00bLLptJ_DWhBqJ4hZAXgjCkpmpuchTdnqHCd0QZNqZpdeIYtONLmCUnzRc8uX6w8X\",\n                        \"width\": 1200\n                    },\n                    {\n                        \"height\": 809,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/118232843683820928953\\\">Eko Hotels &amp; Suites</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEDF9lf7xQ5OSIP0iMvAZCW6Zyko9_3Rm17z0PcKzRoq5RyRXKOZMle-xm7HsGEvBXqUgwye7d7cVLPKV023pO51UIu89TvgDhY7BxYql76y0oCuw_4CWXQlfbNJ1o3dRRxCNSFqs85-Jc3yRfb9tije2oBbmLCoUpy6syiliDgiBbqc\",\n                        \"width\": 1440\n                    },\n                    {\n                        \"height\": 9248,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/114441073461514652415\\\">Precious Gedu</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEBilaNGbTJOHmDudyrPRd2MNFzqrTKlDRv3R7c4ELQHhFiwnP8voH1Af71535ugaZnvBsKRA6RdXTwGbYTniXHJBPfBI0n6DVip3yzk9o4WQrlsxr2JMa1CLbdnL2Lt4IVuuOMR6181EI7cO3rcdFqoZylg1eXCE2Eq--_ljM6UO1HX\",\n                        \"width\": 6936\n                    },\n                    {\n                        \"height\": 3024,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/115498331093718103931\\\">Otuobi Nwagwu</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEASu-L114ZPorQ-R9u-VXpc1Nr-YlUpzjCN_R_g-VYpMKEJ6fEzmnbeIuWpy4OLY4vRKsnUqkqIXAKM5vKeId0zG4QWLOc56MBQSZD1l-XvgihOoZluAvc6pwBZDbzVYdCjNCene6DiFdeqW7gnf1XeMFBjArnm1G8-rajrbmuULbat\",\n                        \"width\": 4032\n                    },\n                    {\n                        \"height\": 3024,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/114369201956627093211\\\">Nwayi Okwechime</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uECozlYgcxG5aTetIdRtEG1uLamGxufL9n3c1i_cmACp9S48T20zDreGOFP0fxaZGKF7x9sct3hooXFGiSmwAHzWd4B6iwrYheLQaIxjPIl7j78rn7k60kEq6iSkYNwqZYo3NGgXi37vyJZlNgaS6FFe7qTjX_QqDBwZ6AToiqB8cVdf\",\n                        \"width\": 4032\n                    }\n                ],\n                \"place_id\": \"ChIJLdlN7Dr1OxARU93NhGr-NF4\",\n                \"plus_code\": {\n                    \"compound_code\": \"CCGJ+J2 Lagos, Nigeria\",\n                    \"global_code\": \"6FR5CCGJ+J2\"\n                },\n                \"rating\": 4.5,\n                \"reviews\": [\n                    {\n                        \"author_name\": \"Motolani Aransiola\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/112089813648841370419/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14GjONEoWfSeFo-qCpVghbdLioOx-sv84bBzqWdnd1w=s128-c0x00000000-cc-rp-mo-ba6\",\n                        \"rating\": 5,\n                        \"relative_time_description\": \"4 weeks ago\",\n                        \"text\": \"Been to this beautiful space multiple times and the feeling was always different (positively of course).\\nHaven’t passed the night here yet but I’ve attended several events and they’ve never disappointed me, not once.\\nThe organization, protocol, serenity and ambience does it for me, always.\\nI truly appreciate the undisturbed flow of traffic (human and vehicular) in and out of this space which allows for several activities to take place concurrently without any interference of any sort. It’s very impressive.\\nMostly been here for conferences and the likes which includes tea breaks and lunch most times, yeah, the service was orderly and the meals were equally enjoyable.\\n\\nHere’s your cue to host your World Class Events, Conferences, Programs and the likes at Eko Hotels & Suites.\\nThank me now 😉✌️\",\n                        \"time\": 1648107891\n                    },\n                    {\n                        \"author_name\": \"ENIBE ONYEBUCHI\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/102056266624919063129/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14Gi4APh52XMFiv8iiMqt3e6e8cF8EU5Wwj3p6KJlkQ=s128-c0x00000000-cc-rp-mo-ba4\",\n                        \"rating\": 5,\n                        \"relative_time_description\": \"4 months ago\",\n                        \"text\": \"Awesome as usual.\\n\\nI must commend the security operations and how very respectful they are at Eko Hotel. Driving through the Garden complex and the Signature was quite an urban experience.\\n\\nThere are more than enough carparks with little or no hassle to make it through.\\n\\nI'll share more updates here, when I finally make it into their rooms, pool, halls and restaurants. Although, I've been to the club \\\"Cross Roads\\\" about 3 years back and had a wonderful time and experience.\\n\\nYou should visit if your pocket is right.\",\n                        \"time\": 1639336904\n                    },\n                    {\n                        \"author_name\": \"Armin T.\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/107539688475082726298/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14GgAyLCuzu8zmtP_nODaSJJY6Tsrvy2op3q2qqFPtw=s128-c0x00000000-cc-rp-mo-ba3\",\n                        \"rating\": 5,\n                        \"relative_time_description\": \"a year ago\",\n                        \"text\": \"Amazing.\\n\\nMultitudes of Hotels in Lagos aren’t worth looking at while others such as this one definitely are. The Eko Hotel boasts amazing, rooms, food, and amenities such as a pool, tennis courts, and much more. An amazing part of this hotel definitely is the view - which is amazing! If you glance outside, you will see the large beach We’ve spent a couple of luxurious days at the Ego Hotel and are sure to recommend it to others. Here are some tips I’ve accumulated while staying at the hotel: Tip 1: Make sure to come inside after dawn or to wear mosquito spray if you go outside after dark. It can get pretty annoying being bitten by loads of mosquitoes.\\nTip 2: If you are feeling kind of hot, grab your swim suite and head downstairs to the pool to cool off. It’s clean and is chemically treated; so don’t worry about any urine c;\\nTip 3: There are several restaurants in the hotel, some of which have a splendid view so if you’d like just ask a staff member or look at a map of the hotel to see them all.\\nTip 4: If you’d like to go to the beach, feel free to do so, just that it would be safer if you come in before dark because there is a small chance of you getting robbed if you are outside the facilities. Inside the facilities though, it is one of the safest places in Lagos so don’t worry.\\nTip 5: Enjoy your stay, stay safe and relax.\\nOverall, you will guarantied enjoy your stay at the Ego Hotel. I hope this review helped you decide your trip.\\n\\nIf you’d mind liking this review, the would be extremely helpful to achieving my goal of helping as many people see and decide their trips as possible because liking my review will increase the chances of others seeing them.\\n\\nLast note: Make sure to follow Corona regulations: Wear a mask, wash your hands and stay safe!\\n\\nHope this helped,\\nArmin\",\n                        \"time\": 1614865353\n                    },\n                    {\n                        \"author_name\": \"Adegoke Olusegun\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/100504903230320429941/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14Ggmx3SVbKmQf7HvHNt6MhOQZ7XrS5-5yvNOpccPIQ=s128-c0x00000000-cc-rp-mo-ba5\",\n                        \"rating\": 5,\n                        \"relative_time_description\": \"a year ago\",\n                        \"text\": \"I was blown away.. Superb and wonderful.. The environment is super clean, services are top class.. I give them 💯\\n\\nThe whole experience here was wonderful, nice terrain with beautiful environment\\nA very cozzy place to hang out, party and have some exclusive fun\\nI'm so loving the set up, workers were attractive, smart and agile, music was relatively good and everyone was welcoming\\n💯 💯\",\n                        \"time\": 1600617311\n                    },\n                    {\n                        \"author_name\": \"Kome Oriero\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/108037123891528473078/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14GjVt4BgSsOhdgdEb8LrfFALVeGt5Fy1VM8T6rY1yw=s128-c0x00000000-cc-rp-mo-ba4\",\n                        \"rating\": 4,\n                        \"relative_time_description\": \"6 months ago\",\n                        \"text\": \"This review is for the Eko Signature Suites. Very lovely ambiance. Beautiful. Room service is great. Signature really stands out as the phone and the tv is customized to the customer...( Putting on the TV, your name is on the the screen also in the dashboard screen of the intercom phone). But they served me small portion of lunch🤔🤔. Night view of Lagos from the room (top floors) is perfect . Eko Signature Suites.\",\n                        \"time\": 1632812532\n                    }\n                ],\n                \"types\": [\n                    \"lodging\",\n                    \"point_of_interest\",\n                    \"establishment\"\n                ],\n                \"url\": \"https://maps.google.com/?cid=6788330271802252627\",\n                \"user_ratings_total\": 22979,\n                \"utc_offset\": 60,\n                \"vicinity\": \"Plot 1415 Adetokunbo Ademola Street, Lagos\",\n                \"website\": \"https://www.ekohotels.com/\"\n            }\n        },\n        {\n            \"_id\": \"62628e1bd4ba67ee983ac5d3\",\n            \"fullSearchResult\": {\n                \"address_components\": [\n                    {\n                        \"long_name\": \"4\",\n                        \"short_name\": \"4\",\n                        \"types\": [\n                            \"street_number\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Water Corporation Drive\",\n                        \"short_name\": \"Water Corporation Dr\",\n                        \"types\": [\n                            \"route\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Victoria Island\",\n                        \"short_name\": \"Victoria Island\",\n                        \"types\": [\n                            \"neighborhood\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Lagos\",\n                        \"short_name\": \"Lagos\",\n                        \"types\": [\n                            \"locality\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Eti Osa\",\n                        \"short_name\": \"Eti Osa\",\n                        \"types\": [\n                            \"administrative_area_level_2\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Lagos\",\n                        \"short_name\": \"LA\",\n                        \"types\": [\n                            \"administrative_area_level_1\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Nigeria\",\n                        \"short_name\": \"NG\",\n                        \"types\": [\n                            \"country\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"106104\",\n                        \"short_name\": \"106104\",\n                        \"types\": [\n                            \"postal_code\"\n                        ]\n                    }\n                ],\n                \"adr_address\": \"Landmark Village, <span class=\\\"street-address\\\">4 Water Corporation Dr</span>, <span class=\\\"extended-address\\\">Victoria Island</span> <span class=\\\"postal-code\\\">106104</span>, <span class=\\\"locality\\\">Lagos</span>, <span class=\\\"country-name\\\">Nigeria</span>\",\n                \"business_status\": \"OPERATIONAL\",\n                \"formatted_address\": \"Landmark Village, 4 Water Corporation Dr, Victoria Island 106104, Lagos, Nigeria\",\n                \"formatted_phone_number\": \"0906 688 2627\",\n                \"international_phone_number\": \"+234 906 688 2627\",\n                \"name\": \"Landmark Beach\",\n                \"opening_hours\": {\n                    \"open_now\": true,\n                    \"periods\": [\n                        {\n                            \"close\": {\n                                \"day\": 0,\n                                \"time\": \"2000\"\n                            },\n                            \"open\": {\n                                \"day\": 0,\n                                \"time\": \"1000\"\n                            }\n                        },\n                        {\n                            \"close\": {\n                                \"day\": 1,\n                                \"time\": \"2000\"\n                            },\n                            \"open\": {\n                                \"day\": 1,\n                                \"time\": \"1100\"\n                            }\n                        },\n                        {\n                            \"close\": {\n                                \"day\": 2,\n                                \"time\": \"2000\"\n                            },\n                            \"open\": {\n                                \"day\": 2,\n                                \"time\": \"1000\"\n                            }\n                        },\n                        {\n                            \"close\": {\n                                \"day\": 3,\n                                \"time\": \"2000\"\n                            },\n                            \"open\": {\n                                \"day\": 3,\n                                \"time\": \"1000\"\n                            }\n                        },\n                        {\n                            \"close\": {\n                                \"day\": 4,\n                                \"time\": \"2000\"\n                            },\n                            \"open\": {\n                                \"day\": 4,\n                                \"time\": \"1000\"\n                            }\n                        },\n                        {\n                            \"close\": {\n                                \"day\": 5,\n                                \"time\": \"2000\"\n                            },\n                            \"open\": {\n                                \"day\": 5,\n                                \"time\": \"1000\"\n                            }\n                        },\n                        {\n                            \"close\": {\n                                \"day\": 6,\n                                \"time\": \"2000\"\n                            },\n                            \"open\": {\n                                \"day\": 6,\n                                \"time\": \"1000\"\n                            }\n                        }\n                    ],\n                    \"weekday_text\": [\n                        \"Monday: 11:00 AM – 8:00 PM\",\n                        \"Tuesday: 10:00 AM – 8:00 PM\",\n                        \"Wednesday: 10:00 AM – 8:00 PM\",\n                        \"Thursday: 10:00 AM – 8:00 PM\",\n                        \"Friday: 10:00 AM – 8:00 PM\",\n                        \"Saturday: 10:00 AM – 8:00 PM\",\n                        \"Sunday: 10:00 AM – 8:00 PM\"\n                    ]\n                },\n                \"photos\": [\n                    {\n                        \"height\": 3264,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/102830898808068257409\\\">Landmark Beach</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEBd6E4S4xrPH94NR9aXFr1X-ao93w7w-FfKJVkI0aVpmYw1lywpqdo2_4kbzh2nxtd0NezbzA67GfGPSR1Zi2XWzCRClwhp-HYf_gkOhVq0FDnt53MmWuREm9slmmffUnQ61U-Wd9K9ZBrGtfkygbMCTDotekZUJNXuyqWhrwbWKaaw\",\n                        \"width\": 2448\n                    },\n                    {\n                        \"height\": 3024,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/108805424605092031358\\\">Tosin Oladimeji</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEBgMJGnr6p-HkUmDICi11kcsthAIU1rksUEsqoDWgIHFG8XjsRFWCu0DPBbrgiv5_sQ0kDjGayznq689ePoVKR3kwsFlC_FKj_yjIyXl3V7kj8pOFnIBfO6PfuC2aq6oJQea19p8S3VxO-2jCamzeyFDI2JPNgU4jojM6EgF_eix7O4\",\n                        \"width\": 4032\n                    },\n                    {\n                        \"height\": 3456,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/110659551363232911719\\\">Olanlokun Daramola</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEBOMD7AjaOecIF1rLqeyKfPpIRnJIepiZrJGBPt_MsxarCEqh0XsX3rS9snWyv5O6YmaIyFVEmFY3sAEXJrNnpCzKi0mQfKD-yNfECv2MZuDp__2CSVBktM-9eqcd3-fqCOsrDZbhiLLTMi0Qz1iRaZqokq3A9tM8r5pH3xLISMhVeH\",\n                        \"width\": 4608\n                    },\n                    {\n                        \"height\": 5664,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/104857826978551936305\\\">Uchenna Nnawuihe</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEANcMRo4t1PCtLucfwnZLKg82N6FBCWoeVp3L8uGT2s9L6m-78n93eDiBIMJGRAkyJIOA72-kShEbC43gNiB5OLqsq88hpQwfEiOycglpBEe4wmr-qMVqJQnmDLWMjDs0GRczahi18tC2R2St_2lZYPmqHRQcAwqmGA9HU8nWmsQki0\",\n                        \"width\": 4248\n                    },\n                    {\n                        \"height\": 3456,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/103973287646758246831\\\">Halimat Bamgbopa</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEAyJy_8iCndprOWtW2odGj1QDp67jXfeE-2zpVtZhSFJO9VhzUcdX9xw5Osq9lx7CHaqMu4ba4T9a9gh0HrATqEhH5ePsiy-wAZosB_BMRV0l0MKq0csaqCb2wR5SqD3BU175FSQ3rSSyz-19RG_MZ4OvQsTv-4gF4RnDkqSkc9R3xj\",\n                        \"width\": 5184\n                    },\n                    {\n                        \"height\": 3024,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/115029907602116533144\\\">Olayinka Oke</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEDxBn0YLJBb5uJh5kLNl31JUancdxZNHw4mjM4iAwA_pOnT_MA6bgRkZ-uIfveWVTqL8t4_CWoTGwll330FCSDMgYFhjB5V7JxmIvIRIY3-V34MZQwziiolkKE8y7ProkhpMG1GiYyfTUqWHyV-1yReIg5n1TWmZqt9cHHYTzTR8E8u\",\n                        \"width\": 4032\n                    },\n                    {\n                        \"height\": 4032,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/114777077376010721576\\\">Dee A</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEBMCk1u77Oqoby2HVipuBcpLHepqy0TTW5G6JTkhxGzrrXjIYxApHkxi2dAqnUXOmzngI_yGit6rWB88tMYYDdfHk2qyeJRZeC6282Pg7OAJUF7IqQygs4_QTbPZMZEREU2iBQohUW1P0SVh_xHGsNAPou62ZN15KYhiPvtWNvKX7ir\",\n                        \"width\": 3024\n                    },\n                    {\n                        \"height\": 2448,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/116289150027334306860\\\">Tee Baby</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEDiKUU6LV76DF-8PFl7OoB4Q26yT059bsfPBk1xcelLxsF3ykNFXFiJ4nbInC4qWCwnPVSDDP_CTz8cNfQLgxpnugNsL6tcib7_-L-iEkKlCX5zyEsqqoLrjMvG9NzaMVKnwSS_wB4CwxSNcOiFv0RkmrXrFNQUkguqJIPYsbP1s8sX\",\n                        \"width\": 3264\n                    },\n                    {\n                        \"height\": 4032,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/108350766107155790353\\\">badmus bukola musbau</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEDqvBdKtI6MNfYY4radqrV2l4DMwWss7Q9wX6UAELILrjqtDVUhXLAda8jEgkBz6gTuGGijLT6JTSWT2a5dLoUL_M4Mvs8qd6LFtEPrUHNP9CHoQQ3ECzSJB4G2HihmkH-cIJq7hmUGDKi4d3TEtJ1g4jl9du6E11PtEhgIe8z-Relg\",\n                        \"width\": 3024\n                    },\n                    {\n                        \"height\": 4032,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/105815542005496581643\\\">Yetunde Aisha</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEAiyrKFCKPGQomvTDuoFuPZsfYGeHx10CNxrfJz1IkQ9KgR2pre3BH31lFvloaUqbHSXGlOxGjNjENvdMZJGF8JyOfLEj-vb3hd-5TH7W3WxQJYzftrI0VdZRdtYWlEILM3bpXTS_zFLywmJW_6Zw7Oqj3d61zYUrSygaYhJIwtpv22\",\n                        \"width\": 2268\n                    }\n                ],\n                \"place_id\": \"ChIJ95uWaCb1OxARKAXSrFnZCRg\",\n                \"rating\": 4.4,\n                \"reviews\": [\n                    {\n                        \"author_name\": \"Tessy Okorie\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/104862731929285980626/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14GgxJ8_3SrZaiv9LaafdG2dUy7PLptFQXBVZznXfLQ=s128-c0x00000000-cc-rp-mo-ba3\",\n                        \"rating\": 5,\n                        \"relative_time_description\": \"a year ago\",\n                        \"text\": \"Landmark Beach 🏖...\\nBeach like no other!!!\",\n                        \"time\": 1598798156\n                    },\n                    {\n                        \"author_name\": \"Taiwo Odeyemi\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/114124263767548803159/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14GgljPQbiVAY1UcKlDjq44v_jNmZzI3Iel9QTueuFg=s128-c0x00000000-cc-rp-mo-ba2\",\n                        \"rating\": 5,\n                        \"relative_time_description\": \"2 weeks ago\",\n                        \"text\": \"Great Ambience. Lots of food/drink vendors. Place is neat. The staff are professional to a fault.\\nI feel the ticket price should be reviewed. Why pay such an amount that only gets you in and has no perks or benefits attached to it.\",\n                        \"time\": 1649190201\n                    },\n                    {\n                        \"author_name\": \"tokunbo adodo\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/101262255500188316954/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14Ghf7oPo8kt13zdintgwUOSDovxDopC7GezUGPWdXQ=s128-c0x00000000-cc-rp-mo-ba4\",\n                        \"rating\": 4,\n                        \"relative_time_description\": \"6 months ago\",\n                        \"text\": \"Adequate parking.\\nGood entrance and exit protocol.\\nFair pricing.\\nGood security.\\nGood leisure spaces.\\nGood beach front/quality of water.\\nRelatively good food.\\nLong opening hours.\\nAvailability of lifeguard.\",\n                        \"time\": 1634556468\n                    },\n                    {\n                        \"author_name\": \"Nwosu Cyprian\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/104032578519699504677/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a/AATXAJyRf9SBCKIu_1czoTFHj1gG946cr2Mhb6z0OZI=s128-c0x00000000-cc-rp-mo-ba3\",\n                        \"rating\": 5,\n                        \"relative_time_description\": \"a month ago\",\n                        \"text\": \"This resort is beautifully designed with a number of sport facilities, bars, restaurants etc, and even has a mall. You'll never run short of stuff to do here. But you've got to have some cool cash to enjoy this place, though.\\n\\nI think they're well ahead of many other beaches in terms of development and advancement.\",\n                        \"time\": 1646032027\n                    },\n                    {\n                        \"author_name\": \"Azeez Amin\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/115112541049238798553/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14Gj4-ZMaFiVv4j8XAVymoXjzQl-dA4Tm_3bhuuRZ=s128-c0x00000000-cc-rp-mo-ba3\",\n                        \"rating\": 4,\n                        \"relative_time_description\": \"6 months ago\",\n                        \"text\": \"Love this place. There's just nothing to make you bored. This is a fun place to go alone, with friends or family. I did find this place fun, so would you. I do recommend you go loaded with cash cause the menu will make you salivate 😋\",\n                        \"time\": 1633455437\n                    }\n                ],\n                \"types\": [\n                    \"natural_feature\",\n                    \"establishment\"\n                ],\n                \"url\": \"https://maps.google.com/?cid=1732154510875428136\",\n                \"user_ratings_total\": 4163,\n                \"utc_offset\": 60,\n                \"vicinity\": \"Landmark Beach, Landmark Village, 4 Water Corporation Drive, Lagos\",\n                \"website\": \"http://landmarkbeach.ng/\"\n            }\n        },\n        {\n            \"_id\": \"6262bc78d8176d3acb067114\",\n            \"fullSearchResult\": {\n                \"address_components\": [\n                    {\n                        \"long_name\": \"Olumo Rock\",\n                        \"short_name\": \"Olumo Rock\",\n                        \"types\": [\n                            \"premise\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Abeokuta\",\n                        \"short_name\": \"Abeokuta\",\n                        \"types\": [\n                            \"locality\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Odeda\",\n                        \"short_name\": \"Odeda\",\n                        \"types\": [\n                            \"administrative_area_level_2\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Ogun State\",\n                        \"short_name\": \"OG\",\n                        \"types\": [\n                            \"administrative_area_level_1\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Nigeria\",\n                        \"short_name\": \"NG\",\n                        \"types\": [\n                            \"country\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"110122\",\n                        \"short_name\": \"110122\",\n                        \"types\": [\n                            \"postal_code\"\n                        ]\n                    }\n                ],\n                \"adr_address\": \"Olumo Rock, <span class=\\\"postal-code\\\">110122</span>, <span class=\\\"locality\\\">Abeokuta</span>, <span class=\\\"country-name\\\">Nigeria</span>\",\n                \"business_status\": \"OPERATIONAL\",\n                \"formatted_address\": \"Olumo Rock, 110122, Abeokuta, Nigeria\",\n                \"name\": \"Olumo Rock\",\n                \"photos\": [\n                    {\n                        \"height\": 452,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/102714424802865784338\\\">Taiwo Gold Oyebanji</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uECYNabUqP5VqoTPcN1d9RiYyH8W5LdB0699Y6RaDwA6-cSEWTtUoAXY_V0iKMX7naXz-mxm7TJKPXaH8TDpcBEmk2JosOv0b-o944vI3Al3KsNp208AWoXXsNMmnw6jr1OkzVnzOB11LoVcdOIzaWyKQ4Cr_xKM1l47P_hp3WKDVu6G\",\n                        \"width\": 678\n                    },\n                    {\n                        \"height\": 1512,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/111005937112868754099\\\">Tari Wills</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uECDrxQoUkVCaGlh8cQxh2xrX5TPGfaS2X7bYVKk66fivge46MSLG1wRhlKaprpbveCFjMo13HGAlrdHrg4UAZQGcRlX2FbDlqDYTJmLFWgLesfIjMUV7HlHQu0Z1ARevO5XShjQFjIsLQ5aLBm7bvJsn92l8CyVlDfNJKiSbSmgtE7z\",\n                        \"width\": 2016\n                    },\n                    {\n                        \"height\": 3000,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/115333897324561225308\\\">Bolade Ogunlowore</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEBjsQ5EDvDOsDT9OM77V06nSDRRgwDTWAkf_50McqbF2dXL5x42fnsCuCFz61zSp4K-EWCAozI18uIW1_OXLHbgp3Q5RJEqsd_a_1ImCzJp8O6Q-KKSIVA-SDmHGZITw0iEWg6J0l-QKMdyUUNlkZ3uuqfYOaNf5l1VhQySUXt5CrqR\",\n                        \"width\": 4000\n                    },\n                    {\n                        \"height\": 2992,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/110105282728013971790\\\">Orel76</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEDDRO2XjpPkUqVMi852ALWNcYebvdVGSwCDasAlNGCSbnfpAluXLUSFK9E1lzkSvI3HMQu20lk3E2AoSGyX7v6mPw8UNV8-oPfbFwuAJGbceYiBmwYKI6FbxhDMqoCT-ZCPOgMTzh6CdFTeCybySxcYav2DZqHA7l2X2f8Dho2z2hg\",\n                        \"width\": 4000\n                    },\n                    {\n                        \"height\": 2992,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/110105282728013971790\\\">Orel76</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEBGsoRxEF7V31Wqimgb2e7OI3oK-jFmU1GV9ftau6v3CGoUO3Cf684c9oFSmspHLtKIET341Ghfl6AvB7V87KcTvoyaQohg8f9MMvAcy3x8NO1qSKXEnzjaTIBwI8N1qJzKQC9xQzBkXcuAi7hMLabEx5jTa4wuLsvc1cyRnU7bBXw\",\n                        \"width\": 4000\n                    },\n                    {\n                        \"height\": 3072,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/110105282728013971790\\\">Orel76</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uECGpA_NeQbBHgswp2qGUv_eWFw7mgj5hiy8opBcnYnFHmtUm0M-pOcWs1GcFasikcaAEy9IgvpUVF_wEbQpG0GZpgyzBoOU-XlR8calQxjuofh0L7lqi-Z3rk3Jg1g4ogfxv3Ip5ncuN-zKuyz2vRgjMk_wS1o5UePF7klxlZmamh8\",\n                        \"width\": 4096\n                    },\n                    {\n                        \"height\": 2992,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/110105282728013971790\\\">Orel76</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEApT4LbvQh0B__XvK1Y6rECSnea8HUunp9Zj44nvsH9_D7XKYwUh69oiTzsih0PToat5D9bbKDsak_QiSOmLptQHUOIjctcZ1w5iPnRuz9kT95Zm53rwU7SnHseiCX42QLEt9D3tsQFboVvgYD2bWjw2J3Xc-zFHySksu01ODGHqvM\",\n                        \"width\": 4000\n                    },\n                    {\n                        \"height\": 810,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/104628620865562465909\\\">Sam Adewole</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uECV5OBAMrZpoPY_37vfPPJG2slYwPe8bK7XKXdBYawfsrbcvk3ekwHtqpGSzjTong7jmY88wpozCNU_6C3DcKxyet4qvMguKKN0cCmsqvEys8Z3me-NOkqgYKmHJFpsyrwXW1bFTo-yQ_h0mfbF4GMx88Y8KrD0NYRQ3ZN2fzA3cGjq\",\n                        \"width\": 1080\n                    },\n                    {\n                        \"height\": 648,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/107799251801849416509\\\">Adejare O. S.</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEA5K59w9NisWjk7efjktfcjuvygKaQCiex2yGp81Iz8GZ4kr2ctTyr_qYeRirMA1Z2uKncgluXLXRW8rcocur-pMvIM5A-zVXO49AYSjCY0Ea9aA7Q1xqyKH0pUa_UpZ3sn2CkIaM2kaozOexCGt_H9A0LUbv11Y86Oh0lu81CVdMnB\",\n                        \"width\": 968\n                    },\n                    {\n                        \"height\": 2992,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/110105282728013971790\\\">Orel76</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEAO--5yieM6xwLfLh3oxJO8nGNSIdrNJ0jWnsw_CoS6QwUCtc687V0y28yGYM-7pJIJGx2gxREpQ0taNEYX3lLyXbtUUzOBQPEvTuMcvh7WYV_WLVZqcM4rZUi9FVfcGBkEbWSCTtogJwnaTP1DSvAAbjEjo6qNVj_QqaaptZvivF4\",\n                        \"width\": 4000\n                    }\n                ],\n                \"place_id\": \"ChIJkbFQBXI3OhAR2YXw_-Ccbes\",\n                \"plus_code\": {\n                    \"compound_code\": \"6CJQ+2F Abeokuta, Nigeria\",\n                    \"global_code\": \"6FV56CJQ+2F\"\n                },\n                \"rating\": 4.2,\n                \"reviews\": [\n                    {\n                        \"author_name\": \"Tari Wills\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/111005937112868754099/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14Giud_kXGk2CYDPzriTmR4aN9twJtA6q7VPOki0ZQxs=s128-c0x00000000-cc-rp-mo-ba4\",\n                        \"rating\": 5,\n                        \"relative_time_description\": \"2 weeks ago\",\n                        \"text\": \"Everything about this place is a thrill! It's a cultural and historical heritage to behold and enjoy. Standing atop gives one a view of Abeokuta.\\n\\nIt's about 15 minutes from the city centre. Requires a gate fee of 1,000 Naira per person, to be paid at the gate. The fee includes a tour around the art galleries and the climb all the way to the peak of the rock.\\n\\nThe items in the art galleries are fairly priced, ranging from 1k to 5M. Items ranging from paintings, wall art, jewelry, African print attires, locally made beauty products, antique decor pieces etc.\\n\\nThe climb up the rock is a flight of unassuming stairs which when completed is a total of about 150 steps (according to the guide). The tour guides know their onions! Every part of the rock has a unique feature to it!\\nThere is also shrine somewhere in there!\\n\\nThe scary part of climbing to the peak after the flight of stairs is an absolute thrill!!!\\n\\nBest to dress up in active sport wear and sneakers!\\n\\nIt should be a punishable offence to visit Abeokuta and not visit this place.\",\n                        \"time\": 1649160368\n                    },\n                    {\n                        \"author_name\": \"camillius henry\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/103880112542869717699/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a/AATXAJwJylVv9D1smBaZTYu9Gm4KLyB2zaCXXScZQnXu=s128-c0x00000000-cc-rp-mo\",\n                        \"rating\": 5,\n                        \"relative_time_description\": \"3 weeks ago\",\n                        \"text\": \"A place to learn the history of the Yorubas, a place which served as refuge for them during the wars and a lovely tourist center to be. If you are after learning history, it is one of the best to be\",\n                        \"time\": 1648455101\n                    },\n                    {\n                        \"author_name\": \"ADENIKE LASISI\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/113379735554764407785/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14GhSFH-S9U573Id0yCeQ9nSOW7drlKpqmybHJ5cHRQ=s128-c0x00000000-cc-rp-mo-ba5\",\n                        \"rating\": 5,\n                        \"relative_time_description\": \"a month ago\",\n                        \"text\": \"Olumo rock Tourist Centre is a great place to catch fun and have an adventure. There are lots of exciting places there. If you visit Olumo Rock, you'll find it interesting. We saw ancient trees which are medicinal according to the Tourist guide. Also, we saw an old pot that makes water to be cold as a refrigerator. The most interesting part for me it's climbing and passing through the rock.\",\n                        \"time\": 1647067979\n                    },\n                    {\n                        \"author_name\": \"Ayomide Akintunde\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/115447455909419819456/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14GgH5EyfAIc0PNZ6SWFl672zH-4iiYZjWqdSqYnfTQ=s128-c0x00000000-cc-rp-mo\",\n                        \"rating\": 4,\n                        \"relative_time_description\": \"a month ago\",\n                        \"text\": \"Great environment..\\nSpacious parking space\\nGood roads\\nThe restaurants are nice also\\nA great place to visit\",\n                        \"time\": 1647272385\n                    },\n                    {\n                        \"author_name\": \"adegunle matthew\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/108467293152351816384/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14Gig-D_ePIw4ef99JYoA1cdV25vt1TxHQI5FsVmA=s128-c0x00000000-cc-rp-mo-ba3\",\n                        \"rating\": 4,\n                        \"relative_time_description\": \"3 months ago\",\n                        \"text\": \"Good place for an adventure in Abeokuta. However the lift machine is no longer working. Positive thing is that there are people there to guide you through your time there\",\n                        \"time\": 1640510053\n                    }\n                ],\n                \"types\": [\n                    \"point_of_interest\",\n                    \"establishment\"\n                ],\n                \"url\": \"https://maps.google.com/?cid=16964387861555086809\",\n                \"user_ratings_total\": 138,\n                \"utc_offset\": 60,\n                \"vicinity\": \"Olumo Rock, Abeokuta\"\n            }\n        },\n        {\n            \"_id\": \"6262d5728820547be9c808e3\",\n            \"fullSearchResult\": {\n                \"address_components\": [\n                    {\n                        \"long_name\": \"873\",\n                        \"short_name\": \"873\",\n                        \"types\": [\n                            \"street_number\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Ozumba Mbadiwe Avenue\",\n                        \"short_name\": \"Ozumba Mbadiwe Ave\",\n                        \"types\": [\n                            \"route\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Victoria Island\",\n                        \"short_name\": \"Victoria Island\",\n                        \"types\": [\n                            \"neighborhood\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Lagos\",\n                        \"short_name\": \"Lagos\",\n                        \"types\": [\n                            \"locality\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Eti Osa\",\n                        \"short_name\": \"Eti Osa\",\n                        \"types\": [\n                            \"administrative_area_level_2\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Lagos\",\n                        \"short_name\": \"LA\",\n                        \"types\": [\n                            \"administrative_area_level_1\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Nigeria\",\n                        \"short_name\": \"NG\",\n                        \"types\": [\n                            \"country\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"106104\",\n                        \"short_name\": \"106104\",\n                        \"types\": [\n                            \"postal_code\"\n                        ]\n                    }\n                ],\n                \"adr_address\": \"<span class=\\\"street-address\\\">873 Ozumba Mbadiwe Ave</span>, <span class=\\\"extended-address\\\">Victoria Island</span> <span class=\\\"postal-code\\\">106104</span>, <span class=\\\"locality\\\">Lagos</span>, <span class=\\\"country-name\\\">Nigeria</span>\",\n                \"business_status\": \"OPERATIONAL\",\n                \"formatted_address\": \"873 Ozumba Mbadiwe Ave, Victoria Island 106104, Lagos, Nigeria\",\n                \"formatted_phone_number\": \"01 454 6590\",\n                \"international_phone_number\": \"+234 1 454 6590\",\n                \"name\": \"Club Quilox\",\n                \"opening_hours\": {\n                    \"open_now\": true,\n                    \"periods\": [\n                        {\n                            \"close\": {\n                                \"day\": 0,\n                                \"time\": \"2359\"\n                            },\n                            \"open\": {\n                                \"day\": 0,\n                                \"time\": \"1200\"\n                            }\n                        },\n                        {\n                            \"close\": {\n                                \"day\": 1,\n                                \"time\": \"2359\"\n                            },\n                            \"open\": {\n                                \"day\": 1,\n                                \"time\": \"1200\"\n                            }\n                        },\n                        {\n                            \"close\": {\n                                \"day\": 2,\n                                \"time\": \"2359\"\n                            },\n                            \"open\": {\n                                \"day\": 2,\n                                \"time\": \"1200\"\n                            }\n                        },\n                        {\n                            \"close\": {\n                                \"day\": 3,\n                                \"time\": \"2359\"\n                            },\n                            \"open\": {\n                                \"day\": 3,\n                                \"time\": \"1200\"\n                            }\n                        },\n                        {\n                            \"close\": {\n                                \"day\": 4,\n                                \"time\": \"2359\"\n                            },\n                            \"open\": {\n                                \"day\": 4,\n                                \"time\": \"1200\"\n                            }\n                        },\n                        {\n                            \"close\": {\n                                \"day\": 5,\n                                \"time\": \"2359\"\n                            },\n                            \"open\": {\n                                \"day\": 5,\n                                \"time\": \"1200\"\n                            }\n                        },\n                        {\n                            \"close\": {\n                                \"day\": 6,\n                                \"time\": \"2359\"\n                            },\n                            \"open\": {\n                                \"day\": 6,\n                                \"time\": \"1200\"\n                            }\n                        }\n                    ],\n                    \"weekday_text\": [\n                        \"Monday: 12:00 – 11:59 PM\",\n                        \"Tuesday: 12:00 – 11:59 PM\",\n                        \"Wednesday: 12:00 – 11:59 PM\",\n                        \"Thursday: 12:00 – 11:59 PM\",\n                        \"Friday: 12:00 – 11:59 PM\",\n                        \"Saturday: 12:00 – 11:59 PM\",\n                        \"Sunday: 12:00 – 11:59 PM\"\n                    ]\n                },\n                \"photos\": [\n                    {\n                        \"height\": 1024,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/100597215998275652029\\\">Club Quilox Victoria Island Lagos</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEDySyvVQAi1-vzo-QOoKL8dOgMQAJEBIoc81TvfpxCPjC4_J3OBd5sLIAxri6BobvKGwjOIrWYlrTNXxAdZr8ckRUYdly0HMNajJNfq0sr_6vPIu4IoQKwQm0K1weI7SBrSuOi16shp1ChBuwPS6nDOvBkJrBARFUOOfUZLwA8AVljt\",\n                        \"width\": 1024\n                    },\n                    {\n                        \"height\": 3000,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/110408553051434415928\\\">Isaac Oguji</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEC2V6npSEz5AWQgEeI_47_8-VxTqKF0X0p9gLcR9vrDgwWnAJgq8r1ZOQsqQJ6fggk7Se7-FiUk-LILtMpWn5qkqDyDalXjUYWD21yt44PIYj4j-ZBOZk0jz1jpsymJWEoSIPfBVrcwkG8q1DEzP93HvsR_9696sD4eeZfAXNlO_c_c\",\n                        \"width\": 4000\n                    },\n                    {\n                        \"height\": 4032,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/102254425705216508689\\\">Adegbite emmanuel tolu</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEDthRpz_jECZkYbAtDfhJKIKGHVeIo-6uuc058N3VDDvtyalWsFnXifQskyoxsQa8odIUpSTZiHhVVBGqKb1HDOUhLwaUYQ84rnt9a4Z8Lpg0W8culFlZpT6bQxaUBjcBMC31nz-Ag5RBLyHZPUwKrjyzjoLVUTH3M7LKKCDKSih4nK\",\n                        \"width\": 3024\n                    },\n                    {\n                        \"height\": 1960,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/110579438503178513091\\\">Ezinne Nnebocha</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEAo5aUcgDJXQp6c4q_e8XYkAwAmGZfezeMHPm8kajfQUE36FNf3eKiT9uHfOw8N8mCzvutxtrB-5Dsirnubw_-cZ60U3rtcbvIgoWQZYuAE-pqgA34gDZkws3CsBC9IQYeu5p4N520SYUWCpW7MrgkiJdwWHpLhT5i4wTAI9cMOXqDZ\",\n                        \"width\": 4032\n                    },\n                    {\n                        \"height\": 2448,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/113488028790587187062\\\">Isaac Osagie</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEDgYrQhAs2nP4BJwCXUOyQ6jMDqGdQ0_IaNAg2h46Qm_24GAANhMglUwIiilH_gr5BME7pHMPKLG2fOTU0Jdf-LkhgXKrEwtnq0H4oetPfZkOTNgl_S3vLZraPoeaMVBqciSTqO5XrQjSOTh2wXXpP0yV-_eJg42q7_diB8OO0JahQn\",\n                        \"width\": 3264\n                    },\n                    {\n                        \"height\": 300,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/102313139146800123472\\\">official Neeman</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEAXs9g-bA-93msiaDTvi2EA-A_p4RT7xlFsXsrj-PIIZYBmmdz9j72c0b72nvBwMOUb5OmNXsExEumdljV9COOysZRg7zDQqa-0gGYZ5ctWi9YlXXLxCVTkGQ9Eu-gqr1AoM3DeVZiea8G2bVyDPvhN9GONZoYRd_0W2Kl00EhTPQdP\",\n                        \"width\": 595\n                    },\n                    {\n                        \"height\": 1920,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/112644873818888172236\\\">Bola Muhammed</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uECV8o_lXD1oRGn3xwmslU1wGWanN9nZs_y9IwGaJsA4XB8IvdqwTFLmnrDD7esxNl4QJRNsl_9H5JuX39CHpCX43GGv6umpSpv6-H7lppl8JZ8XaU44RBtBfhgbGnp99msY_GQoPphpCuaYQYKgjNWURKJWg4OFOaP99NsT0a472TNx\",\n                        \"width\": 1080\n                    },\n                    {\n                        \"height\": 2048,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/101752832609212671097\\\">chamberlin ukenedo</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEABddS1_-FnPZMxjD3uNF8DyO2Y54eJRZoohJXJcqJ2dEi9Q7asVxO0abS9kxWNFL8j2okfv3F5x1-Es1Cy8RPiISd7OadjiX5gAOEPL1AKgzSEXHFs8Uu6A5uNzCUipmzyCuUsLyjU-irOEDR77gS3r_YrXWsOP3_qOT725ZfJqhFq\",\n                        \"width\": 1536\n                    },\n                    {\n                        \"height\": 4160,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/118227210545443267368\\\">Taiwo</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEApvYipFuUzIWgpTa9qEU-j-Sv_TL6A8ELGq7LrOcbsptL1UYBe6N0TzpJsTH3Yt7yysWeN9dk4y6bRefgwZ6Sttj8qCW3_b-EhTvg8xxVLKWwatpBn2xfpW1a2P6e1v5dRiT_-pHKqeldTCAOmJft0QGtX9lpnX3Ntpv5POcvQv8Sa\",\n                        \"width\": 3120\n                    },\n                    {\n                        \"height\": 2358,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/102607440927142115064\\\">Seanice Lojede</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEDy8TpkjxlQfYIgGGJ8Tk6iUZZOi0IANSQQFiGz1ZgUcub59yhj3Rb32JfmBDdtapAyax-RQjg4fwBA-v1Bw_a-KUkNTVBdTjRgL9rm1gkX4CJ_idmmCOFxLSsFwimiTpdyINRWMDKqccc_84NJyNzSXIyex1k6TPLoU-hA9EVcAdHO\",\n                        \"width\": 4191\n                    }\n                ],\n                \"place_id\": \"ChIJA7NiStSKOxARyXXN39fxvHk\",\n                \"plus_code\": {\n                    \"compound_code\": \"CCQQ+66 Lagos, Nigeria\",\n                    \"global_code\": \"6FR5CCQQ+66\"\n                },\n                \"price_level\": 4,\n                \"rating\": 4.2,\n                \"reviews\": [\n                    {\n                        \"author_name\": \"Bayo Davids\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/106481440907995955225/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14Ggsaqy1jwRvgCT94y74Ij56zb8CX3mmdtyPYij0Ow=s128-c0x00000000-cc-rp-mo-ba3\",\n                        \"rating\": 4,\n                        \"relative_time_description\": \"5 months ago\",\n                        \"text\": \"Here's lovely and cozy. The vibe here is 💯. I'd choose been here over and over again than going elsewhere.\",\n                        \"time\": 1635444660\n                    },\n                    {\n                        \"author_name\": \"Kareem Lawal\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/113370704252070116597/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a/AATXAJyftqHfyfs69GxGnX_5LL_dqlPLduOaBg3gU-nU=s128-c0x00000000-cc-rp-mo\",\n                        \"rating\": 5,\n                        \"relative_time_description\": \"11 months ago\",\n                        \"text\": \"Expensive and hyped but worth every hassle, drink up and dance\",\n                        \"time\": 1620670939\n                    },\n                    {\n                        \"author_name\": \"Vick Communication Ltd\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/103168450168389696831/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14Gj5kn0Ok577ky4gV6VAcMqd0fc0ENg97ZCGxQwrHA=s128-c0x00000000-cc-rp-mo-ba6\",\n                        \"rating\": 5,\n                        \"relative_time_description\": \"4 months ago\",\n                        \"text\": \"Nice place and conducive area with alot of fun\",\n                        \"time\": 1639814242\n                    },\n                    {\n                        \"author_name\": \"Roy Amoo\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/116001198391491093563/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14GgPv6Jn0SFbu0clrthP4k86CGBJtxLSGMnJSR2Slw=s128-c0x00000000-cc-rp-mo-ba4\",\n                        \"rating\": 5,\n                        \"relative_time_description\": \"a year ago\",\n                        \"text\": \"Club Quilox owned by Honourable Shina Pella is located at the heart of Lagos. The club is well maintained with the latest luxury facilities, staff, interior, security and classic entertainment. It's not good for kids. Advisable for people above 18. Their nightlife is super packaged with classic entertainment. I'm proud to say they are the king of entertainment and nightlife in Lagos.\",\n                        \"time\": 1612777049\n                    },\n                    {\n                        \"author_name\": \"AJILOGBA AISHAT\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/108847945145200186918/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14GgWdsP1MScSt9Kt_RnJvkx2s94I5QmDUCVvk8HYGw=s128-c0x00000000-cc-rp-mo-ba3\",\n                        \"rating\": 5,\n                        \"relative_time_description\": \"a year ago\",\n                        \"text\": \"Worth the hype Definately not a poor man's spot tho\",\n                        \"time\": 1610574396\n                    }\n                ],\n                \"types\": [\n                    \"night_club\",\n                    \"bar\",\n                    \"point_of_interest\",\n                    \"establishment\"\n                ],\n                \"url\": \"https://maps.google.com/?cid=8772152083685930441\",\n                \"user_ratings_total\": 281,\n                \"utc_offset\": 60,\n                \"vicinity\": \"873 Ozumba Mbadiwe Avenue, Lagos\",\n                \"website\": \"http://www.clubquilox.com/\"\n            }\n        }\n    ]\n}"}],"_postman_id":"7eb8c29d-2ac1-4bc4-88d5-09e2e12194c2"},{"name":"Discover city","id":"b8e75a53-2481-4b96-adc0-a3b61e59b675","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:4000/api/places/discover/lagos?placeType=point_of_interest","description":"<p>Endpoint returns the most visited and highest rated places based on the city (check Get top cities endpoint), and the type of place.</p>\n<p>Valid place types</p>\n<ul>\n<li>bar</li>\n<li>night_club</li>\n<li>point_of_interest</li>\n<li>lodging</li>\n<li>natural_feature</li>\n<li>amusement_park</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MjY0NGVlOTU3YjU4ZjdmMzJkOTgxNjYiLCJpYXQiOjE2NTA3NDEyMTksImV4cCI6MTY1MDgyNzYxOX0.exmMfrxiwgB2fS38xgYJiZ4HruYf6wxgVHuqD-GJOHw"}]},"isInherited":true,"source":{"_postman_id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","name":"Ajo-API","type":"collection"}},"urlObject":{"port":"4000","path":["api","places","discover","lagos"],"host":["localhost"],"query":[{"key":"placeType","value":"point_of_interest"}],"variable":[]}},"response":[{"id":"76d317dd-48b3-4627-828f-bcf197cd2ab4","name":"Discover city","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:4000/api/places/discover/lagos?placeType=point_of_interest","host":["localhost"],"port":"4000","path":["api","places","discover","lagos"],"query":[{"key":"placeType","value":"point_of_interest"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"19473"},{"key":"ETag","value":"W/\"4c11-rrQdb+DHQgEvXgJh4+66eMt0Uik\""},{"key":"Date","value":"Fri, 22 Apr 2022 17:10:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": false,\n    \"message\": \"Places retrieved succesfully\",\n    \"data\": [\n        {\n            \"_id\": \"62628e63d4ba67ee983ac5d7\",\n            \"fullSearchResult\": {\n                \"address_components\": [\n                    {\n                        \"long_name\": \"Plot 1415\",\n                        \"short_name\": \"Plot 1415\",\n                        \"types\": [\n                            \"street_number\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Adetokunbo Ademola Street\",\n                        \"short_name\": \"Adetokunbo Ademola Street\",\n                        \"types\": [\n                            \"route\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Victoria Island\",\n                        \"short_name\": \"Victoria Island\",\n                        \"types\": [\n                            \"neighborhood\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Lagos\",\n                        \"short_name\": \"Lagos\",\n                        \"types\": [\n                            \"locality\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Eti Osa\",\n                        \"short_name\": \"Eti Osa\",\n                        \"types\": [\n                            \"administrative_area_level_2\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Lagos\",\n                        \"short_name\": \"LA\",\n                        \"types\": [\n                            \"administrative_area_level_1\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Nigeria\",\n                        \"short_name\": \"NG\",\n                        \"types\": [\n                            \"country\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"106104\",\n                        \"short_name\": \"106104\",\n                        \"types\": [\n                            \"postal_code\"\n                        ]\n                    }\n                ],\n                \"adr_address\": \"<span class=\\\"street-address\\\">Plot 1415 Adetokunbo Ademola Street</span>, <span class=\\\"extended-address\\\">Victoria Island</span> <span class=\\\"postal-code\\\">106104</span>, <span class=\\\"locality\\\">Lagos</span>, <span class=\\\"country-name\\\">Nigeria</span>\",\n                \"business_status\": \"OPERATIONAL\",\n                \"formatted_address\": \"Plot 1415 Adetokunbo Ademola Street, Victoria Island 106104, Lagos, Nigeria\",\n                \"formatted_phone_number\": \"01 277 2700\",\n                \"international_phone_number\": \"+234 1 277 2700\",\n                \"name\": \"Eko Hotels & Suites\",\n                \"opening_hours\": {\n                    \"open_now\": true,\n                    \"periods\": [\n                        {\n                            \"open\": {\n                                \"day\": 0,\n                                \"time\": \"0000\"\n                            }\n                        }\n                    ],\n                    \"weekday_text\": [\n                        \"Monday: Open 24 hours\",\n                        \"Tuesday: Open 24 hours\",\n                        \"Wednesday: Open 24 hours\",\n                        \"Thursday: Open 24 hours\",\n                        \"Friday: Open 24 hours\",\n                        \"Saturday: Open 24 hours\",\n                        \"Sunday: Open 24 hours\"\n                    ]\n                },\n                \"photos\": [\n                    {\n                        \"height\": 2592,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/118232843683820928953\\\">Eko Hotels &amp; Suites</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEBZpm2ZQDBsU6qDGQpKgAyaYD5C_zpS5eS5lXhZ_ggv6QWuRkcudE1z0yc5lDCZWlD2VJMnfQ_hb7UHQIcrIi4uhrEOYIGhOodE5tGtI2FESKjY5yJys1S8fjpsdYBu6qxANI0UMeh69zwZHsVM7ztksHZ0qOA7nWo0I5Vkqfb8RLbF\",\n                        \"width\": 2592\n                    },\n                    {\n                        \"height\": 809,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/118232843683820928953\\\">Eko Hotels &amp; Suites</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEDW_pULxjwfOtJVhObs0Vh0rQ2hnVxsYmo57RkL_7vVnPgbidUIK_OnwgDzCgvYjolTCIRDlofNFxBH35_7fJXrxwxBHnYs3OL7ucmiiPzV3Q56t9jA9VeJ2oKOnN3WmW9VIGIT5eIA00FCDsSSMqYyXVXzEpxFk3OpGdJpy5Zajei8\",\n                        \"width\": 1440\n                    },\n                    {\n                        \"height\": 2268,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/102690523879668218140\\\">Graham Jacob</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEByFK0V_6LM3Z3L5lsBftYRp6yxtbJ6mwLh__VQ0UEZmmuJUGWviN1FeL_EkQtCk6nMv7qz3dX1k4JPTZQeiBeZsJ_mFEOr1u73Q-NOFBynJpbZZ3OkaOySF-BD-X88XW7pS6YjzEhMujVYhmi0aeiY4qg75yGN2HURC3qRivuMkM-c\",\n                        \"width\": 4032\n                    },\n                    {\n                        \"height\": 4000,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/117533714735517071171\\\">Samuel Akintola</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEAU-V5deu2g94FKKfVaDBHjMESp7PpNGKqwT6rA0LbXfY3AeMyfj0542-72ig4xcrKpsWbb0RCNsv1TksVVgJQ_KO_HlN1KMfmVLeWZZxhHQ9qxi4Id6c1h_iLvWn_HiS9fNaH-lD2Hobxclksm2kqmocauHxeje38UsZCq6rHsbB3U\",\n                        \"width\": 3000\n                    },\n                    {\n                        \"height\": 3024,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/100355472481342475271\\\">Raphael Lessinger</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uECuk1PVbVfn2eC1ARQ--cGgCftdPq5QIk7SuUEpGgZKaQj7fRwv5HcOYgehI_3Jlt3oOaYVncQzdGfZubPEVe6U_bbzpl89Ypu1gktg80L54-EbBUUeyF0QRQpu59KbaGDPZmbDx7TaWOtdXwfK_jaRnRITKS4BetKJ_F7c-vwcvla1\",\n                        \"width\": 4032\n                    },\n                    {\n                        \"height\": 1200,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/118232843683820928953\\\">Eko Hotels &amp; Suites</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEDbJay_2rvrGosv0AAOgl4hM70LAxnGYYLpX95JBNvN-4OYo1SheKweMVdsqJv9Wwu-H1_z25W7M7x30xR8a9EcgLfxxGLZzIcJe-TWKD-hbM00bLLptJ_DWhBqJ4hZAXgjCkpmpuchTdnqHCd0QZNqZpdeIYtONLmCUnzRc8uX6w8X\",\n                        \"width\": 1200\n                    },\n                    {\n                        \"height\": 809,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/118232843683820928953\\\">Eko Hotels &amp; Suites</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEDF9lf7xQ5OSIP0iMvAZCW6Zyko9_3Rm17z0PcKzRoq5RyRXKOZMle-xm7HsGEvBXqUgwye7d7cVLPKV023pO51UIu89TvgDhY7BxYql76y0oCuw_4CWXQlfbNJ1o3dRRxCNSFqs85-Jc3yRfb9tije2oBbmLCoUpy6syiliDgiBbqc\",\n                        \"width\": 1440\n                    },\n                    {\n                        \"height\": 9248,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/114441073461514652415\\\">Precious Gedu</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEBilaNGbTJOHmDudyrPRd2MNFzqrTKlDRv3R7c4ELQHhFiwnP8voH1Af71535ugaZnvBsKRA6RdXTwGbYTniXHJBPfBI0n6DVip3yzk9o4WQrlsxr2JMa1CLbdnL2Lt4IVuuOMR6181EI7cO3rcdFqoZylg1eXCE2Eq--_ljM6UO1HX\",\n                        \"width\": 6936\n                    },\n                    {\n                        \"height\": 3024,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/115498331093718103931\\\">Otuobi Nwagwu</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEASu-L114ZPorQ-R9u-VXpc1Nr-YlUpzjCN_R_g-VYpMKEJ6fEzmnbeIuWpy4OLY4vRKsnUqkqIXAKM5vKeId0zG4QWLOc56MBQSZD1l-XvgihOoZluAvc6pwBZDbzVYdCjNCene6DiFdeqW7gnf1XeMFBjArnm1G8-rajrbmuULbat\",\n                        \"width\": 4032\n                    },\n                    {\n                        \"height\": 3024,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/114369201956627093211\\\">Nwayi Okwechime</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uECozlYgcxG5aTetIdRtEG1uLamGxufL9n3c1i_cmACp9S48T20zDreGOFP0fxaZGKF7x9sct3hooXFGiSmwAHzWd4B6iwrYheLQaIxjPIl7j78rn7k60kEq6iSkYNwqZYo3NGgXi37vyJZlNgaS6FFe7qTjX_QqDBwZ6AToiqB8cVdf\",\n                        \"width\": 4032\n                    }\n                ],\n                \"place_id\": \"ChIJLdlN7Dr1OxARU93NhGr-NF4\",\n                \"plus_code\": {\n                    \"compound_code\": \"CCGJ+J2 Lagos, Nigeria\",\n                    \"global_code\": \"6FR5CCGJ+J2\"\n                },\n                \"rating\": 4.5,\n                \"reviews\": [\n                    {\n                        \"author_name\": \"Motolani Aransiola\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/112089813648841370419/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14GjONEoWfSeFo-qCpVghbdLioOx-sv84bBzqWdnd1w=s128-c0x00000000-cc-rp-mo-ba6\",\n                        \"rating\": 5,\n                        \"relative_time_description\": \"4 weeks ago\",\n                        \"text\": \"Been to this beautiful space multiple times and the feeling was always different (positively of course).\\nHaven’t passed the night here yet but I’ve attended several events and they’ve never disappointed me, not once.\\nThe organization, protocol, serenity and ambience does it for me, always.\\nI truly appreciate the undisturbed flow of traffic (human and vehicular) in and out of this space which allows for several activities to take place concurrently without any interference of any sort. It’s very impressive.\\nMostly been here for conferences and the likes which includes tea breaks and lunch most times, yeah, the service was orderly and the meals were equally enjoyable.\\n\\nHere’s your cue to host your World Class Events, Conferences, Programs and the likes at Eko Hotels & Suites.\\nThank me now 😉✌️\",\n                        \"time\": 1648107891\n                    },\n                    {\n                        \"author_name\": \"ENIBE ONYEBUCHI\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/102056266624919063129/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14Gi4APh52XMFiv8iiMqt3e6e8cF8EU5Wwj3p6KJlkQ=s128-c0x00000000-cc-rp-mo-ba4\",\n                        \"rating\": 5,\n                        \"relative_time_description\": \"4 months ago\",\n                        \"text\": \"Awesome as usual.\\n\\nI must commend the security operations and how very respectful they are at Eko Hotel. Driving through the Garden complex and the Signature was quite an urban experience.\\n\\nThere are more than enough carparks with little or no hassle to make it through.\\n\\nI'll share more updates here, when I finally make it into their rooms, pool, halls and restaurants. Although, I've been to the club \\\"Cross Roads\\\" about 3 years back and had a wonderful time and experience.\\n\\nYou should visit if your pocket is right.\",\n                        \"time\": 1639336904\n                    },\n                    {\n                        \"author_name\": \"Armin T.\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/107539688475082726298/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14GgAyLCuzu8zmtP_nODaSJJY6Tsrvy2op3q2qqFPtw=s128-c0x00000000-cc-rp-mo-ba3\",\n                        \"rating\": 5,\n                        \"relative_time_description\": \"a year ago\",\n                        \"text\": \"Amazing.\\n\\nMultitudes of Hotels in Lagos aren’t worth looking at while others such as this one definitely are. The Eko Hotel boasts amazing, rooms, food, and amenities such as a pool, tennis courts, and much more. An amazing part of this hotel definitely is the view - which is amazing! If you glance outside, you will see the large beach We’ve spent a couple of luxurious days at the Ego Hotel and are sure to recommend it to others. Here are some tips I’ve accumulated while staying at the hotel: Tip 1: Make sure to come inside after dawn or to wear mosquito spray if you go outside after dark. It can get pretty annoying being bitten by loads of mosquitoes.\\nTip 2: If you are feeling kind of hot, grab your swim suite and head downstairs to the pool to cool off. It’s clean and is chemically treated; so don’t worry about any urine c;\\nTip 3: There are several restaurants in the hotel, some of which have a splendid view so if you’d like just ask a staff member or look at a map of the hotel to see them all.\\nTip 4: If you’d like to go to the beach, feel free to do so, just that it would be safer if you come in before dark because there is a small chance of you getting robbed if you are outside the facilities. Inside the facilities though, it is one of the safest places in Lagos so don’t worry.\\nTip 5: Enjoy your stay, stay safe and relax.\\nOverall, you will guarantied enjoy your stay at the Ego Hotel. I hope this review helped you decide your trip.\\n\\nIf you’d mind liking this review, the would be extremely helpful to achieving my goal of helping as many people see and decide their trips as possible because liking my review will increase the chances of others seeing them.\\n\\nLast note: Make sure to follow Corona regulations: Wear a mask, wash your hands and stay safe!\\n\\nHope this helped,\\nArmin\",\n                        \"time\": 1614865353\n                    },\n                    {\n                        \"author_name\": \"Adegoke Olusegun\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/100504903230320429941/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14Ggmx3SVbKmQf7HvHNt6MhOQZ7XrS5-5yvNOpccPIQ=s128-c0x00000000-cc-rp-mo-ba5\",\n                        \"rating\": 5,\n                        \"relative_time_description\": \"a year ago\",\n                        \"text\": \"I was blown away.. Superb and wonderful.. The environment is super clean, services are top class.. I give them 💯\\n\\nThe whole experience here was wonderful, nice terrain with beautiful environment\\nA very cozzy place to hang out, party and have some exclusive fun\\nI'm so loving the set up, workers were attractive, smart and agile, music was relatively good and everyone was welcoming\\n💯 💯\",\n                        \"time\": 1600617311\n                    },\n                    {\n                        \"author_name\": \"Kome Oriero\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/108037123891528473078/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14GjVt4BgSsOhdgdEb8LrfFALVeGt5Fy1VM8T6rY1yw=s128-c0x00000000-cc-rp-mo-ba4\",\n                        \"rating\": 4,\n                        \"relative_time_description\": \"6 months ago\",\n                        \"text\": \"This review is for the Eko Signature Suites. Very lovely ambiance. Beautiful. Room service is great. Signature really stands out as the phone and the tv is customized to the customer...( Putting on the TV, your name is on the the screen also in the dashboard screen of the intercom phone). But they served me small portion of lunch🤔🤔. Night view of Lagos from the room (top floors) is perfect . Eko Signature Suites.\",\n                        \"time\": 1632812532\n                    }\n                ],\n                \"types\": [\n                    \"lodging\",\n                    \"point_of_interest\",\n                    \"establishment\"\n                ],\n                \"url\": \"https://maps.google.com/?cid=6788330271802252627\",\n                \"user_ratings_total\": 22979,\n                \"utc_offset\": 60,\n                \"vicinity\": \"Plot 1415 Adetokunbo Ademola Street, Lagos\",\n                \"website\": \"https://www.ekohotels.com/\"\n            }\n        },\n        {\n            \"_id\": \"6262d5728820547be9c808e3\",\n            \"fullSearchResult\": {\n                \"address_components\": [\n                    {\n                        \"long_name\": \"873\",\n                        \"short_name\": \"873\",\n                        \"types\": [\n                            \"street_number\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Ozumba Mbadiwe Avenue\",\n                        \"short_name\": \"Ozumba Mbadiwe Ave\",\n                        \"types\": [\n                            \"route\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Victoria Island\",\n                        \"short_name\": \"Victoria Island\",\n                        \"types\": [\n                            \"neighborhood\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Lagos\",\n                        \"short_name\": \"Lagos\",\n                        \"types\": [\n                            \"locality\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Eti Osa\",\n                        \"short_name\": \"Eti Osa\",\n                        \"types\": [\n                            \"administrative_area_level_2\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Lagos\",\n                        \"short_name\": \"LA\",\n                        \"types\": [\n                            \"administrative_area_level_1\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Nigeria\",\n                        \"short_name\": \"NG\",\n                        \"types\": [\n                            \"country\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"106104\",\n                        \"short_name\": \"106104\",\n                        \"types\": [\n                            \"postal_code\"\n                        ]\n                    }\n                ],\n                \"adr_address\": \"<span class=\\\"street-address\\\">873 Ozumba Mbadiwe Ave</span>, <span class=\\\"extended-address\\\">Victoria Island</span> <span class=\\\"postal-code\\\">106104</span>, <span class=\\\"locality\\\">Lagos</span>, <span class=\\\"country-name\\\">Nigeria</span>\",\n                \"business_status\": \"OPERATIONAL\",\n                \"formatted_address\": \"873 Ozumba Mbadiwe Ave, Victoria Island 106104, Lagos, Nigeria\",\n                \"formatted_phone_number\": \"01 454 6590\",\n                \"international_phone_number\": \"+234 1 454 6590\",\n                \"name\": \"Club Quilox\",\n                \"opening_hours\": {\n                    \"open_now\": true,\n                    \"periods\": [\n                        {\n                            \"close\": {\n                                \"day\": 0,\n                                \"time\": \"2359\"\n                            },\n                            \"open\": {\n                                \"day\": 0,\n                                \"time\": \"1200\"\n                            }\n                        },\n                        {\n                            \"close\": {\n                                \"day\": 1,\n                                \"time\": \"2359\"\n                            },\n                            \"open\": {\n                                \"day\": 1,\n                                \"time\": \"1200\"\n                            }\n                        },\n                        {\n                            \"close\": {\n                                \"day\": 2,\n                                \"time\": \"2359\"\n                            },\n                            \"open\": {\n                                \"day\": 2,\n                                \"time\": \"1200\"\n                            }\n                        },\n                        {\n                            \"close\": {\n                                \"day\": 3,\n                                \"time\": \"2359\"\n                            },\n                            \"open\": {\n                                \"day\": 3,\n                                \"time\": \"1200\"\n                            }\n                        },\n                        {\n                            \"close\": {\n                                \"day\": 4,\n                                \"time\": \"2359\"\n                            },\n                            \"open\": {\n                                \"day\": 4,\n                                \"time\": \"1200\"\n                            }\n                        },\n                        {\n                            \"close\": {\n                                \"day\": 5,\n                                \"time\": \"2359\"\n                            },\n                            \"open\": {\n                                \"day\": 5,\n                                \"time\": \"1200\"\n                            }\n                        },\n                        {\n                            \"close\": {\n                                \"day\": 6,\n                                \"time\": \"2359\"\n                            },\n                            \"open\": {\n                                \"day\": 6,\n                                \"time\": \"1200\"\n                            }\n                        }\n                    ],\n                    \"weekday_text\": [\n                        \"Monday: 12:00 – 11:59 PM\",\n                        \"Tuesday: 12:00 – 11:59 PM\",\n                        \"Wednesday: 12:00 – 11:59 PM\",\n                        \"Thursday: 12:00 – 11:59 PM\",\n                        \"Friday: 12:00 – 11:59 PM\",\n                        \"Saturday: 12:00 – 11:59 PM\",\n                        \"Sunday: 12:00 – 11:59 PM\"\n                    ]\n                },\n                \"photos\": [\n                    {\n                        \"height\": 1024,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/100597215998275652029\\\">Club Quilox Victoria Island Lagos</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEDySyvVQAi1-vzo-QOoKL8dOgMQAJEBIoc81TvfpxCPjC4_J3OBd5sLIAxri6BobvKGwjOIrWYlrTNXxAdZr8ckRUYdly0HMNajJNfq0sr_6vPIu4IoQKwQm0K1weI7SBrSuOi16shp1ChBuwPS6nDOvBkJrBARFUOOfUZLwA8AVljt\",\n                        \"width\": 1024\n                    },\n                    {\n                        \"height\": 3000,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/110408553051434415928\\\">Isaac Oguji</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEC2V6npSEz5AWQgEeI_47_8-VxTqKF0X0p9gLcR9vrDgwWnAJgq8r1ZOQsqQJ6fggk7Se7-FiUk-LILtMpWn5qkqDyDalXjUYWD21yt44PIYj4j-ZBOZk0jz1jpsymJWEoSIPfBVrcwkG8q1DEzP93HvsR_9696sD4eeZfAXNlO_c_c\",\n                        \"width\": 4000\n                    },\n                    {\n                        \"height\": 4032,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/102254425705216508689\\\">Adegbite emmanuel tolu</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEDthRpz_jECZkYbAtDfhJKIKGHVeIo-6uuc058N3VDDvtyalWsFnXifQskyoxsQa8odIUpSTZiHhVVBGqKb1HDOUhLwaUYQ84rnt9a4Z8Lpg0W8culFlZpT6bQxaUBjcBMC31nz-Ag5RBLyHZPUwKrjyzjoLVUTH3M7LKKCDKSih4nK\",\n                        \"width\": 3024\n                    },\n                    {\n                        \"height\": 1960,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/110579438503178513091\\\">Ezinne Nnebocha</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEAo5aUcgDJXQp6c4q_e8XYkAwAmGZfezeMHPm8kajfQUE36FNf3eKiT9uHfOw8N8mCzvutxtrB-5Dsirnubw_-cZ60U3rtcbvIgoWQZYuAE-pqgA34gDZkws3CsBC9IQYeu5p4N520SYUWCpW7MrgkiJdwWHpLhT5i4wTAI9cMOXqDZ\",\n                        \"width\": 4032\n                    },\n                    {\n                        \"height\": 2448,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/113488028790587187062\\\">Isaac Osagie</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEDgYrQhAs2nP4BJwCXUOyQ6jMDqGdQ0_IaNAg2h46Qm_24GAANhMglUwIiilH_gr5BME7pHMPKLG2fOTU0Jdf-LkhgXKrEwtnq0H4oetPfZkOTNgl_S3vLZraPoeaMVBqciSTqO5XrQjSOTh2wXXpP0yV-_eJg42q7_diB8OO0JahQn\",\n                        \"width\": 3264\n                    },\n                    {\n                        \"height\": 300,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/102313139146800123472\\\">official Neeman</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEAXs9g-bA-93msiaDTvi2EA-A_p4RT7xlFsXsrj-PIIZYBmmdz9j72c0b72nvBwMOUb5OmNXsExEumdljV9COOysZRg7zDQqa-0gGYZ5ctWi9YlXXLxCVTkGQ9Eu-gqr1AoM3DeVZiea8G2bVyDPvhN9GONZoYRd_0W2Kl00EhTPQdP\",\n                        \"width\": 595\n                    },\n                    {\n                        \"height\": 1920,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/112644873818888172236\\\">Bola Muhammed</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uECV8o_lXD1oRGn3xwmslU1wGWanN9nZs_y9IwGaJsA4XB8IvdqwTFLmnrDD7esxNl4QJRNsl_9H5JuX39CHpCX43GGv6umpSpv6-H7lppl8JZ8XaU44RBtBfhgbGnp99msY_GQoPphpCuaYQYKgjNWURKJWg4OFOaP99NsT0a472TNx\",\n                        \"width\": 1080\n                    },\n                    {\n                        \"height\": 2048,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/101752832609212671097\\\">chamberlin ukenedo</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEABddS1_-FnPZMxjD3uNF8DyO2Y54eJRZoohJXJcqJ2dEi9Q7asVxO0abS9kxWNFL8j2okfv3F5x1-Es1Cy8RPiISd7OadjiX5gAOEPL1AKgzSEXHFs8Uu6A5uNzCUipmzyCuUsLyjU-irOEDR77gS3r_YrXWsOP3_qOT725ZfJqhFq\",\n                        \"width\": 1536\n                    },\n                    {\n                        \"height\": 4160,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/118227210545443267368\\\">Taiwo</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEApvYipFuUzIWgpTa9qEU-j-Sv_TL6A8ELGq7LrOcbsptL1UYBe6N0TzpJsTH3Yt7yysWeN9dk4y6bRefgwZ6Sttj8qCW3_b-EhTvg8xxVLKWwatpBn2xfpW1a2P6e1v5dRiT_-pHKqeldTCAOmJft0QGtX9lpnX3Ntpv5POcvQv8Sa\",\n                        \"width\": 3120\n                    },\n                    {\n                        \"height\": 2358,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/102607440927142115064\\\">Seanice Lojede</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEDy8TpkjxlQfYIgGGJ8Tk6iUZZOi0IANSQQFiGz1ZgUcub59yhj3Rb32JfmBDdtapAyax-RQjg4fwBA-v1Bw_a-KUkNTVBdTjRgL9rm1gkX4CJ_idmmCOFxLSsFwimiTpdyINRWMDKqccc_84NJyNzSXIyex1k6TPLoU-hA9EVcAdHO\",\n                        \"width\": 4191\n                    }\n                ],\n                \"place_id\": \"ChIJA7NiStSKOxARyXXN39fxvHk\",\n                \"plus_code\": {\n                    \"compound_code\": \"CCQQ+66 Lagos, Nigeria\",\n                    \"global_code\": \"6FR5CCQQ+66\"\n                },\n                \"price_level\": 4,\n                \"rating\": 4.2,\n                \"reviews\": [\n                    {\n                        \"author_name\": \"Bayo Davids\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/106481440907995955225/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14Ggsaqy1jwRvgCT94y74Ij56zb8CX3mmdtyPYij0Ow=s128-c0x00000000-cc-rp-mo-ba3\",\n                        \"rating\": 4,\n                        \"relative_time_description\": \"5 months ago\",\n                        \"text\": \"Here's lovely and cozy. The vibe here is 💯. I'd choose been here over and over again than going elsewhere.\",\n                        \"time\": 1635444660\n                    },\n                    {\n                        \"author_name\": \"Kareem Lawal\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/113370704252070116597/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a/AATXAJyftqHfyfs69GxGnX_5LL_dqlPLduOaBg3gU-nU=s128-c0x00000000-cc-rp-mo\",\n                        \"rating\": 5,\n                        \"relative_time_description\": \"11 months ago\",\n                        \"text\": \"Expensive and hyped but worth every hassle, drink up and dance\",\n                        \"time\": 1620670939\n                    },\n                    {\n                        \"author_name\": \"Vick Communication Ltd\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/103168450168389696831/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14Gj5kn0Ok577ky4gV6VAcMqd0fc0ENg97ZCGxQwrHA=s128-c0x00000000-cc-rp-mo-ba6\",\n                        \"rating\": 5,\n                        \"relative_time_description\": \"4 months ago\",\n                        \"text\": \"Nice place and conducive area with alot of fun\",\n                        \"time\": 1639814242\n                    },\n                    {\n                        \"author_name\": \"Roy Amoo\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/116001198391491093563/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14GgPv6Jn0SFbu0clrthP4k86CGBJtxLSGMnJSR2Slw=s128-c0x00000000-cc-rp-mo-ba4\",\n                        \"rating\": 5,\n                        \"relative_time_description\": \"a year ago\",\n                        \"text\": \"Club Quilox owned by Honourable Shina Pella is located at the heart of Lagos. The club is well maintained with the latest luxury facilities, staff, interior, security and classic entertainment. It's not good for kids. Advisable for people above 18. Their nightlife is super packaged with classic entertainment. I'm proud to say they are the king of entertainment and nightlife in Lagos.\",\n                        \"time\": 1612777049\n                    },\n                    {\n                        \"author_name\": \"AJILOGBA AISHAT\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/108847945145200186918/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14GgWdsP1MScSt9Kt_RnJvkx2s94I5QmDUCVvk8HYGw=s128-c0x00000000-cc-rp-mo-ba3\",\n                        \"rating\": 5,\n                        \"relative_time_description\": \"a year ago\",\n                        \"text\": \"Worth the hype Definately not a poor man's spot tho\",\n                        \"time\": 1610574396\n                    }\n                ],\n                \"types\": [\n                    \"night_club\",\n                    \"bar\",\n                    \"point_of_interest\",\n                    \"establishment\"\n                ],\n                \"url\": \"https://maps.google.com/?cid=8772152083685930441\",\n                \"user_ratings_total\": 281,\n                \"utc_offset\": 60,\n                \"vicinity\": \"873 Ozumba Mbadiwe Avenue, Lagos\",\n                \"website\": \"http://www.clubquilox.com/\"\n            }\n        }\n    ]\n}"}],"_postman_id":"b8e75a53-2481-4b96-adc0-a3b61e59b675"},{"name":"Similar places","id":"51747e71-84b3-49e6-b689-b89cead1ca34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:4000/api/places/search/similar?placeType=point_of_interest","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MjY0NGVlOTU3YjU4ZjdmMzJkOTgxNjYiLCJpYXQiOjE2NTA3NDEyMTksImV4cCI6MTY1MDgyNzYxOX0.exmMfrxiwgB2fS38xgYJiZ4HruYf6wxgVHuqD-GJOHw"}]},"isInherited":true,"source":{"_postman_id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","name":"Ajo-API","type":"collection"}},"urlObject":{"port":"4000","path":["api","places","search","similar"],"host":["localhost"],"query":[{"key":"placeType","value":"point_of_interest"}],"variable":[]}},"response":[{"id":"7df8d2df-a185-469d-acb7-0f0b2a4310f8","name":"Similar places","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:4000/api/places/search/similar?placeType=point_of_interest","host":["localhost"],"port":"4000","path":["api","places","search","similar"],"query":[{"key":"placeType","value":"point_of_interest"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"35768"},{"key":"ETag","value":"W/\"8bb8-CkLjpepYXyHcEWF7CCbYbV1ksls\""},{"key":"Date","value":"Mon, 25 Apr 2022 07:46:29 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": false,\n    \"message\": \"Places retrieved succesfully\",\n    \"data\": [\n        {\n            \"_id\": \"62628e63d4ba67ee983ac5d7\",\n            \"fullSearchResult\": {\n                \"address_components\": [\n                    {\n                        \"long_name\": \"Plot 1415\",\n                        \"short_name\": \"Plot 1415\",\n                        \"types\": [\n                            \"street_number\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Adetokunbo Ademola Street\",\n                        \"short_name\": \"Adetokunbo Ademola Street\",\n                        \"types\": [\n                            \"route\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Victoria Island\",\n                        \"short_name\": \"Victoria Island\",\n                        \"types\": [\n                            \"neighborhood\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Lagos\",\n                        \"short_name\": \"Lagos\",\n                        \"types\": [\n                            \"locality\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Eti Osa\",\n                        \"short_name\": \"Eti Osa\",\n                        \"types\": [\n                            \"administrative_area_level_2\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Lagos\",\n                        \"short_name\": \"LA\",\n                        \"types\": [\n                            \"administrative_area_level_1\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Nigeria\",\n                        \"short_name\": \"NG\",\n                        \"types\": [\n                            \"country\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"106104\",\n                        \"short_name\": \"106104\",\n                        \"types\": [\n                            \"postal_code\"\n                        ]\n                    }\n                ],\n                \"adr_address\": \"<span class=\\\"street-address\\\">Plot 1415 Adetokunbo Ademola Street</span>, <span class=\\\"extended-address\\\">Victoria Island</span> <span class=\\\"postal-code\\\">106104</span>, <span class=\\\"locality\\\">Lagos</span>, <span class=\\\"country-name\\\">Nigeria</span>\",\n                \"business_status\": \"OPERATIONAL\",\n                \"formatted_address\": \"Plot 1415 Adetokunbo Ademola Street, Victoria Island 106104, Lagos, Nigeria\",\n                \"formatted_phone_number\": \"01 277 2700\",\n                \"international_phone_number\": \"+234 1 277 2700\",\n                \"name\": \"Eko Hotels & Suites\",\n                \"opening_hours\": {\n                    \"open_now\": true,\n                    \"periods\": [\n                        {\n                            \"open\": {\n                                \"day\": 0,\n                                \"time\": \"0000\"\n                            }\n                        }\n                    ],\n                    \"weekday_text\": [\n                        \"Monday: Open 24 hours\",\n                        \"Tuesday: Open 24 hours\",\n                        \"Wednesday: Open 24 hours\",\n                        \"Thursday: Open 24 hours\",\n                        \"Friday: Open 24 hours\",\n                        \"Saturday: Open 24 hours\",\n                        \"Sunday: Open 24 hours\"\n                    ]\n                },\n                \"photos\": [\n                    {\n                        \"height\": 2592,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/118232843683820928953\\\">Eko Hotels &amp; Suites</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEBZpm2ZQDBsU6qDGQpKgAyaYD5C_zpS5eS5lXhZ_ggv6QWuRkcudE1z0yc5lDCZWlD2VJMnfQ_hb7UHQIcrIi4uhrEOYIGhOodE5tGtI2FESKjY5yJys1S8fjpsdYBu6qxANI0UMeh69zwZHsVM7ztksHZ0qOA7nWo0I5Vkqfb8RLbF\",\n                        \"width\": 2592\n                    },\n                    {\n                        \"height\": 809,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/118232843683820928953\\\">Eko Hotels &amp; Suites</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEDW_pULxjwfOtJVhObs0Vh0rQ2hnVxsYmo57RkL_7vVnPgbidUIK_OnwgDzCgvYjolTCIRDlofNFxBH35_7fJXrxwxBHnYs3OL7ucmiiPzV3Q56t9jA9VeJ2oKOnN3WmW9VIGIT5eIA00FCDsSSMqYyXVXzEpxFk3OpGdJpy5Zajei8\",\n                        \"width\": 1440\n                    },\n                    {\n                        \"height\": 2268,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/102690523879668218140\\\">Graham Jacob</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEByFK0V_6LM3Z3L5lsBftYRp6yxtbJ6mwLh__VQ0UEZmmuJUGWviN1FeL_EkQtCk6nMv7qz3dX1k4JPTZQeiBeZsJ_mFEOr1u73Q-NOFBynJpbZZ3OkaOySF-BD-X88XW7pS6YjzEhMujVYhmi0aeiY4qg75yGN2HURC3qRivuMkM-c\",\n                        \"width\": 4032\n                    },\n                    {\n                        \"height\": 4000,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/117533714735517071171\\\">Samuel Akintola</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEAU-V5deu2g94FKKfVaDBHjMESp7PpNGKqwT6rA0LbXfY3AeMyfj0542-72ig4xcrKpsWbb0RCNsv1TksVVgJQ_KO_HlN1KMfmVLeWZZxhHQ9qxi4Id6c1h_iLvWn_HiS9fNaH-lD2Hobxclksm2kqmocauHxeje38UsZCq6rHsbB3U\",\n                        \"width\": 3000\n                    },\n                    {\n                        \"height\": 3024,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/100355472481342475271\\\">Raphael Lessinger</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uECuk1PVbVfn2eC1ARQ--cGgCftdPq5QIk7SuUEpGgZKaQj7fRwv5HcOYgehI_3Jlt3oOaYVncQzdGfZubPEVe6U_bbzpl89Ypu1gktg80L54-EbBUUeyF0QRQpu59KbaGDPZmbDx7TaWOtdXwfK_jaRnRITKS4BetKJ_F7c-vwcvla1\",\n                        \"width\": 4032\n                    },\n                    {\n                        \"height\": 1200,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/118232843683820928953\\\">Eko Hotels &amp; Suites</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEDbJay_2rvrGosv0AAOgl4hM70LAxnGYYLpX95JBNvN-4OYo1SheKweMVdsqJv9Wwu-H1_z25W7M7x30xR8a9EcgLfxxGLZzIcJe-TWKD-hbM00bLLptJ_DWhBqJ4hZAXgjCkpmpuchTdnqHCd0QZNqZpdeIYtONLmCUnzRc8uX6w8X\",\n                        \"width\": 1200\n                    },\n                    {\n                        \"height\": 809,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/118232843683820928953\\\">Eko Hotels &amp; Suites</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEDF9lf7xQ5OSIP0iMvAZCW6Zyko9_3Rm17z0PcKzRoq5RyRXKOZMle-xm7HsGEvBXqUgwye7d7cVLPKV023pO51UIu89TvgDhY7BxYql76y0oCuw_4CWXQlfbNJ1o3dRRxCNSFqs85-Jc3yRfb9tije2oBbmLCoUpy6syiliDgiBbqc\",\n                        \"width\": 1440\n                    },\n                    {\n                        \"height\": 9248,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/114441073461514652415\\\">Precious Gedu</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEBilaNGbTJOHmDudyrPRd2MNFzqrTKlDRv3R7c4ELQHhFiwnP8voH1Af71535ugaZnvBsKRA6RdXTwGbYTniXHJBPfBI0n6DVip3yzk9o4WQrlsxr2JMa1CLbdnL2Lt4IVuuOMR6181EI7cO3rcdFqoZylg1eXCE2Eq--_ljM6UO1HX\",\n                        \"width\": 6936\n                    },\n                    {\n                        \"height\": 3024,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/115498331093718103931\\\">Otuobi Nwagwu</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEASu-L114ZPorQ-R9u-VXpc1Nr-YlUpzjCN_R_g-VYpMKEJ6fEzmnbeIuWpy4OLY4vRKsnUqkqIXAKM5vKeId0zG4QWLOc56MBQSZD1l-XvgihOoZluAvc6pwBZDbzVYdCjNCene6DiFdeqW7gnf1XeMFBjArnm1G8-rajrbmuULbat\",\n                        \"width\": 4032\n                    },\n                    {\n                        \"height\": 3024,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/114369201956627093211\\\">Nwayi Okwechime</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uECozlYgcxG5aTetIdRtEG1uLamGxufL9n3c1i_cmACp9S48T20zDreGOFP0fxaZGKF7x9sct3hooXFGiSmwAHzWd4B6iwrYheLQaIxjPIl7j78rn7k60kEq6iSkYNwqZYo3NGgXi37vyJZlNgaS6FFe7qTjX_QqDBwZ6AToiqB8cVdf\",\n                        \"width\": 4032\n                    }\n                ],\n                \"place_id\": \"ChIJLdlN7Dr1OxARU93NhGr-NF4\",\n                \"plus_code\": {\n                    \"compound_code\": \"CCGJ+J2 Lagos, Nigeria\",\n                    \"global_code\": \"6FR5CCGJ+J2\"\n                },\n                \"rating\": 4.5,\n                \"reviews\": [\n                    {\n                        \"author_name\": \"Motolani Aransiola\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/112089813648841370419/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14GjONEoWfSeFo-qCpVghbdLioOx-sv84bBzqWdnd1w=s128-c0x00000000-cc-rp-mo-ba6\",\n                        \"rating\": 5,\n                        \"relative_time_description\": \"4 weeks ago\",\n                        \"text\": \"Been to this beautiful space multiple times and the feeling was always different (positively of course).\\nHaven’t passed the night here yet but I’ve attended several events and they’ve never disappointed me, not once.\\nThe organization, protocol, serenity and ambience does it for me, always.\\nI truly appreciate the undisturbed flow of traffic (human and vehicular) in and out of this space which allows for several activities to take place concurrently without any interference of any sort. It’s very impressive.\\nMostly been here for conferences and the likes which includes tea breaks and lunch most times, yeah, the service was orderly and the meals were equally enjoyable.\\n\\nHere’s your cue to host your World Class Events, Conferences, Programs and the likes at Eko Hotels & Suites.\\nThank me now 😉✌️\",\n                        \"time\": 1648107891\n                    },\n                    {\n                        \"author_name\": \"ENIBE ONYEBUCHI\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/102056266624919063129/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14Gi4APh52XMFiv8iiMqt3e6e8cF8EU5Wwj3p6KJlkQ=s128-c0x00000000-cc-rp-mo-ba4\",\n                        \"rating\": 5,\n                        \"relative_time_description\": \"4 months ago\",\n                        \"text\": \"Awesome as usual.\\n\\nI must commend the security operations and how very respectful they are at Eko Hotel. Driving through the Garden complex and the Signature was quite an urban experience.\\n\\nThere are more than enough carparks with little or no hassle to make it through.\\n\\nI'll share more updates here, when I finally make it into their rooms, pool, halls and restaurants. Although, I've been to the club \\\"Cross Roads\\\" about 3 years back and had a wonderful time and experience.\\n\\nYou should visit if your pocket is right.\",\n                        \"time\": 1639336904\n                    },\n                    {\n                        \"author_name\": \"Armin T.\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/107539688475082726298/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14GgAyLCuzu8zmtP_nODaSJJY6Tsrvy2op3q2qqFPtw=s128-c0x00000000-cc-rp-mo-ba3\",\n                        \"rating\": 5,\n                        \"relative_time_description\": \"a year ago\",\n                        \"text\": \"Amazing.\\n\\nMultitudes of Hotels in Lagos aren’t worth looking at while others such as this one definitely are. The Eko Hotel boasts amazing, rooms, food, and amenities such as a pool, tennis courts, and much more. An amazing part of this hotel definitely is the view - which is amazing! If you glance outside, you will see the large beach We’ve spent a couple of luxurious days at the Ego Hotel and are sure to recommend it to others. Here are some tips I’ve accumulated while staying at the hotel: Tip 1: Make sure to come inside after dawn or to wear mosquito spray if you go outside after dark. It can get pretty annoying being bitten by loads of mosquitoes.\\nTip 2: If you are feeling kind of hot, grab your swim suite and head downstairs to the pool to cool off. It’s clean and is chemically treated; so don’t worry about any urine c;\\nTip 3: There are several restaurants in the hotel, some of which have a splendid view so if you’d like just ask a staff member or look at a map of the hotel to see them all.\\nTip 4: If you’d like to go to the beach, feel free to do so, just that it would be safer if you come in before dark because there is a small chance of you getting robbed if you are outside the facilities. Inside the facilities though, it is one of the safest places in Lagos so don’t worry.\\nTip 5: Enjoy your stay, stay safe and relax.\\nOverall, you will guarantied enjoy your stay at the Ego Hotel. I hope this review helped you decide your trip.\\n\\nIf you’d mind liking this review, the would be extremely helpful to achieving my goal of helping as many people see and decide their trips as possible because liking my review will increase the chances of others seeing them.\\n\\nLast note: Make sure to follow Corona regulations: Wear a mask, wash your hands and stay safe!\\n\\nHope this helped,\\nArmin\",\n                        \"time\": 1614865353\n                    },\n                    {\n                        \"author_name\": \"Adegoke Olusegun\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/100504903230320429941/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14Ggmx3SVbKmQf7HvHNt6MhOQZ7XrS5-5yvNOpccPIQ=s128-c0x00000000-cc-rp-mo-ba5\",\n                        \"rating\": 5,\n                        \"relative_time_description\": \"a year ago\",\n                        \"text\": \"I was blown away.. Superb and wonderful.. The environment is super clean, services are top class.. I give them 💯\\n\\nThe whole experience here was wonderful, nice terrain with beautiful environment\\nA very cozzy place to hang out, party and have some exclusive fun\\nI'm so loving the set up, workers were attractive, smart and agile, music was relatively good and everyone was welcoming\\n💯 💯\",\n                        \"time\": 1600617311\n                    },\n                    {\n                        \"author_name\": \"Kome Oriero\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/108037123891528473078/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14GjVt4BgSsOhdgdEb8LrfFALVeGt5Fy1VM8T6rY1yw=s128-c0x00000000-cc-rp-mo-ba4\",\n                        \"rating\": 4,\n                        \"relative_time_description\": \"6 months ago\",\n                        \"text\": \"This review is for the Eko Signature Suites. Very lovely ambiance. Beautiful. Room service is great. Signature really stands out as the phone and the tv is customized to the customer...( Putting on the TV, your name is on the the screen also in the dashboard screen of the intercom phone). But they served me small portion of lunch🤔🤔. Night view of Lagos from the room (top floors) is perfect . Eko Signature Suites.\",\n                        \"time\": 1632812532\n                    }\n                ],\n                \"types\": [\n                    \"lodging\",\n                    \"point_of_interest\",\n                    \"establishment\"\n                ],\n                \"url\": \"https://maps.google.com/?cid=6788330271802252627\",\n                \"user_ratings_total\": 22979,\n                \"utc_offset\": 60,\n                \"vicinity\": \"Plot 1415 Adetokunbo Ademola Street, Lagos\",\n                \"website\": \"https://www.ekohotels.com/\"\n            }\n        },\n        {\n            \"_id\": \"6262f1e45235c458054f747c\",\n            \"fullSearchResult\": {\n                \"address_components\": [\n                    {\n                        \"long_name\": \"HW82+3VG\",\n                        \"short_name\": \"HW82+3VG\",\n                        \"types\": [\n                            \"plus_code\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Erin Ijesha\",\n                        \"short_name\": \"Erin Ijesha\",\n                        \"types\": [\n                            \"locality\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Oriade\",\n                        \"short_name\": \"Oriade\",\n                        \"types\": [\n                            \"administrative_area_level_2\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Osun\",\n                        \"short_name\": \"OS\",\n                        \"types\": [\n                            \"administrative_area_level_1\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Nigeria\",\n                        \"short_name\": \"NG\",\n                        \"types\": [\n                            \"country\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"233118\",\n                        \"short_name\": \"233118\",\n                        \"types\": [\n                            \"postal_code\"\n                        ]\n                    }\n                ],\n                \"adr_address\": \"HW82+3VG, <span class=\\\"postal-code\\\">233118</span>, <span class=\\\"locality\\\">Erin Ijesha</span>, <span class=\\\"country-name\\\">Nigeria</span>\",\n                \"business_status\": \"OPERATIONAL\",\n                \"formatted_address\": \"HW82+3VG, 233118, Erin Ijesha, Nigeria\",\n                \"name\": \"Erin Ijesha Waterfall\",\n                \"opening_hours\": {\n                    \"open_now\": false,\n                    \"periods\": [\n                        {\n                            \"close\": {\n                                \"day\": 0,\n                                \"time\": \"1800\"\n                            },\n                            \"open\": {\n                                \"day\": 0,\n                                \"time\": \"0700\"\n                            }\n                        },\n                        {\n                            \"close\": {\n                                \"day\": 1,\n                                \"time\": \"1800\"\n                            },\n                            \"open\": {\n                                \"day\": 1,\n                                \"time\": \"0700\"\n                            }\n                        },\n                        {\n                            \"close\": {\n                                \"day\": 2,\n                                \"time\": \"1800\"\n                            },\n                            \"open\": {\n                                \"day\": 2,\n                                \"time\": \"0700\"\n                            }\n                        },\n                        {\n                            \"close\": {\n                                \"day\": 3,\n                                \"time\": \"1800\"\n                            },\n                            \"open\": {\n                                \"day\": 3,\n                                \"time\": \"0700\"\n                            }\n                        },\n                        {\n                            \"close\": {\n                                \"day\": 4,\n                                \"time\": \"1800\"\n                            },\n                            \"open\": {\n                                \"day\": 4,\n                                \"time\": \"0700\"\n                            }\n                        },\n                        {\n                            \"close\": {\n                                \"day\": 5,\n                                \"time\": \"1800\"\n                            },\n                            \"open\": {\n                                \"day\": 5,\n                                \"time\": \"0700\"\n                            }\n                        },\n                        {\n                            \"close\": {\n                                \"day\": 6,\n                                \"time\": \"1800\"\n                            },\n                            \"open\": {\n                                \"day\": 6,\n                                \"time\": \"0700\"\n                            }\n                        }\n                    ],\n                    \"weekday_text\": [\n                        \"Monday: 7:00 AM – 6:00 PM\",\n                        \"Tuesday: 7:00 AM – 6:00 PM\",\n                        \"Wednesday: 7:00 AM – 6:00 PM\",\n                        \"Thursday: 7:00 AM – 6:00 PM\",\n                        \"Friday: 7:00 AM – 6:00 PM\",\n                        \"Saturday: 7:00 AM – 6:00 PM\",\n                        \"Sunday: 7:00 AM – 6:00 PM\"\n                    ]\n                },\n                \"photos\": [\n                    {\n                        \"height\": 480,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/113783945830434414078\\\">Alin konhn</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEBFF1lz4V1O3PsVJdaaxSTUaVKFqaB7XjDGYXhCBChOFHLsljYsX7IutovdTUWJSjcoKL_XB8nUSuVwte3u-i5podZDOSezhaX0f1N1CKhcWFjomAP1N0V8Q5V4EjHwK06o2YADp8QpIt_tzd6ohS6i7xm04yqU4N9yGxD9Dt0S6_0Q\",\n                        \"width\": 720\n                    },\n                    {\n                        \"height\": 3648,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/101599453292246689344\\\">Williams O&#39;Seun</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uECpI1Sw3aAQHcPDVkUrcbxDFeyUCg_RUxg6VPtxrcK-BIwzx2ERwyhkyifqPB5gUS94-1V9KDFdmSGHKGt7XF-usNIxA2zbPsyM-OdH2Hyf2KokAenraFD2STLjODPQvxqXSWijk5Eq_Rde_w1AqLdoRku-8WMqnLhSRqDxiH_VVUBi\",\n                        \"width\": 5472\n                    },\n                    {\n                        \"height\": 4032,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/112089813648841370419\\\">Motolani Aransiola</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uECfgcbiU169lvBPmlK86vjp2pewSECJnHwqG6V5QMng_8SCnYrv5Q_2s5gIGESswVkyZWzeFA0blOsweVBm5GLxHOl0M6g-jBTw9g4eCE1KLl6NANFWJ1kJtAcY57i7SIJIKjo-MmhdE9VqOCKnHexTCYPGpXQW7CgRPIHIKQxHaoQd\",\n                        \"width\": 3024\n                    },\n                    {\n                        \"height\": 3648,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/101599453292246689344\\\">Williams O&#39;Seun</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEB_FV-yBXGSF_76Aw2qG7Xugv3w7jLYLr6aZseX7yIOgWCF0yjh8S7tRhA0Zx9LImZ39Q2dQFQARwI2Ud2fuplKMWamdO_aTjHHovaN2Aoy2rEREEInHFb_Km3y8yev5CV0Qwln4yg6xHRc7kMAEY72UTPyrVKc5LIMV8SBNO7INzOW\",\n                        \"width\": 5472\n                    },\n                    {\n                        \"height\": 1724,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/100808620790275344545\\\">Liesel81</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEBYtbxsvsj0SMmQ-ibTddiLPe72MTevoOIlVnxi9s9OpATrzPiHxItskLDxKSDT8vCx3uLHDEraECu984HV8RNmM6GiwMiNBCYocLsxmDH6RVo1JjNya0ZiZbdj-YpLoNq8o7VxG3RkDcSmLfHn3IkPPGbH5mfHbNvDm6RSwqojkagd\",\n                        \"width\": 2296\n                    },\n                    {\n                        \"height\": 3120,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/116580675434956103563\\\">Ololade McLolly</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEA7RG2SQ-9XcntRf8Jp4KigMijSS8LNOagHo6bV7rm3wLZm0HW6ULPhaD_cqFEVhNl4NPoDIlTrPJIDWi8J8ItA1vGTV-KbOnfHgwDBA9L6AyXXKk-Y78izzMZgrGAu2rQWpBNU0vfW0gXPGvqcyDzRNWiGUuIQtVJEAcHnkAx0GKy4\",\n                        \"width\": 4160\n                    },\n                    {\n                        \"height\": 3024,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/110675556468163143830\\\">Gbubemi Atimomo</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEAe0zACN1WKmjUU_nX-CDHxp2SUG3DOz3Vu6gpAaAlsWPuM_I9fexE7m5IAE2HL7inOxaQ_Brl5Yd_7nsjh5xMpvW9DvqCsvqsCqWPHawuDhyyITL_jlwLj4KbXUmVfpLYWC4_W_jaQi-ANK05lykkchMTCNdlCSNFblPcNmjunrziy\",\n                        \"width\": 4032\n                    },\n                    {\n                        \"height\": 4640,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/114522996607840760423\\\">Laolu Ibitoye</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEBAM3V8ZKEibamFweRaoK34lVMpuE_ILAgkmqo2hLCWLXgFDUcto3RxxgwSyrJbQW6dc21d13G5KBvFZsivDeMi9-c3itQsy279bjWKjclK4_KuvJsk3A4xDQhTAkIEInUJ9xyQvCCxXwOQcuyPl0g4fHZEFwWQi46PYwbE_7GBITQH\",\n                        \"width\": 2610\n                    },\n                    {\n                        \"height\": 368,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/103140579843165981479\\\">Rukiyat Oyenike</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEATbKNHCvKISaKJw3umpbKaE-WSl9Qauy5qGAE-PvrvDCkW4llWGe0uboOMLR89kCZHB-vwHwCeNbSLW-su-UoHTTmzOKBRy_i6lbm--Qy7-t7ArD6NUucMLFIPXIuhR8VI_0_HPdMfHu9ZpfLg3zkYrBwH2EW_zqNOrKqU9hzKsNpN\",\n                        \"width\": 640\n                    },\n                    {\n                        \"height\": 4624,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/109871328687230184724\\\">Adekemi Moses</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEBEU7vKWDVz5L1ltMkNTzpMZc5BplCBhThie5tZrjOBQqWY9DdoyqpWE3ZdlEuddt7C9632vJx3kVbZK_p26XISvjFtvX6PAqmlJ_Cmp9RlNh7H3WJ_puPMFE2n9_qCiE34DiudzNa39HJ6j6guD5JapmG_V8e9hIER00qJudy999fm\",\n                        \"width\": 3468\n                    }\n                ],\n                \"place_id\": \"ChIJXVC8keYPOBARe3OOUFbOTVA\",\n                \"rating\": 4.3,\n                \"reviews\": [\n                    {\n                        \"author_name\": \"AJAYI CHRISTIANAH\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/102651655633015622850/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14GgFHyGkzrKT70XZkXJWUQx69i50NIcG958MnB00ZQ=s128-c0x00000000-cc-rp-mo-ba3\",\n                        \"rating\": 4,\n                        \"relative_time_description\": \"in the last week\",\n                        \"text\": \"A wonderful tourist site. You can appreciate the beauty of nature with the different levels of Waterfalls (7 levels) and rock climbing to each level. You will surely want to tick this place in your list of places you would love to visit. I would have loved if the place has a spot for sale of traditional food to add to the tourist attraction.\",\n                        \"time\": 1650555467\n                    },\n                    {\n                        \"author_name\": \"Olúwafúnmitọ́ “B.OL.D” Blessed\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/100717959130058748369/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14GiiHl8OBLNLFdrFM_iNvusMVXs_rR5xVU_apZgi=s128-c0x00000000-cc-rp-mo-ba4\",\n                        \"rating\": 4,\n                        \"relative_time_description\": \"7 months ago\",\n                        \"text\": \"Great experience! With a lot more attention from the government, this could be potentially bringing steady revenue and more development.\\n\\nAlso, more safety options need to be put in place. The climb is not for the fait-hearted.\",\n                        \"time\": 1630173435\n                    },\n                    {\n                        \"author_name\": \"AGBABIAKA HABIBAH EROJE\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/118430539745806815374/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14GhPfmxDuXGLkGRL7qXDYfdCXxCv2cFwn1j6kC4l=s128-c0x00000000-cc-rp-mo-ba5\",\n                        \"rating\": 5,\n                        \"relative_time_description\": \"9 months ago\",\n                        \"text\": \"Visited the waterfall 07/09/2020 and the gates were closed to visitors because of COVID-19. I really hope they open soon.\\nI will visit again God willing.\",\n                        \"time\": 1626822314\n                    },\n                    {\n                        \"author_name\": \"Jefal Era\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/115858132012264938927/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14GjhH0k81seAbgcRasUgV-QexJbIAyZB7eA_Um2V=s128-c0x00000000-cc-rp-mo\",\n                        \"rating\": 4,\n                        \"relative_time_description\": \"4 months ago\",\n                        \"text\": \"Do you want a Nigerian Jurassic park experience,  then, this is it. please take enough glucose along. The hike up is easier than the return.\",\n                        \"time\": 1639648104\n                    },\n                    {\n                        \"author_name\": \"Password TV\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/113860855871981307775/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14GgAjpWFRMMUWhqo2FYnmd5UPYoS5h5_8IxwdwWW3A=s128-c0x00000000-cc-rp-mo\",\n                        \"rating\": 5,\n                        \"relative_time_description\": \"5 months ago\",\n                        \"text\": \"I love this place.\\nVery refreshing.\\nJust that it’s not properly maintained. 💔\",\n                        \"time\": 1636376244\n                    }\n                ],\n                \"types\": [\n                    \"natural_feature\",\n                    \"amusement_park\",\n                    \"point_of_interest\",\n                    \"establishment\"\n                ],\n                \"url\": \"https://maps.google.com/?cid=5786507966354977659\",\n                \"user_ratings_total\": 889,\n                \"utc_offset\": 60,\n                \"vicinity\": \"HW82+3VG, Erin Ijesha\",\n                \"website\": \"http://www.erin-ijesa.com/\"\n            }\n        },\n        {\n            \"_id\": \"6262bc78d8176d3acb067114\",\n            \"fullSearchResult\": {\n                \"address_components\": [\n                    {\n                        \"long_name\": \"Olumo Rock\",\n                        \"short_name\": \"Olumo Rock\",\n                        \"types\": [\n                            \"premise\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Abeokuta\",\n                        \"short_name\": \"Abeokuta\",\n                        \"types\": [\n                            \"locality\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Odeda\",\n                        \"short_name\": \"Odeda\",\n                        \"types\": [\n                            \"administrative_area_level_2\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Ogun State\",\n                        \"short_name\": \"OG\",\n                        \"types\": [\n                            \"administrative_area_level_1\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Nigeria\",\n                        \"short_name\": \"NG\",\n                        \"types\": [\n                            \"country\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"110122\",\n                        \"short_name\": \"110122\",\n                        \"types\": [\n                            \"postal_code\"\n                        ]\n                    }\n                ],\n                \"adr_address\": \"Olumo Rock, <span class=\\\"postal-code\\\">110122</span>, <span class=\\\"locality\\\">Abeokuta</span>, <span class=\\\"country-name\\\">Nigeria</span>\",\n                \"business_status\": \"OPERATIONAL\",\n                \"formatted_address\": \"Olumo Rock, 110122, Abeokuta, Nigeria\",\n                \"name\": \"Olumo Rock\",\n                \"photos\": [\n                    {\n                        \"height\": 452,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/102714424802865784338\\\">Taiwo Gold Oyebanji</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uECYNabUqP5VqoTPcN1d9RiYyH8W5LdB0699Y6RaDwA6-cSEWTtUoAXY_V0iKMX7naXz-mxm7TJKPXaH8TDpcBEmk2JosOv0b-o944vI3Al3KsNp208AWoXXsNMmnw6jr1OkzVnzOB11LoVcdOIzaWyKQ4Cr_xKM1l47P_hp3WKDVu6G\",\n                        \"width\": 678\n                    },\n                    {\n                        \"height\": 1512,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/111005937112868754099\\\">Tari Wills</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uECDrxQoUkVCaGlh8cQxh2xrX5TPGfaS2X7bYVKk66fivge46MSLG1wRhlKaprpbveCFjMo13HGAlrdHrg4UAZQGcRlX2FbDlqDYTJmLFWgLesfIjMUV7HlHQu0Z1ARevO5XShjQFjIsLQ5aLBm7bvJsn92l8CyVlDfNJKiSbSmgtE7z\",\n                        \"width\": 2016\n                    },\n                    {\n                        \"height\": 3000,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/115333897324561225308\\\">Bolade Ogunlowore</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEBjsQ5EDvDOsDT9OM77V06nSDRRgwDTWAkf_50McqbF2dXL5x42fnsCuCFz61zSp4K-EWCAozI18uIW1_OXLHbgp3Q5RJEqsd_a_1ImCzJp8O6Q-KKSIVA-SDmHGZITw0iEWg6J0l-QKMdyUUNlkZ3uuqfYOaNf5l1VhQySUXt5CrqR\",\n                        \"width\": 4000\n                    },\n                    {\n                        \"height\": 2992,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/110105282728013971790\\\">Orel76</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEDDRO2XjpPkUqVMi852ALWNcYebvdVGSwCDasAlNGCSbnfpAluXLUSFK9E1lzkSvI3HMQu20lk3E2AoSGyX7v6mPw8UNV8-oPfbFwuAJGbceYiBmwYKI6FbxhDMqoCT-ZCPOgMTzh6CdFTeCybySxcYav2DZqHA7l2X2f8Dho2z2hg\",\n                        \"width\": 4000\n                    },\n                    {\n                        \"height\": 2992,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/110105282728013971790\\\">Orel76</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEBGsoRxEF7V31Wqimgb2e7OI3oK-jFmU1GV9ftau6v3CGoUO3Cf684c9oFSmspHLtKIET341Ghfl6AvB7V87KcTvoyaQohg8f9MMvAcy3x8NO1qSKXEnzjaTIBwI8N1qJzKQC9xQzBkXcuAi7hMLabEx5jTa4wuLsvc1cyRnU7bBXw\",\n                        \"width\": 4000\n                    },\n                    {\n                        \"height\": 3072,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/110105282728013971790\\\">Orel76</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uECGpA_NeQbBHgswp2qGUv_eWFw7mgj5hiy8opBcnYnFHmtUm0M-pOcWs1GcFasikcaAEy9IgvpUVF_wEbQpG0GZpgyzBoOU-XlR8calQxjuofh0L7lqi-Z3rk3Jg1g4ogfxv3Ip5ncuN-zKuyz2vRgjMk_wS1o5UePF7klxlZmamh8\",\n                        \"width\": 4096\n                    },\n                    {\n                        \"height\": 2992,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/110105282728013971790\\\">Orel76</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEApT4LbvQh0B__XvK1Y6rECSnea8HUunp9Zj44nvsH9_D7XKYwUh69oiTzsih0PToat5D9bbKDsak_QiSOmLptQHUOIjctcZ1w5iPnRuz9kT95Zm53rwU7SnHseiCX42QLEt9D3tsQFboVvgYD2bWjw2J3Xc-zFHySksu01ODGHqvM\",\n                        \"width\": 4000\n                    },\n                    {\n                        \"height\": 810,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/104628620865562465909\\\">Sam Adewole</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uECV5OBAMrZpoPY_37vfPPJG2slYwPe8bK7XKXdBYawfsrbcvk3ekwHtqpGSzjTong7jmY88wpozCNU_6C3DcKxyet4qvMguKKN0cCmsqvEys8Z3me-NOkqgYKmHJFpsyrwXW1bFTo-yQ_h0mfbF4GMx88Y8KrD0NYRQ3ZN2fzA3cGjq\",\n                        \"width\": 1080\n                    },\n                    {\n                        \"height\": 648,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/107799251801849416509\\\">Adejare O. S.</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEA5K59w9NisWjk7efjktfcjuvygKaQCiex2yGp81Iz8GZ4kr2ctTyr_qYeRirMA1Z2uKncgluXLXRW8rcocur-pMvIM5A-zVXO49AYSjCY0Ea9aA7Q1xqyKH0pUa_UpZ3sn2CkIaM2kaozOexCGt_H9A0LUbv11Y86Oh0lu81CVdMnB\",\n                        \"width\": 968\n                    },\n                    {\n                        \"height\": 2992,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/110105282728013971790\\\">Orel76</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEAO--5yieM6xwLfLh3oxJO8nGNSIdrNJ0jWnsw_CoS6QwUCtc687V0y28yGYM-7pJIJGx2gxREpQ0taNEYX3lLyXbtUUzOBQPEvTuMcvh7WYV_WLVZqcM4rZUi9FVfcGBkEbWSCTtogJwnaTP1DSvAAbjEjo6qNVj_QqaaptZvivF4\",\n                        \"width\": 4000\n                    }\n                ],\n                \"place_id\": \"ChIJkbFQBXI3OhAR2YXw_-Ccbes\",\n                \"plus_code\": {\n                    \"compound_code\": \"6CJQ+2F Abeokuta, Nigeria\",\n                    \"global_code\": \"6FV56CJQ+2F\"\n                },\n                \"rating\": 4.2,\n                \"reviews\": [\n                    {\n                        \"author_name\": \"Tari Wills\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/111005937112868754099/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14Giud_kXGk2CYDPzriTmR4aN9twJtA6q7VPOki0ZQxs=s128-c0x00000000-cc-rp-mo-ba4\",\n                        \"rating\": 5,\n                        \"relative_time_description\": \"2 weeks ago\",\n                        \"text\": \"Everything about this place is a thrill! It's a cultural and historical heritage to behold and enjoy. Standing atop gives one a view of Abeokuta.\\n\\nIt's about 15 minutes from the city centre. Requires a gate fee of 1,000 Naira per person, to be paid at the gate. The fee includes a tour around the art galleries and the climb all the way to the peak of the rock.\\n\\nThe items in the art galleries are fairly priced, ranging from 1k to 5M. Items ranging from paintings, wall art, jewelry, African print attires, locally made beauty products, antique decor pieces etc.\\n\\nThe climb up the rock is a flight of unassuming stairs which when completed is a total of about 150 steps (according to the guide). The tour guides know their onions! Every part of the rock has a unique feature to it!\\nThere is also shrine somewhere in there!\\n\\nThe scary part of climbing to the peak after the flight of stairs is an absolute thrill!!!\\n\\nBest to dress up in active sport wear and sneakers!\\n\\nIt should be a punishable offence to visit Abeokuta and not visit this place.\",\n                        \"time\": 1649160368\n                    },\n                    {\n                        \"author_name\": \"camillius henry\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/103880112542869717699/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a/AATXAJwJylVv9D1smBaZTYu9Gm4KLyB2zaCXXScZQnXu=s128-c0x00000000-cc-rp-mo\",\n                        \"rating\": 5,\n                        \"relative_time_description\": \"3 weeks ago\",\n                        \"text\": \"A place to learn the history of the Yorubas, a place which served as refuge for them during the wars and a lovely tourist center to be. If you are after learning history, it is one of the best to be\",\n                        \"time\": 1648455101\n                    },\n                    {\n                        \"author_name\": \"ADENIKE LASISI\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/113379735554764407785/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14GhSFH-S9U573Id0yCeQ9nSOW7drlKpqmybHJ5cHRQ=s128-c0x00000000-cc-rp-mo-ba5\",\n                        \"rating\": 5,\n                        \"relative_time_description\": \"a month ago\",\n                        \"text\": \"Olumo rock Tourist Centre is a great place to catch fun and have an adventure. There are lots of exciting places there. If you visit Olumo Rock, you'll find it interesting. We saw ancient trees which are medicinal according to the Tourist guide. Also, we saw an old pot that makes water to be cold as a refrigerator. The most interesting part for me it's climbing and passing through the rock.\",\n                        \"time\": 1647067979\n                    },\n                    {\n                        \"author_name\": \"Ayomide Akintunde\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/115447455909419819456/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14GgH5EyfAIc0PNZ6SWFl672zH-4iiYZjWqdSqYnfTQ=s128-c0x00000000-cc-rp-mo\",\n                        \"rating\": 4,\n                        \"relative_time_description\": \"a month ago\",\n                        \"text\": \"Great environment..\\nSpacious parking space\\nGood roads\\nThe restaurants are nice also\\nA great place to visit\",\n                        \"time\": 1647272385\n                    },\n                    {\n                        \"author_name\": \"adegunle matthew\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/108467293152351816384/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14Gig-D_ePIw4ef99JYoA1cdV25vt1TxHQI5FsVmA=s128-c0x00000000-cc-rp-mo-ba3\",\n                        \"rating\": 4,\n                        \"relative_time_description\": \"3 months ago\",\n                        \"text\": \"Good place for an adventure in Abeokuta. However the lift machine is no longer working. Positive thing is that there are people there to guide you through your time there\",\n                        \"time\": 1640510053\n                    }\n                ],\n                \"types\": [\n                    \"point_of_interest\",\n                    \"establishment\"\n                ],\n                \"url\": \"https://maps.google.com/?cid=16964387861555086809\",\n                \"user_ratings_total\": 138,\n                \"utc_offset\": 60,\n                \"vicinity\": \"Olumo Rock, Abeokuta\"\n            }\n        },\n        {\n            \"_id\": \"6262d5728820547be9c808e3\",\n            \"fullSearchResult\": {\n                \"address_components\": [\n                    {\n                        \"long_name\": \"873\",\n                        \"short_name\": \"873\",\n                        \"types\": [\n                            \"street_number\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Ozumba Mbadiwe Avenue\",\n                        \"short_name\": \"Ozumba Mbadiwe Ave\",\n                        \"types\": [\n                            \"route\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Victoria Island\",\n                        \"short_name\": \"Victoria Island\",\n                        \"types\": [\n                            \"neighborhood\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Lagos\",\n                        \"short_name\": \"Lagos\",\n                        \"types\": [\n                            \"locality\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Eti Osa\",\n                        \"short_name\": \"Eti Osa\",\n                        \"types\": [\n                            \"administrative_area_level_2\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Lagos\",\n                        \"short_name\": \"LA\",\n                        \"types\": [\n                            \"administrative_area_level_1\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"Nigeria\",\n                        \"short_name\": \"NG\",\n                        \"types\": [\n                            \"country\",\n                            \"political\"\n                        ]\n                    },\n                    {\n                        \"long_name\": \"106104\",\n                        \"short_name\": \"106104\",\n                        \"types\": [\n                            \"postal_code\"\n                        ]\n                    }\n                ],\n                \"adr_address\": \"<span class=\\\"street-address\\\">873 Ozumba Mbadiwe Ave</span>, <span class=\\\"extended-address\\\">Victoria Island</span> <span class=\\\"postal-code\\\">106104</span>, <span class=\\\"locality\\\">Lagos</span>, <span class=\\\"country-name\\\">Nigeria</span>\",\n                \"business_status\": \"OPERATIONAL\",\n                \"formatted_address\": \"873 Ozumba Mbadiwe Ave, Victoria Island 106104, Lagos, Nigeria\",\n                \"formatted_phone_number\": \"01 454 6590\",\n                \"international_phone_number\": \"+234 1 454 6590\",\n                \"name\": \"Club Quilox\",\n                \"opening_hours\": {\n                    \"open_now\": true,\n                    \"periods\": [\n                        {\n                            \"close\": {\n                                \"day\": 0,\n                                \"time\": \"2359\"\n                            },\n                            \"open\": {\n                                \"day\": 0,\n                                \"time\": \"1200\"\n                            }\n                        },\n                        {\n                            \"close\": {\n                                \"day\": 1,\n                                \"time\": \"2359\"\n                            },\n                            \"open\": {\n                                \"day\": 1,\n                                \"time\": \"1200\"\n                            }\n                        },\n                        {\n                            \"close\": {\n                                \"day\": 2,\n                                \"time\": \"2359\"\n                            },\n                            \"open\": {\n                                \"day\": 2,\n                                \"time\": \"1200\"\n                            }\n                        },\n                        {\n                            \"close\": {\n                                \"day\": 3,\n                                \"time\": \"2359\"\n                            },\n                            \"open\": {\n                                \"day\": 3,\n                                \"time\": \"1200\"\n                            }\n                        },\n                        {\n                            \"close\": {\n                                \"day\": 4,\n                                \"time\": \"2359\"\n                            },\n                            \"open\": {\n                                \"day\": 4,\n                                \"time\": \"1200\"\n                            }\n                        },\n                        {\n                            \"close\": {\n                                \"day\": 5,\n                                \"time\": \"2359\"\n                            },\n                            \"open\": {\n                                \"day\": 5,\n                                \"time\": \"1200\"\n                            }\n                        },\n                        {\n                            \"close\": {\n                                \"day\": 6,\n                                \"time\": \"2359\"\n                            },\n                            \"open\": {\n                                \"day\": 6,\n                                \"time\": \"1200\"\n                            }\n                        }\n                    ],\n                    \"weekday_text\": [\n                        \"Monday: 12:00 – 11:59 PM\",\n                        \"Tuesday: 12:00 – 11:59 PM\",\n                        \"Wednesday: 12:00 – 11:59 PM\",\n                        \"Thursday: 12:00 – 11:59 PM\",\n                        \"Friday: 12:00 – 11:59 PM\",\n                        \"Saturday: 12:00 – 11:59 PM\",\n                        \"Sunday: 12:00 – 11:59 PM\"\n                    ]\n                },\n                \"photos\": [\n                    {\n                        \"height\": 1024,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/100597215998275652029\\\">Club Quilox Victoria Island Lagos</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEDySyvVQAi1-vzo-QOoKL8dOgMQAJEBIoc81TvfpxCPjC4_J3OBd5sLIAxri6BobvKGwjOIrWYlrTNXxAdZr8ckRUYdly0HMNajJNfq0sr_6vPIu4IoQKwQm0K1weI7SBrSuOi16shp1ChBuwPS6nDOvBkJrBARFUOOfUZLwA8AVljt\",\n                        \"width\": 1024\n                    },\n                    {\n                        \"height\": 3000,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/110408553051434415928\\\">Isaac Oguji</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEC2V6npSEz5AWQgEeI_47_8-VxTqKF0X0p9gLcR9vrDgwWnAJgq8r1ZOQsqQJ6fggk7Se7-FiUk-LILtMpWn5qkqDyDalXjUYWD21yt44PIYj4j-ZBOZk0jz1jpsymJWEoSIPfBVrcwkG8q1DEzP93HvsR_9696sD4eeZfAXNlO_c_c\",\n                        \"width\": 4000\n                    },\n                    {\n                        \"height\": 4032,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/102254425705216508689\\\">Adegbite emmanuel tolu</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEDthRpz_jECZkYbAtDfhJKIKGHVeIo-6uuc058N3VDDvtyalWsFnXifQskyoxsQa8odIUpSTZiHhVVBGqKb1HDOUhLwaUYQ84rnt9a4Z8Lpg0W8culFlZpT6bQxaUBjcBMC31nz-Ag5RBLyHZPUwKrjyzjoLVUTH3M7LKKCDKSih4nK\",\n                        \"width\": 3024\n                    },\n                    {\n                        \"height\": 1960,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/110579438503178513091\\\">Ezinne Nnebocha</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEAo5aUcgDJXQp6c4q_e8XYkAwAmGZfezeMHPm8kajfQUE36FNf3eKiT9uHfOw8N8mCzvutxtrB-5Dsirnubw_-cZ60U3rtcbvIgoWQZYuAE-pqgA34gDZkws3CsBC9IQYeu5p4N520SYUWCpW7MrgkiJdwWHpLhT5i4wTAI9cMOXqDZ\",\n                        \"width\": 4032\n                    },\n                    {\n                        \"height\": 2448,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/113488028790587187062\\\">Isaac Osagie</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEDgYrQhAs2nP4BJwCXUOyQ6jMDqGdQ0_IaNAg2h46Qm_24GAANhMglUwIiilH_gr5BME7pHMPKLG2fOTU0Jdf-LkhgXKrEwtnq0H4oetPfZkOTNgl_S3vLZraPoeaMVBqciSTqO5XrQjSOTh2wXXpP0yV-_eJg42q7_diB8OO0JahQn\",\n                        \"width\": 3264\n                    },\n                    {\n                        \"height\": 300,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/102313139146800123472\\\">official Neeman</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEAXs9g-bA-93msiaDTvi2EA-A_p4RT7xlFsXsrj-PIIZYBmmdz9j72c0b72nvBwMOUb5OmNXsExEumdljV9COOysZRg7zDQqa-0gGYZ5ctWi9YlXXLxCVTkGQ9Eu-gqr1AoM3DeVZiea8G2bVyDPvhN9GONZoYRd_0W2Kl00EhTPQdP\",\n                        \"width\": 595\n                    },\n                    {\n                        \"height\": 1920,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/112644873818888172236\\\">Bola Muhammed</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uECV8o_lXD1oRGn3xwmslU1wGWanN9nZs_y9IwGaJsA4XB8IvdqwTFLmnrDD7esxNl4QJRNsl_9H5JuX39CHpCX43GGv6umpSpv6-H7lppl8JZ8XaU44RBtBfhgbGnp99msY_GQoPphpCuaYQYKgjNWURKJWg4OFOaP99NsT0a472TNx\",\n                        \"width\": 1080\n                    },\n                    {\n                        \"height\": 2048,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/101752832609212671097\\\">chamberlin ukenedo</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEABddS1_-FnPZMxjD3uNF8DyO2Y54eJRZoohJXJcqJ2dEi9Q7asVxO0abS9kxWNFL8j2okfv3F5x1-Es1Cy8RPiISd7OadjiX5gAOEPL1AKgzSEXHFs8Uu6A5uNzCUipmzyCuUsLyjU-irOEDR77gS3r_YrXWsOP3_qOT725ZfJqhFq\",\n                        \"width\": 1536\n                    },\n                    {\n                        \"height\": 4160,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/118227210545443267368\\\">Taiwo</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEApvYipFuUzIWgpTa9qEU-j-Sv_TL6A8ELGq7LrOcbsptL1UYBe6N0TzpJsTH3Yt7yysWeN9dk4y6bRefgwZ6Sttj8qCW3_b-EhTvg8xxVLKWwatpBn2xfpW1a2P6e1v5dRiT_-pHKqeldTCAOmJft0QGtX9lpnX3Ntpv5POcvQv8Sa\",\n                        \"width\": 3120\n                    },\n                    {\n                        \"height\": 2358,\n                        \"html_attributions\": [\n                            \"<a href=\\\"https://maps.google.com/maps/contrib/102607440927142115064\\\">Seanice Lojede</a>\"\n                        ],\n                        \"photo_reference\": \"Aap_uEDy8TpkjxlQfYIgGGJ8Tk6iUZZOi0IANSQQFiGz1ZgUcub59yhj3Rb32JfmBDdtapAyax-RQjg4fwBA-v1Bw_a-KUkNTVBdTjRgL9rm1gkX4CJ_idmmCOFxLSsFwimiTpdyINRWMDKqccc_84NJyNzSXIyex1k6TPLoU-hA9EVcAdHO\",\n                        \"width\": 4191\n                    }\n                ],\n                \"place_id\": \"ChIJA7NiStSKOxARyXXN39fxvHk\",\n                \"plus_code\": {\n                    \"compound_code\": \"CCQQ+66 Lagos, Nigeria\",\n                    \"global_code\": \"6FR5CCQQ+66\"\n                },\n                \"price_level\": 4,\n                \"rating\": 4.2,\n                \"reviews\": [\n                    {\n                        \"author_name\": \"Bayo Davids\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/106481440907995955225/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14Ggsaqy1jwRvgCT94y74Ij56zb8CX3mmdtyPYij0Ow=s128-c0x00000000-cc-rp-mo-ba3\",\n                        \"rating\": 4,\n                        \"relative_time_description\": \"5 months ago\",\n                        \"text\": \"Here's lovely and cozy. The vibe here is 💯. I'd choose been here over and over again than going elsewhere.\",\n                        \"time\": 1635444660\n                    },\n                    {\n                        \"author_name\": \"Kareem Lawal\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/113370704252070116597/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a/AATXAJyftqHfyfs69GxGnX_5LL_dqlPLduOaBg3gU-nU=s128-c0x00000000-cc-rp-mo\",\n                        \"rating\": 5,\n                        \"relative_time_description\": \"11 months ago\",\n                        \"text\": \"Expensive and hyped but worth every hassle, drink up and dance\",\n                        \"time\": 1620670939\n                    },\n                    {\n                        \"author_name\": \"Vick Communication Ltd\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/103168450168389696831/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14Gj5kn0Ok577ky4gV6VAcMqd0fc0ENg97ZCGxQwrHA=s128-c0x00000000-cc-rp-mo-ba6\",\n                        \"rating\": 5,\n                        \"relative_time_description\": \"4 months ago\",\n                        \"text\": \"Nice place and conducive area with alot of fun\",\n                        \"time\": 1639814242\n                    },\n                    {\n                        \"author_name\": \"Roy Amoo\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/116001198391491093563/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14GgPv6Jn0SFbu0clrthP4k86CGBJtxLSGMnJSR2Slw=s128-c0x00000000-cc-rp-mo-ba4\",\n                        \"rating\": 5,\n                        \"relative_time_description\": \"a year ago\",\n                        \"text\": \"Club Quilox owned by Honourable Shina Pella is located at the heart of Lagos. The club is well maintained with the latest luxury facilities, staff, interior, security and classic entertainment. It's not good for kids. Advisable for people above 18. Their nightlife is super packaged with classic entertainment. I'm proud to say they are the king of entertainment and nightlife in Lagos.\",\n                        \"time\": 1612777049\n                    },\n                    {\n                        \"author_name\": \"AJILOGBA AISHAT\",\n                        \"author_url\": \"https://www.google.com/maps/contrib/108847945145200186918/reviews\",\n                        \"language\": \"en\",\n                        \"profile_photo_url\": \"https://lh3.googleusercontent.com/a-/AOh14GgWdsP1MScSt9Kt_RnJvkx2s94I5QmDUCVvk8HYGw=s128-c0x00000000-cc-rp-mo-ba3\",\n                        \"rating\": 5,\n                        \"relative_time_description\": \"a year ago\",\n                        \"text\": \"Worth the hype Definately not a poor man's spot tho\",\n                        \"time\": 1610574396\n                    }\n                ],\n                \"types\": [\n                    \"night_club\",\n                    \"bar\",\n                    \"point_of_interest\",\n                    \"establishment\"\n                ],\n                \"url\": \"https://maps.google.com/?cid=8772152083685930441\",\n                \"user_ratings_total\": 281,\n                \"utc_offset\": 60,\n                \"vicinity\": \"873 Ozumba Mbadiwe Avenue, Lagos\",\n                \"website\": \"http://www.clubquilox.com/\"\n            }\n        }\n    ]\n}"}],"_postman_id":"51747e71-84b3-49e6-b689-b89cead1ca34"}],"id":"af6b5049-700d-4d7d-b6e6-046e2f8bb494","_postman_id":"af6b5049-700d-4d7d-b6e6-046e2f8bb494","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MjY0NGVlOTU3YjU4ZjdmMzJkOTgxNjYiLCJpYXQiOjE2NTA3NDEyMTksImV4cCI6MTY1MDgyNzYxOX0.exmMfrxiwgB2fS38xgYJiZ4HruYf6wxgVHuqD-GJOHw"}]},"isInherited":true,"source":{"_postman_id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","name":"Ajo-API","type":"collection"}}},{"name":"City","item":[{"name":"Get top cities","id":"62a5dbae-9069-433e-9076-700f32e28a99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:4000/api/top-cities","description":"<p>Returns list of top destination cities</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MjY0NGVlOTU3YjU4ZjdmMzJkOTgxNjYiLCJpYXQiOjE2NTA3NDEyMTksImV4cCI6MTY1MDgyNzYxOX0.exmMfrxiwgB2fS38xgYJiZ4HruYf6wxgVHuqD-GJOHw"}]},"isInherited":true,"source":{"_postman_id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","name":"Ajo-API","type":"collection"}},"urlObject":{"port":"4000","path":["api","top-cities"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"465d4efe-9def-42ae-b811-463589e301b0","name":"Get top cities","originalRequest":{"method":"GET","header":[],"url":"localhost:4000/api/top-cities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1296"},{"key":"ETag","value":"W/\"510-wQFCQjX5iLZWohE31yBabhuhnH8\""},{"key":"Date","value":"Fri, 22 Apr 2022 14:15:36 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": false,\n    \"message\": \"Cities retrieved succesfully\",\n    \"data\": [\n        {\n            \"_id\": \"6262a3d41002cbd150b1cd3e\",\n            \"city\": \"lagos\",\n            \"createdAt\": \"2022-04-22T12:47:16.178Z\",\n            \"updatedAt\": \"2022-04-22T12:47:16.178Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"6262a722b4b598175a6d2b23\",\n            \"city\": \"Ibadan\",\n            \"createdAt\": \"2022-04-22T13:01:22.778Z\",\n            \"updatedAt\": \"2022-04-22T13:01:22.778Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"6262a72fb4b598175a6d2b25\",\n            \"city\": \"Uyo\",\n            \"createdAt\": \"2022-04-22T13:01:35.997Z\",\n            \"updatedAt\": \"2022-04-22T13:01:35.997Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"6262a7d7e9b97bcbb2745cc2\",\n            \"city\": \"Abuja\",\n            \"createdAt\": \"2022-04-22T13:04:23.792Z\",\n            \"updatedAt\": \"2022-04-22T13:04:23.792Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"6262a80ae9b97bcbb2745cc4\",\n            \"city\": \"Abeokuta\",\n            \"createdAt\": \"2022-04-22T13:05:14.913Z\",\n            \"updatedAt\": \"2022-04-22T13:05:14.913Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"6262a852e9b97bcbb2745cc6\",\n            \"city\": \"Osun\",\n            \"createdAt\": \"2022-04-22T13:06:26.249Z\",\n            \"updatedAt\": \"2022-04-22T13:06:26.249Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"6262a86be9b97bcbb2745cc8\",\n            \"city\": \"Ekiti\",\n            \"createdAt\": \"2022-04-22T13:06:51.098Z\",\n            \"updatedAt\": \"2022-04-22T13:06:51.098Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"6262a887e9b97bcbb2745cca\",\n            \"city\": \"Owerri\",\n            \"createdAt\": \"2022-04-22T13:07:19.975Z\",\n            \"updatedAt\": \"2022-04-22T13:07:19.975Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"6262a8aee9b97bcbb2745ccc\",\n            \"city\": \"Benin city\",\n            \"createdAt\": \"2022-04-22T13:07:58.323Z\",\n            \"updatedAt\": \"2022-04-22T13:07:58.323Z\",\n            \"__v\": 0\n        }\n    ]\n}"}],"_postman_id":"62a5dbae-9069-433e-9076-700f32e28a99"},{"name":"Create city","id":"9b2ae038-9e2a-4162-9373-c56e1157bbcf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"city","value":"Port Harcourt","type":"text"}]},"url":"localhost:4000/api/top-cities/create","description":"<p>FOR DEMO PURPOSES ONLY</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MjY0NGVlOTU3YjU4ZjdmMzJkOTgxNjYiLCJpYXQiOjE2NTA3NDEyMTksImV4cCI6MTY1MDgyNzYxOX0.exmMfrxiwgB2fS38xgYJiZ4HruYf6wxgVHuqD-GJOHw"}]},"isInherited":true,"source":{"_postman_id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","name":"Ajo-API","type":"collection"}},"urlObject":{"port":"4000","path":["api","top-cities","create"],"host":["localhost"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[],"_postman_id":"9b2ae038-9e2a-4162-9373-c56e1157bbcf"}],"id":"1af1f1d8-9db1-45f5-a0ea-8f7025cbdc1b","_postman_id":"1af1f1d8-9db1-45f5-a0ea-8f7025cbdc1b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MjY0NGVlOTU3YjU4ZjdmMzJkOTgxNjYiLCJpYXQiOjE2NTA3NDEyMTksImV4cCI6MTY1MDgyNzYxOX0.exmMfrxiwgB2fS38xgYJiZ4HruYf6wxgVHuqD-GJOHw"}]},"isInherited":true,"source":{"_postman_id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","name":"Ajo-API","type":"collection"}}},{"name":"App reviews","item":[{"name":"Submit review","id":"09e2f0b3-82bc-405e-b2e2-43d597b2ea4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\": \"Ajo helps you to easily find the best tourist attractions and navigate your way there.\",\r\n    \"rating\": 4\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/app/review","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MjY0NGVlOTU3YjU4ZjdmMzJkOTgxNjYiLCJpYXQiOjE2NTA3NDEyMTksImV4cCI6MTY1MDgyNzYxOX0.exmMfrxiwgB2fS38xgYJiZ4HruYf6wxgVHuqD-GJOHw"}]},"isInherited":true,"source":{"_postman_id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","name":"Ajo-API","type":"collection"}},"urlObject":{"port":"4000","path":["api","app","review"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fa9c34ea-20cd-4b46-a646-b9c3febebbaa","name":"Unverified user","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\": \"Ajo helps you to easily find the best tourist attractions and navigate your way there.\",\r\n    \"rating\": 4\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/app/review"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"50"},{"key":"ETag","value":"W/\"32-MjDh+5I2skaMmSbapLcA6UJpn+s\""},{"key":"Date","value":"Mon, 25 Apr 2022 11:02:59 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Verify your email to use this service.\"\n}"},{"id":"39c9805b-cc68-4c49-9480-e71d16f6cdce","name":"Submit review","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\": \"Ajo helps you to easily find the best tourist attractions and navigate your way there.\",\r\n    \"rating\": 4\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/app/review"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"267"},{"key":"ETag","value":"W/\"10b-hK7rfO8wHYaNH1eFdSnEQinVhKU\""},{"key":"Date","value":"Mon, 25 Apr 2022 10:57:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"user_id\": \"626677299f77bfad6ec66e28\",\n    \"content\": \"Ajo helps you to easily find the best tourist attractions and navigate your way there.\",\n    \"rating\": 4,\n    \"_id\": \"62667e8aad702db3ed9659dc\",\n    \"createdAt\": \"2022-04-25T10:57:14.267Z\",\n    \"updatedAt\": \"2022-04-25T10:57:14.267Z\",\n    \"__v\": 0\n}"}],"_postman_id":"09e2f0b3-82bc-405e-b2e2-43d597b2ea4f"},{"name":"Get all reviews","id":"ceefb64e-8f7c-41bd-9b04-46db688ed985","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:4000/api/app/reviews","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MjY0NGVlOTU3YjU4ZjdmMzJkOTgxNjYiLCJpYXQiOjE2NTA3NDEyMTksImV4cCI6MTY1MDgyNzYxOX0.exmMfrxiwgB2fS38xgYJiZ4HruYf6wxgVHuqD-GJOHw"}]},"isInherited":true,"source":{"_postman_id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","name":"Ajo-API","type":"collection"}},"urlObject":{"port":"4000","path":["api","app","reviews"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"05d9b431-9ba1-4252-90b9-12bbec8ec5cc","name":"Get all reviews","originalRequest":{"method":"GET","header":[],"url":"localhost:4000/api/app/reviews"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"269"},{"key":"ETag","value":"W/\"10d-VNA4I15AoivoHcf903raLmkt/aE\""},{"key":"Date","value":"Mon, 25 Apr 2022 10:58:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"62667e8aad702db3ed9659dc\",\n        \"user_id\": \"626677299f77bfad6ec66e28\",\n        \"content\": \"Ajo helps you to easily find the best tourist attractions and navigate your way there.\",\n        \"rating\": 4,\n        \"createdAt\": \"2022-04-25T10:57:14.267Z\",\n        \"updatedAt\": \"2022-04-25T10:57:14.267Z\",\n        \"__v\": 0\n    }\n]"}],"_postman_id":"ceefb64e-8f7c-41bd-9b04-46db688ed985"}],"id":"c246d228-22ae-4729-a288-fa01a5414294","_postman_id":"c246d228-22ae-4729-a288-fa01a5414294","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MjY0NGVlOTU3YjU4ZjdmMzJkOTgxNjYiLCJpYXQiOjE2NTA3NDEyMTksImV4cCI6MTY1MDgyNzYxOX0.exmMfrxiwgB2fS38xgYJiZ4HruYf6wxgVHuqD-GJOHw"}]},"isInherited":true,"source":{"_postman_id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","id":"04b342fd-a8b2-4de3-8dfb-a71515643eca","name":"Ajo-API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MjY0NGVlOTU3YjU4ZjdmMzJkOTgxNjYiLCJpYXQiOjE2NTA3NDEyMTksImV4cCI6MTY1MDgyNzYxOX0.exmMfrxiwgB2fS38xgYJiZ4HruYf6wxgVHuqD-GJOHw"}]}},"event":[{"listen":"prerequest","script":{"id":"d0470302-c91b-4849-a5e4-a9b1372e7995","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9a041d9d-d2b0-43a5-9805-31c048150eef","type":"text/javascript","exec":[""]}}],"variable":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MjY0NGVlOTU3YjU4ZjdmMzJkOTgxNjYiLCJpYXQiOjE2NTA3NDEyMTksImV4cCI6MTY1MDgyNzYxOX0.exmMfrxiwgB2fS38xgYJiZ4HruYf6wxgVHuqD-GJOHw","type":"string"}]}