{ "info": { "_postman_id": "a7dfdb98-67ff-46f1-bb86-eae074bc13b3", "name": "WingGo Test Collection", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "_exporter_id": "37658604" }, "item": [ { "name": "Login", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"username\": \"seifdiea\",\r\n \"password\": \"seif\"\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://localhost:8000/login", "protocol": "http", "host": [ "localhost" ], "port": "8000", "path": [ "login" ] } }, "response": [ { "name": "New Request", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"username\": \"seifdiea\",\r\n \"password\": \"seif\"\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://localhost:8000/login", "protocol": "http", "host": [ "localhost" ], "port": "8000", "path": [ "login" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "X-Powered-By", "value": "Express" }, { "key": "Access-Control-Allow-Origin", "value": "*" }, { "key": "Set-Cookie", "value": "token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6InNlaWZkaWVhIiwiaWQiOiI2NzA0MmRjZmU0OTNkZTAxZGMxMjRlNjEiLCJyb2xlIjoiVG91cmlzdCIsIm11c3RDaGFuZ2VQYXNzd29yZCI6ZmFsc2UsImlhdCI6MTczNDYxNzMzNywiZXhwIjoxNzM0NjM1MzM3fQ.68icPCMb0B-ROJ9DrWl-8UW0CzO8wuU2tsLxbjuOU8k; Path=/" }, { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Content-Length", "value": "300" }, { "key": "ETag", "value": "W/\"12c-DdfE13tqD9R1YV89R2G/rGon4E0\"" }, { "key": "Date", "value": "Thu, 19 Dec 2024 14:08:57 GMT" }, { "key": "Connection", "value": "keep-alive" }, { "key": "Keep-Alive", "value": "timeout=5" } ], "cookie": [], "body": "{\n \"message\": \"Login successful\",\n \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6InNlaWZkaWVhIiwiaWQiOiI2NzA0MmRjZmU0OTNkZTAxZGMxMjRlNjEiLCJyb2xlIjoiVG91cmlzdCIsIm11c3RDaGFuZ2VQYXNzd29yZCI6ZmFsc2UsImlhdCI6MTczNDYxNzMzNywiZXhwIjoxNzM0NjM1MzM3fQ.68icPCMb0B-ROJ9DrWl-8UW0CzO8wuU2tsLxbjuOU8k\"\n}" } ] }, { "name": "Otp", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"email\": \"seifdiea2003@gmail.com\"\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://localhost:8000/sendOtp", "protocol": "http", "host": [ "localhost" ], "port": "8000", "path": [ "sendOtp" ] } }, "response": [ { "name": "New Request", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"email\": \"seifdiea2003@gmail.com\"\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://localhost:8000/sendOtp", "protocol": "http", "host": [ "localhost" ], "port": "8000", "path": [ "sendOtp" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "X-Powered-By", "value": "Express" }, { "key": "Access-Control-Allow-Origin", "value": "*" }, { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Content-Length", "value": "48" }, { "key": "ETag", "value": "W/\"30-yYjl+I12Eoo0WVmJVtH/YLobYBE\"" }, { "key": "Date", "value": "Thu, 19 Dec 2024 14:12:32 GMT" }, { "key": "Connection", "value": "keep-alive" }, { "key": "Keep-Alive", "value": "timeout=5" } ], "cookie": [], "body": "{\n \"message\": \"OTP shared successfully\",\n \"otp\": 1146\n}" } ] }, { "name": "logout", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8000/logout", "protocol": "http", "host": [ "localhost" ], "port": "8000", "path": [ "logout" ] } }, "response": [ { "name": "New Request", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8000/logout", "protocol": "http", "host": [ "localhost" ], "port": "8000", "path": [ "logout" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "X-Powered-By", "value": "Express" }, { "key": "Access-Control-Allow-Origin", "value": "*" }, { "key": "Set-Cookie", "value": "token=; Path=/; Expires=Thu, 01 Jan 1970 00:00:00 GMT" }, { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Content-Length", "value": "24" }, { "key": "ETag", "value": "W/\"18-ez3HU6ztP+x97ArcQd0fxpuaOt0\"" }, { "key": "Date", "value": "Thu, 19 Dec 2024 14:13:37 GMT" }, { "key": "Connection", "value": "keep-alive" }, { "key": "Keep-Alive", "value": "timeout=5" } ], "cookie": [], "body": "{\n \"message\": \"Logged out\"\n}" } ] }, { "name": "Search hotels", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8000/tourist/searchHotelsByCity?cityCode=New&checkin=2025-01-01&checkout=2025-01-02", "protocol": "http", "host": [ "localhost" ], "port": "8000", "path": [ "tourist", "searchHotelsByCity" ], "query": [ { "key": "cityCode", "value": "New" }, { "key": "checkin", "value": "2025-01-01" }, { "key": "checkout", "value": "2025-01-02" } ] } }, "response": [ { "name": "New Request", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8000/tourist/searchHotelsByCity?cityCode=New&checkin=2025-01-01&checkout=2025-01-02", "protocol": "http", "host": [ "localhost" ], "port": "8000", "path": [ "tourist", "searchHotelsByCity" ], "query": [ { "key": "cityCode", "value": "New" }, { "key": "checkin", "value": "2025-01-01" }, { "key": "checkout", "value": "2025-01-02" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "X-Powered-By", "value": "Express" }, { "key": "Access-Control-Allow-Origin", "value": "*" }, { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Content-Length", "value": "36996" }, { "key": "ETag", "value": "W/\"9084-f2hborh7Wp9AD4zJfnJci//6ha8\"" }, { "key": "Date", "value": "Thu, 19 Dec 2024 14:15:36 GMT" }, { "key": "Connection", "value": "keep-alive" }, { "key": "Keep-Alive", "value": "timeout=5" } ], "cookie": [], "body": "[\n {\n \"hotelId\": \"136433346\",\n \"heroImage\": \"https://content.skyscnr.com/available/1812160439/1812160439_WxH.jpg\",\n \"name\": \"The Beekman, a Thompson Hotel\",\n \"stars\": 5,\n \"brandIds\": [],\n \"distance\": \"0.22 miles from downtown\",\n \"relevantPoiDistance\": \"0.90 miles from Double RL Men's\",\n \"coordinates\": [\n -74.006904,\n 40.711213\n ],\n \"price\": \"$428\",\n \"cheapestOfferPartnerId\": \"h_ad\",\n \"cheapestOfferRateId\": null,\n \"rawPrice\": 428,\n \"rating\": {\n \"description\": \"Excellent\",\n \"count\": 1958,\n \"value\": \"9.0\",\n \"color\": \"colorMonteverde\"\n },\n \"reviewSummary\": {\n \"description\": \"Excellent\",\n \"count\": 1958,\n \"formatCount\": \"1,958\",\n \"value\": \"4.5\",\n \"formatValue\": \"4.5\",\n \"color\": \"colorMonteverde\",\n \"taImage\": \"https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.5-64600-4.png\",\n \"confidenceBadge\": {\n \"type\": \"location\",\n \"score\": 4.5,\n \"icon\": \"thumbs-up\",\n \"color\": {\n \"light\": \"colorMonteverde\",\n \"dark\": \"colorMonteverde\"\n },\n \"message\": \"Hotel location is rated 4.5/5\"\n }\n },\n \"cheapestOffer\": \"meta\",\n \"offerTypes\": \"meta\",\n \"guestType\": null,\n \"exclusiveDealLabel\": null,\n \"pricesFrom\": \"7 prices from\",\n \"images\": [\n \"https://content.skyscnr.com/available/1812160439/1812160439_WxH.jpg\",\n \"https://content.skyscnr.com/available/1407090886/1407090886_WxH.jpg\",\n \"https://content.skyscnr.com/available/1738801676/1738801676_WxH.jpg\"\n ],\n \"otherRates\": [\n {\n \"partnerId\": \"h_pr\",\n \"partnerName\": \"Priceline\",\n \"rawPrice\": 428,\n \"price\": \"$428\"\n },\n {\n \"partnerId\": \"h_su\",\n \"partnerName\": \"Stayforlong\",\n \"rawPrice\": 428,\n \"price\": \"$428\"\n },\n {\n \"partnerId\": \"h_hc\",\n \"partnerName\": \"Hotels.com\",\n \"rawPrice\": 428,\n \"price\": \"$428\"\n },\n {\n \"partnerId\": \"h_xp\",\n \"partnerName\": \"Expedia\",\n \"rawPrice\": 428,\n \"price\": \"$428\"\n },\n {\n \"partnerId\": \"h_tc\",\n \"partnerName\": \"Travelocity\",\n \"rawPrice\": 428,\n \"price\": \"$428\"\n },\n {\n \"partnerId\": \"h_t8\",\n \"partnerName\": \"Travala.com\",\n \"rawPrice\": 428,\n \"price\": \"$428\"\n }\n ],\n \"priceDescription\": \"$428 for 1 night\",\n \"taxPolicy\": \"Taxes and fees not included\",\n \"rateFeatures\": [],\n \"cheapestOfferPartnerName\": \"Agoda\"\n },\n {\n \"hotelId\": \"139737918\",\n \"heroImage\": \"https://content.skyscnr.com/available/1580345901/1580345901_WxH.jpg\",\n \"name\": \"Four Seasons Hotel New York Downtown\",\n \"stars\": 5,\n \"brandIds\": [\n \"90718398\"\n ],\n \"distance\": \"0.21 miles from downtown\",\n \"relevantPoiDistance\": \"0.85 miles from Double RL Men's\",\n \"coordinates\": [\n -74.009222,\n 40.712636\n ],\n \"price\": \"$945\",\n \"cheapestOfferPartnerId\": \"h_hc\",\n \"cheapestOfferRateId\": null,\n \"rawPrice\": 945,\n \"rating\": {\n \"description\": \"Excellent\",\n \"count\": 793,\n \"value\": \"9.0\",\n \"color\": \"colorMonteverde\"\n },\n \"reviewSummary\": {\n \"description\": \"Excellent\",\n \"count\": 793,\n \"formatCount\": \"793\",\n \"value\": \"4.5\",\n \"formatValue\": \"4.5\",\n \"color\": \"colorMonteverde\",\n \"taImage\": \"https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.5-64600-4.png\",\n \"confidenceBadge\": {\n \"type\": \"location\",\n \"score\": 4.5,\n \"icon\": \"thumbs-up\",\n \"color\": {\n \"light\": \"colorMonteverde\",\n \"dark\": \"colorMonteverde\"\n },\n \"message\": \"Hotel location is rated 4.5/5\"\n }\n },\n \"cheapestOffer\": \"meta\",\n \"offerTypes\": \"meta\",\n \"guestType\": null,\n \"exclusiveDealLabel\": null,\n \"pricesFrom\": \"9 prices from\",\n \"images\": [\n \"https://content.skyscnr.com/available/1580345901/1580345901_WxH.jpg\",\n \"https://content.skyscnr.com/available/1394890696/1394890696_WxH.jpg\",\n \"https://content.skyscnr.com/available/1587198597/1587198597_WxH.jpg\"\n ],\n \"otherRates\": [\n {\n \"partnerId\": \"h_xp\",\n \"partnerName\": \"Expedia\",\n \"rawPrice\": 945,\n \"price\": \"$945\"\n },\n {\n \"partnerId\": \"h_tc\",\n \"partnerName\": \"Travelocity\",\n \"rawPrice\": 945,\n \"price\": \"$945\"\n },\n {\n \"partnerId\": \"h_t8\",\n \"partnerName\": \"Travala.com\",\n \"rawPrice\": 945,\n \"price\": \"$945\"\n },\n {\n \"partnerId\": \"h_ad\",\n \"partnerName\": \"Agoda\",\n \"rawPrice\": 945,\n \"price\": \"$945\"\n },\n {\n \"partnerId\": \"h_ct\",\n \"partnerName\": \"Trip.com\",\n \"rawPrice\": 945,\n \"price\": \"$945\"\n },\n {\n \"partnerId\": \"h_su\",\n \"partnerName\": \"Stayforlong\",\n \"rawPrice\": 945,\n \"price\": \"$945\"\n },\n {\n \"partnerId\": \"h_df\",\n \"partnerName\": \"Derbysoft CPA\",\n \"rawPrice\": 945,\n \"price\": \"$945\"\n },\n {\n \"partnerId\": \"h_pr\",\n \"partnerName\": \"Priceline\",\n \"rawPrice\": 945,\n \"price\": \"$945\"\n }\n ],\n \"priceDescription\": \"$945 for 1 night\",\n \"taxPolicy\": \"Taxes and fees not included\",\n \"rateFeatures\": [],\n \"cheapestOfferPartnerName\": \"Hotels.com\"\n },\n {\n \"hotelId\": \"47175811\",\n \"heroImage\": \"https://content.skyscnr.com/available/1840414900/1840414900_WxH.jpg\",\n \"name\": \"Smyth Tribeca\",\n \"stars\": 4,\n \"brandIds\": [],\n \"distance\": \"0.18 miles from downtown\",\n \"relevantPoiDistance\": \"0.69 miles from Double RL Men's\",\n \"coordinates\": [\n -74.00916,\n 40.71521\n ],\n \"price\": \"$301\",\n \"cheapestOfferPartnerId\": \"h_su\",\n \"cheapestOfferRateId\": null,\n \"rawPrice\": 301,\n \"rating\": {\n \"description\": \"Excellent\",\n \"count\": 924,\n \"value\": \"9.0\",\n \"color\": \"colorMonteverde\"\n },\n \"reviewSummary\": {\n \"description\": \"Excellent\",\n \"count\": 924,\n \"formatCount\": \"924\",\n \"value\": \"4.5\",\n \"formatValue\": \"4.5\",\n \"color\": \"colorMonteverde\",\n \"taImage\": \"https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.5-64600-4.png\",\n \"confidenceBadge\": {\n \"type\": \"location\",\n \"score\": 5,\n \"icon\": \"thumbs-up\",\n \"color\": {\n \"light\": \"colorMonteverde\",\n \"dark\": \"colorMonteverde\"\n },\n \"message\": \"Hotel location is rated 5/5\"\n }\n },\n \"cheapestOffer\": \"meta\",\n \"offerTypes\": \"meta\",\n \"guestType\": null,\n \"exclusiveDealLabel\": null,\n \"pricesFrom\": \"7 prices from\",\n \"images\": [\n \"https://content.skyscnr.com/available/1840414900/1840414900_WxH.jpg\",\n \"https://content.skyscnr.com/available/1840414881/1840414881_WxH.jpg\",\n \"https://content.skyscnr.com/available/1728076786/1728076786_WxH.jpg\"\n ],\n \"otherRates\": [\n {\n \"partnerId\": \"h_t8\",\n \"partnerName\": \"Travala.com\",\n \"rawPrice\": 301,\n \"price\": \"$301\"\n },\n {\n \"partnerId\": \"h_hc\",\n \"partnerName\": \"Hotels.com\",\n \"rawPrice\": 335,\n \"price\": \"$335\"\n },\n {\n \"partnerId\": \"h_xp\",\n \"partnerName\": \"Expedia\",\n \"rawPrice\": 335,\n \"price\": \"$335\"\n },\n {\n \"partnerId\": \"h_tc\",\n \"partnerName\": \"Travelocity\",\n \"rawPrice\": 335,\n \"price\": \"$335\"\n },\n {\n \"partnerId\": \"h_ad\",\n \"partnerName\": \"Agoda\",\n \"rawPrice\": 335,\n \"price\": \"$335\"\n },\n {\n \"partnerId\": \"h_pr\",\n \"partnerName\": \"Priceline\",\n \"rawPrice\": 335,\n \"price\": \"$335\"\n }\n ],\n \"priceDescription\": \"$301 for 1 night\",\n \"taxPolicy\": \"Taxes and fees not included\",\n \"rateFeatures\": [],\n \"cheapestOfferPartnerName\": \"Stayforlong\"\n },\n {\n \"hotelId\": \"46974582\",\n \"heroImage\": \"https://content.skyscnr.com/available/1640618878/1640618878_WxH.jpg\",\n \"name\": \"Sonder Duane Street\",\n \"stars\": 4,\n \"brandIds\": [],\n \"distance\": \"0.13 miles from downtown\",\n \"relevantPoiDistance\": \"0.59 miles from Double RL Men's\",\n \"coordinates\": [\n -74.007359,\n 40.715992\n ],\n \"price\": \"$273\",\n \"cheapestOfferPartnerId\": \"h_hc\",\n \"cheapestOfferRateId\": null,\n \"rawPrice\": 273,\n \"rating\": {\n \"description\": \"Excellent\",\n \"count\": 916,\n \"value\": \"9.0\",\n \"color\": \"colorMonteverde\"\n },\n \"reviewSummary\": {\n \"description\": \"Excellent\",\n \"count\": 916,\n \"formatCount\": \"916\",\n \"value\": \"4.5\",\n \"formatValue\": \"4.5\",\n \"color\": \"colorMonteverde\",\n \"taImage\": \"https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.5-64600-4.png\",\n \"confidenceBadge\": {\n \"type\": \"location\",\n \"score\": 4.5,\n \"icon\": \"thumbs-up\",\n \"color\": {\n \"light\": \"colorMonteverde\",\n \"dark\": \"colorMonteverde\"\n },\n \"message\": \"Hotel location is rated 4.5/5\"\n }\n },\n \"cheapestOffer\": \"meta\",\n \"offerTypes\": \"meta\",\n \"guestType\": null,\n \"exclusiveDealLabel\": null,\n \"pricesFrom\": \"7 prices from\",\n \"images\": [\n \"https://content.skyscnr.com/available/1640618878/1640618878_WxH.jpg\",\n \"https://content.skyscnr.com/available/1821264763/1821264763_WxH.jpg\",\n \"https://content.skyscnr.com/available/1302173182/1302173182_WxH.jpg\"\n ],\n \"otherRates\": [\n {\n \"partnerId\": \"h_xp\",\n \"partnerName\": \"Expedia\",\n \"rawPrice\": 273,\n \"price\": \"$273\"\n },\n {\n \"partnerId\": \"h_tc\",\n \"partnerName\": \"Travelocity\",\n \"rawPrice\": 273,\n \"price\": \"$273\"\n },\n {\n \"partnerId\": \"h_t8\",\n \"partnerName\": \"Travala.com\",\n \"rawPrice\": 273,\n \"price\": \"$273\"\n },\n {\n \"partnerId\": \"h_ad\",\n \"partnerName\": \"Agoda\",\n \"rawPrice\": 273,\n \"price\": \"$273\"\n },\n {\n \"partnerId\": \"h_ct\",\n \"partnerName\": \"Trip.com\",\n \"rawPrice\": 273,\n \"price\": \"$273\"\n },\n {\n \"partnerId\": \"h_su\",\n \"partnerName\": \"Stayforlong\",\n \"rawPrice\": 273,\n \"price\": \"$273\"\n }\n ],\n \"priceDescription\": \"$273 for 1 night\",\n \"taxPolicy\": \"Taxes and fees not included\",\n \"rateFeatures\": [\n {\n \"key\": \"free_cancellation\",\n \"text\": \"Free cancellation\",\n \"color\": {\n \"light\": \"colorAbisko\",\n \"dark\": \"colorValensole\"\n }\n }\n ],\n \"cheapestOfferPartnerName\": \"Hotels.com\"\n },\n {\n \"hotelId\": \"47071970\",\n \"heroImage\": \"https://content.skyscnr.com/available/1638902220/1638902220_WxH.jpg\",\n \"name\": \"The Mercer\",\n \"stars\": 5,\n \"brandIds\": [],\n \"distance\": \"0.83 miles from downtown\",\n \"relevantPoiDistance\": \"1.48 miles from Skyports Seaplane Base\",\n \"coordinates\": [\n -73.998472,\n 40.724931\n ],\n \"price\": \"$875\",\n \"cheapestOfferPartnerId\": \"h_hc\",\n \"cheapestOfferRateId\": null,\n \"rawPrice\": 875,\n \"rating\": {\n \"description\": \"Excellent\",\n \"count\": 356,\n \"value\": \"9.0\",\n \"color\": \"colorMonteverde\"\n },\n \"reviewSummary\": {\n \"description\": \"Excellent\",\n \"count\": 356,\n \"formatCount\": \"356\",\n \"value\": \"4.5\",\n \"formatValue\": \"4.5\",\n \"color\": \"colorMonteverde\",\n \"taImage\": \"https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.5-64600-4.png\",\n \"confidenceBadge\": {\n \"type\": \"location\",\n \"score\": 5,\n \"icon\": \"thumbs-up\",\n \"color\": {\n \"light\": \"colorMonteverde\",\n \"dark\": \"colorMonteverde\"\n },\n \"message\": \"Hotel location is rated 5/5\"\n }\n },\n \"cheapestOffer\": \"meta\",\n \"offerTypes\": \"meta\",\n \"guestType\": null,\n \"exclusiveDealLabel\": null,\n \"pricesFrom\": \"9 prices from\",\n \"images\": [\n \"https://content.skyscnr.com/available/1638902220/1638902220_WxH.jpg\",\n \"https://content.skyscnr.com/available/1750218669/1750218669_WxH.jpg\",\n \"https://content.skyscnr.com/available/1818052394/1818052394_WxH.jpg\"\n ],\n \"otherRates\": [\n {\n \"partnerId\": \"h_xp\",\n \"partnerName\": \"Expedia\",\n \"rawPrice\": 875,\n \"price\": \"$875\"\n },\n {\n \"partnerId\": \"h_ck\",\n \"partnerName\": \"TravelClick\",\n \"rawPrice\": 875,\n \"price\": \"$875\"\n },\n {\n \"partnerId\": \"h_tc\",\n \"partnerName\": \"Travelocity\",\n \"rawPrice\": 875,\n \"price\": \"$875\"\n },\n {\n \"partnerId\": \"h_t8\",\n \"partnerName\": \"Travala.com\",\n \"rawPrice\": 875,\n \"price\": \"$875\"\n },\n {\n \"partnerId\": \"h_ad\",\n \"partnerName\": \"Agoda\",\n \"rawPrice\": 875,\n \"price\": \"$875\"\n },\n {\n \"partnerId\": \"h_ct\",\n \"partnerName\": \"Trip.com\",\n \"rawPrice\": 875,\n \"price\": \"$875\"\n },\n {\n \"partnerId\": \"h_su\",\n \"partnerName\": \"Stayforlong\",\n \"rawPrice\": 875,\n \"price\": \"$875\"\n },\n {\n \"partnerId\": \"h_pr\",\n \"partnerName\": \"Priceline\",\n \"rawPrice\": 875,\n \"price\": \"$875\"\n }\n ],\n \"priceDescription\": \"$875 for 1 night\",\n \"taxPolicy\": \"Taxes and fees not included\",\n \"rateFeatures\": [\n {\n \"key\": \"free_cancellation\",\n \"text\": \"Free cancellation\",\n \"color\": {\n \"light\": \"colorAbisko\",\n \"dark\": \"colorValensole\"\n }\n },\n {\n \"key\": \"RoomRates_option_payOnArrival\",\n \"text\": \"Pay on arrival\",\n \"color\": {\n \"light\": \"colorMonteverde\",\n \"dark\": \"colorMonteverde\"\n }\n }\n ],\n \"cheapestOfferPartnerName\": \"Hotels.com\"\n },\n {\n \"hotelId\": \"139739223\",\n \"heroImage\": \"https://content.skyscnr.com/available/1788835763/1788835763_WxH.jpg\",\n \"name\": \"1 Hotel Brooklyn Bridge\",\n \"stars\": 5,\n \"brandIds\": [],\n \"distance\": \"1.02 miles from downtown\",\n \"relevantPoiDistance\": \"1.56 miles from Double RL Men's\",\n \"coordinates\": [\n -73.99578,\n 40.7017\n ],\n \"price\": \"$566\",\n \"cug\": {\n \"cugWithoutLabel\": null,\n \"rawType\": \"general\",\n \"type\": \"general\",\n \"icons\": [],\n \"discount\": \"46% off\",\n \"priceWithoutDiscount\": \"$1,057\",\n \"rawDiscountPercentage\": 46\n },\n \"cheapestOfferPartnerId\": \"h_hc\",\n \"cheapestOfferRateId\": null,\n \"rawPrice\": 566,\n \"rating\": {\n \"description\": \"Excellent\",\n \"count\": 1928,\n \"value\": \"9.0\",\n \"color\": \"colorMonteverde\"\n },\n \"reviewSummary\": {\n \"description\": \"Excellent\",\n \"count\": 1928,\n \"formatCount\": \"1,928\",\n \"value\": \"4.5\",\n \"formatValue\": \"4.5\",\n \"color\": \"colorMonteverde\",\n \"taImage\": \"https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.5-64600-4.png\",\n \"confidenceBadge\": {\n \"type\": \"location\",\n \"score\": 5,\n \"icon\": \"thumbs-up\",\n \"color\": {\n \"light\": \"colorMonteverde\",\n \"dark\": \"colorMonteverde\"\n },\n \"message\": \"Hotel location is rated 5/5\"\n }\n },\n \"cheapestOffer\": \"meta\",\n \"offerTypes\": \"meta\",\n \"guestType\": null,\n \"exclusiveDealLabel\": null,\n \"pricesFrom\": \"9 prices from\",\n \"images\": [\n \"https://content.skyscnr.com/available/1788835763/1788835763_WxH.jpg\",\n \"https://content.skyscnr.com/available/1821557077/1821557077_WxH.jpg\",\n \"https://content.skyscnr.com/available/1821557137/1821557137_WxH.jpg\"\n ],\n \"otherRates\": [\n {\n \"partnerId\": \"h_xp\",\n \"partnerName\": \"Expedia\",\n \"rawPrice\": 566,\n \"price\": \"$566\"\n },\n {\n \"partnerId\": \"h_tc\",\n \"partnerName\": \"Travelocity\",\n \"rawPrice\": 566,\n \"price\": \"$566\"\n },\n {\n \"partnerId\": \"h_t8\",\n \"partnerName\": \"Travala.com\",\n \"rawPrice\": 612,\n \"price\": \"$612\"\n },\n {\n \"partnerId\": \"h_su\",\n \"partnerName\": \"Stayforlong\",\n \"rawPrice\": 613,\n \"price\": \"$613\"\n },\n {\n \"partnerId\": \"h_kl\",\n \"partnerName\": \"Klook\",\n \"rawPrice\": 622,\n \"price\": \"$622\"\n },\n {\n \"partnerId\": \"h_ad\",\n \"partnerName\": \"Agoda\",\n \"rawPrice\": 629,\n \"price\": \"$629\"\n },\n {\n \"partnerId\": \"h_ct\",\n \"partnerName\": \"Trip.com\",\n \"rawPrice\": 629,\n \"price\": \"$629\"\n },\n {\n \"partnerId\": \"h_pr\",\n \"partnerName\": \"Priceline\",\n \"rawPrice\": 629,\n \"price\": \"$629\"\n }\n ],\n \"priceDescription\": \"$566 for 1 night\",\n \"taxPolicy\": \"Taxes and fees not included\",\n \"rateFeatures\": [],\n \"cheapestOfferPartnerName\": \"Hotels.com\"\n },\n {\n \"hotelId\": \"157057502\",\n \"heroImage\": \"https://content.skyscnr.com/available/1550247728/1550247728_WxH.jpg\",\n \"name\": \"The Frederick Hotel\",\n \"stars\": 4,\n \"brandIds\": [],\n \"distance\": \"0.19 miles from downtown\",\n \"relevantPoiDistance\": \"0.67 miles from Double RL Men's\",\n \"coordinates\": [\n -74.009255,\n 40.715505\n ],\n \"price\": \"$175\",\n \"cheapestOfferPartnerId\": \"h_su\",\n \"cheapestOfferRateId\": null,\n \"rawPrice\": 175,\n \"rating\": {\n \"description\": \"Very Good\",\n \"count\": 2886,\n \"value\": \"8.0\",\n \"color\": \"colorMonteverde\"\n },\n \"reviewSummary\": {\n \"description\": \"Very Good\",\n \"count\": 2886,\n \"formatCount\": \"2,886\",\n \"value\": \"4.0\",\n \"formatValue\": \"4.0\",\n \"color\": \"colorMonteverde\",\n \"taImage\": \"https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.0-64600-4.png\",\n \"confidenceBadge\": {\n \"type\": \"location\",\n \"score\": 4.5,\n \"icon\": \"thumbs-up\",\n \"color\": {\n \"light\": \"colorMonteverde\",\n \"dark\": \"colorMonteverde\"\n },\n \"message\": \"Hotel location is rated 4.5/5\"\n }\n },\n \"cheapestOffer\": \"meta\",\n \"offerTypes\": \"meta\",\n \"guestType\": null,\n \"exclusiveDealLabel\": null,\n \"pricesFrom\": \"5 prices from\",\n \"images\": [\n \"https://content.skyscnr.com/available/1550247728/1550247728_WxH.jpg\",\n \"https://content.skyscnr.com/available/1568983798/1568983798_WxH.jpg\",\n \"https://content.skyscnr.com/available/1550247684/1550247684_WxH.jpg\"\n ],\n \"otherRates\": [\n {\n \"partnerId\": \"h_hc\",\n \"partnerName\": \"Hotels.com\",\n \"rawPrice\": 229,\n \"price\": \"$229\"\n },\n {\n \"partnerId\": \"h_xp\",\n \"partnerName\": \"Expedia\",\n \"rawPrice\": 229,\n \"price\": \"$229\"\n },\n {\n \"partnerId\": \"h_tc\",\n \"partnerName\": \"Travelocity\",\n \"rawPrice\": 229,\n \"price\": \"$229\"\n },\n {\n \"partnerId\": \"h_t8\",\n \"partnerName\": \"Travala.com\",\n \"rawPrice\": 229,\n \"price\": \"$229\"\n }\n ],\n \"priceDescription\": \"$175 for 1 night\",\n \"taxPolicy\": \"Taxes and fees not included\",\n \"rateFeatures\": [\n {\n \"key\": \"breakfast_included\",\n \"text\": \"Breakfast included\",\n \"color\": {\n \"light\": \"colorMonteverde\",\n \"dark\": \"colorMonteverde\"\n }\n }\n ],\n \"cheapestOfferPartnerName\": \"Stayforlong\"\n },\n {\n \"hotelId\": \"212249510\",\n \"heroImage\": \"https://content.skyscnr.com/available/1353727938/1353727938_WxH.jpg\",\n \"name\": \"Casa Cipriani New York\",\n \"stars\": 5,\n \"brandIds\": [],\n \"distance\": \"0.97 miles from downtown\",\n \"relevantPoiDistance\": \"1.64 miles from Double RL Men's\",\n \"coordinates\": [\n -74.011878,\n 40.701096\n ],\n \"price\": \"$1,050\",\n \"cheapestOfferPartnerId\": \"h_pr\",\n \"cheapestOfferRateId\": null,\n \"rawPrice\": 1050,\n \"rating\": {\n \"description\": \"Excellent\",\n \"count\": 53,\n \"value\": \"9.0\",\n \"color\": \"colorMonteverde\"\n },\n \"reviewSummary\": {\n \"description\": \"Excellent\",\n \"count\": 53,\n \"formatCount\": \"53\",\n \"value\": \"4.5\",\n \"formatValue\": \"4.5\",\n \"color\": \"colorMonteverde\",\n \"taImage\": \"https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.5-64600-4.png\",\n \"confidenceBadge\": {\n \"type\": \"location\",\n \"score\": 4.5,\n \"icon\": \"thumbs-up\",\n \"color\": {\n \"light\": \"colorMonteverde\",\n \"dark\": \"colorMonteverde\"\n },\n \"message\": \"Hotel location is rated 4.5/5\"\n }\n },\n \"cheapestOffer\": \"meta\",\n \"offerTypes\": \"meta\",\n \"guestType\": null,\n \"exclusiveDealLabel\": null,\n \"pricesFrom\": \"6 prices from\",\n \"images\": [\n \"https://content.skyscnr.com/available/1353727938/1353727938_WxH.jpg\",\n \"https://content.skyscnr.com/available/1303531931/1303531931_WxH.jpg\",\n \"https://content.skyscnr.com/available/1648724963/1648724963_WxH.jpg\"\n ],\n \"otherRates\": [\n {\n \"partnerId\": \"h_hc\",\n \"partnerName\": \"Hotels.com\",\n \"rawPrice\": 1050,\n \"price\": \"$1,050\"\n },\n {\n \"partnerId\": \"h_xp\",\n \"partnerName\": \"Expedia\",\n \"rawPrice\": 1050,\n \"price\": \"$1,050\"\n },\n {\n \"partnerId\": \"h_tc\",\n \"partnerName\": \"Travelocity\",\n \"rawPrice\": 1050,\n \"price\": \"$1,050\"\n },\n {\n \"partnerId\": \"h_t8\",\n \"partnerName\": \"Travala.com\",\n \"rawPrice\": 1050,\n \"price\": \"$1,050\"\n },\n {\n \"partnerId\": \"h_ct\",\n \"partnerName\": \"Trip.com\",\n \"rawPrice\": 1050,\n \"price\": \"$1,050\"\n }\n ],\n \"priceDescription\": \"$1,050 for 1 night\",\n \"taxPolicy\": \"Taxes and fees not included\",\n \"rateFeatures\": [\n {\n \"key\": \"free_cancellation\",\n \"text\": \"Free cancellation\",\n \"color\": {\n \"light\": \"colorAbisko\",\n \"dark\": \"colorValensole\"\n }\n }\n ],\n \"cheapestOfferPartnerName\": \"Priceline\"\n },\n {\n \"hotelId\": \"46975204\",\n \"heroImage\": \"https://content.skyscnr.com/available/1580375445/1580375445_WxH.jpg\",\n \"name\": \"The Greenwich Hotel\",\n \"stars\": 5,\n \"brandIds\": [],\n \"distance\": \"0.44 miles from downtown\",\n \"relevantPoiDistance\": \"0.47 miles from Double RL Men's\",\n \"coordinates\": [\n -74.00996,\n 40.71995\n ],\n \"price\": \"$925\",\n \"cheapestOfferPartnerId\": \"h_ad\",\n \"cheapestOfferRateId\": null,\n \"rawPrice\": 925,\n \"rating\": {\n \"description\": \"Excellent\",\n \"count\": 696,\n \"value\": \"9.0\",\n \"color\": \"colorMonteverde\"\n },\n \"reviewSummary\": {\n \"description\": \"Excellent\",\n \"count\": 696,\n \"formatCount\": \"696\",\n \"value\": \"4.5\",\n \"formatValue\": \"4.5\",\n \"color\": \"colorMonteverde\",\n \"taImage\": \"https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.5-64600-4.png\",\n \"confidenceBadge\": {\n \"type\": \"location\",\n \"score\": 4.5,\n \"icon\": \"thumbs-up\",\n \"color\": {\n \"light\": \"colorMonteverde\",\n \"dark\": \"colorMonteverde\"\n },\n \"message\": \"Hotel location is rated 4.5/5\"\n }\n },\n \"cheapestOffer\": \"meta\",\n \"offerTypes\": \"meta\",\n \"guestType\": null,\n \"exclusiveDealLabel\": null,\n \"pricesFrom\": \"2 prices from\",\n \"images\": [\n \"https://content.skyscnr.com/available/1580375445/1580375445_WxH.jpg\",\n \"https://content.skyscnr.com/available/1820779444/1820779444_WxH.jpg\",\n \"https://content.skyscnr.com/available/1580375471/1580375471_WxH.jpg\"\n ],\n \"otherRates\": [\n {\n \"partnerId\": \"h_pr\",\n \"partnerName\": \"Priceline\",\n \"rawPrice\": 1075,\n \"price\": \"$1,075\"\n }\n ],\n \"priceDescription\": \"$925 for 1 night\",\n \"taxPolicy\": \"Taxes and fees not included\",\n \"rateFeatures\": [\n {\n \"key\": \"free_cancellation\",\n \"text\": \"Free cancellation\",\n \"color\": {\n \"light\": \"colorAbisko\",\n \"dark\": \"colorValensole\"\n }\n }\n ],\n \"cheapestOfferPartnerName\": \"Agoda\"\n },\n {\n \"hotelId\": \"218594580\",\n \"heroImage\": \"https://content.skyscnr.com/available/1698949164/1698949164_WxH.jpg\",\n \"name\": \"Warren Street Hotel\",\n \"stars\": 5,\n \"brandIds\": [],\n \"distance\": \"0.25 miles from downtown\",\n \"relevantPoiDistance\": \"0.70 miles from Double RL Men's\",\n \"coordinates\": [\n -74.01047,\n 40.71563\n ],\n \"price\": \"$845\",\n \"cheapestOfferPartnerId\": \"h_ad\",\n \"cheapestOfferRateId\": null,\n \"rawPrice\": 845,\n \"rating\": {\n \"description\": \"Excellent\",\n \"count\": 11,\n \"value\": \"9.0\",\n \"color\": \"colorMonteverde\"\n },\n \"reviewSummary\": {\n \"description\": \"Excellent\",\n \"count\": 11,\n \"formatCount\": \"11\",\n \"value\": \"4.5\",\n \"formatValue\": \"4.5\",\n \"color\": \"colorMonteverde\",\n \"taImage\": \"https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.5-64600-4.png\",\n \"confidenceBadge\": {\n \"type\": \"location\",\n \"score\": 4.5,\n \"icon\": \"thumbs-up\",\n \"color\": {\n \"light\": \"colorMonteverde\",\n \"dark\": \"colorMonteverde\"\n },\n \"message\": \"Hotel location is rated 4.5/5\"\n }\n },\n \"cheapestOffer\": \"meta\",\n \"offerTypes\": \"meta\",\n \"guestType\": null,\n \"exclusiveDealLabel\": null,\n \"pricesFrom\": \"2 prices from\",\n \"images\": [\n \"https://content.skyscnr.com/available/1698949164/1698949164_WxH.jpg\",\n \"https://content.skyscnr.com/available/1698949162/1698949162_WxH.jpg\",\n \"https://content.skyscnr.com/available/1698949167/1698949167_WxH.jpg\"\n ],\n \"otherRates\": [\n {\n \"partnerId\": \"h_pr\",\n \"partnerName\": \"Priceline\",\n \"rawPrice\": 845,\n \"price\": \"$845\"\n }\n ],\n \"priceDescription\": \"$845 for 1 night\",\n \"taxPolicy\": \"Taxes and fees not included\",\n \"rateFeatures\": [\n {\n \"key\": \"free_cancellation\",\n \"text\": \"Free cancellation\",\n \"color\": {\n \"light\": \"colorAbisko\",\n \"dark\": \"colorValensole\"\n }\n }\n ],\n \"cheapestOfferPartnerName\": \"Agoda\"\n },\n {\n \"hotelId\": \"136289482\",\n \"heroImage\": \"https://content.skyscnr.com/available/1640300210/1640300210_WxH.jpg\",\n \"name\": \"11 Howard, New York, a Member of Design Hotels\",\n \"stars\": 5,\n \"brandIds\": [],\n \"distance\": \"0.45 miles from downtown\",\n \"relevantPoiDistance\": \"1.75 miles from Skyports Seaplane Base\",\n \"coordinates\": [\n -74.000106,\n 40.719181\n ],\n \"price\": \"$279\",\n \"cheapestOfferPartnerId\": \"h_t8\",\n \"cheapestOfferRateId\": null,\n \"rawPrice\": 279,\n \"rating\": {\n \"description\": \"Very Good\",\n \"count\": 844,\n \"value\": \"8.0\",\n \"color\": \"colorMonteverde\"\n },\n \"reviewSummary\": {\n \"description\": \"Very Good\",\n \"count\": 844,\n \"formatCount\": \"844\",\n \"value\": \"4.0\",\n \"formatValue\": \"4.0\",\n \"color\": \"colorMonteverde\",\n \"taImage\": \"https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.0-64600-4.png\",\n \"confidenceBadge\": {\n \"type\": \"location\",\n \"score\": 4.5,\n \"icon\": \"thumbs-up\",\n \"color\": {\n \"light\": \"colorMonteverde\",\n \"dark\": \"colorMonteverde\"\n },\n \"message\": \"Hotel location is rated 4.5/5\"\n }\n },\n \"cheapestOffer\": \"meta\",\n \"offerTypes\": \"meta\",\n \"guestType\": null,\n \"exclusiveDealLabel\": null,\n \"pricesFrom\": \"5 prices from\",\n \"images\": [\n \"https://content.skyscnr.com/available/1640300210/1640300210_WxH.jpg\",\n \"https://content.skyscnr.com/available/1820330866/1820330866_WxH.jpg\",\n \"https://content.skyscnr.com/available/1542602345/1542602345_WxH.jpg\"\n ],\n \"otherRates\": [\n {\n \"partnerId\": \"h_ad\",\n \"partnerName\": \"Agoda\",\n \"rawPrice\": 279,\n \"price\": \"$279\"\n },\n {\n \"partnerId\": \"h_su\",\n \"partnerName\": \"Stayforlong\",\n \"rawPrice\": 279,\n \"price\": \"$279\"\n },\n {\n \"partnerId\": \"h_pr\",\n \"partnerName\": \"Priceline\",\n \"rawPrice\": 279,\n \"price\": \"$279\"\n },\n {\n \"partnerId\": \"h_ct\",\n \"partnerName\": \"Trip.com\",\n \"rawPrice\": 321,\n \"price\": \"$321\"\n }\n ],\n \"priceDescription\": \"$279 for 1 night\",\n \"taxPolicy\": \"Taxes and fees not included\",\n \"rateFeatures\": [\n {\n \"key\": \"free_cancellation\",\n \"text\": \"Free cancellation\",\n \"color\": {\n \"light\": \"colorAbisko\",\n \"dark\": \"colorValensole\"\n }\n }\n ],\n \"cheapestOfferPartnerName\": \"Travala.com\"\n },\n {\n \"hotelId\": \"46941807\",\n \"heroImage\": \"https://content.skyscnr.com/available/1276681963/1276681963_WxH.jpg\",\n \"name\": \"The Mark New York\",\n \"stars\": 5,\n \"brandIds\": [],\n \"distance\": \"4.76 miles from downtown\",\n \"relevantPoiDistance\": \"0.52 miles from Central Park\",\n \"coordinates\": [\n -73.963399,\n 40.775271\n ],\n \"price\": \"$1,404\",\n \"cheapestOfferPartnerId\": \"h_ad\",\n \"cheapestOfferRateId\": null,\n \"rawPrice\": 1404,\n \"rating\": {\n \"description\": \"Excellent\",\n \"count\": 1155,\n \"value\": \"9.0\",\n \"color\": \"colorMonteverde\"\n },\n \"reviewSummary\": {\n \"description\": \"Excellent\",\n \"count\": 1155,\n \"formatCount\": \"1,155\",\n \"value\": \"4.5\",\n \"formatValue\": \"4.5\",\n \"color\": \"colorMonteverde\",\n \"taImage\": \"https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.5-64600-4.png\",\n \"confidenceBadge\": {\n \"type\": \"location\",\n \"score\": 5,\n \"icon\": \"thumbs-up\",\n \"color\": {\n \"light\": \"colorMonteverde\",\n \"dark\": \"colorMonteverde\"\n },\n \"message\": \"Hotel location is rated 5/5\"\n }\n },\n \"cheapestOffer\": \"meta\",\n \"offerTypes\": \"meta\",\n \"guestType\": null,\n \"exclusiveDealLabel\": null,\n \"pricesFrom\": \"8 prices from\",\n \"images\": [\n \"https://content.skyscnr.com/available/1276681963/1276681963_WxH.jpg\",\n \"https://content.skyscnr.com/available/1534552875/1534552875_WxH.jpg\",\n \"https://content.skyscnr.com/available/1301419111/1301419111_WxH.jpg\"\n ],\n \"otherRates\": [\n {\n \"partnerId\": \"h_su\",\n \"partnerName\": \"Stayforlong\",\n \"rawPrice\": 1404,\n \"price\": \"$1,404\"\n },\n {\n \"partnerId\": \"h_hc\",\n \"partnerName\": \"Hotels.com\",\n \"rawPrice\": 1560,\n \"price\": \"$1,560\"\n },\n {\n \"partnerId\": \"h_xp\",\n \"partnerName\": \"Expedia\",\n \"rawPrice\": 1560,\n \"price\": \"$1,560\"\n },\n {\n \"partnerId\": \"h_tc\",\n \"partnerName\": \"Travelocity\",\n \"rawPrice\": 1560,\n \"price\": \"$1,560\"\n },\n {\n \"partnerId\": \"h_t8\",\n \"partnerName\": \"Travala.com\",\n \"rawPrice\": 1560,\n \"price\": \"$1,560\"\n },\n {\n \"partnerId\": \"h_ct\",\n \"partnerName\": \"Trip.com\",\n \"rawPrice\": 1560,\n \"price\": \"$1,560\"\n },\n {\n \"partnerId\": \"h_pr\",\n \"partnerName\": \"Priceline\",\n \"rawPrice\": 1560,\n \"price\": \"$1,560\"\n }\n ],\n \"priceDescription\": \"$1,404 for 1 night\",\n \"taxPolicy\": \"Taxes and fees not included\",\n \"rateFeatures\": [\n {\n \"key\": \"free_cancellation\",\n \"text\": \"Free cancellation\",\n \"color\": {\n \"light\": \"colorAbisko\",\n \"dark\": \"colorValensole\"\n }\n }\n ],\n \"cheapestOfferPartnerName\": \"Agoda\"\n },\n {\n \"hotelId\": \"47011677\",\n \"heroImage\": \"https://content.skyscnr.com/available/1352366692/1352366692_WxH.jpg\",\n \"name\": \"Conrad New York Downtown\",\n \"stars\": 5,\n \"brandIds\": [\n \"90718711\",\n \"90719196\"\n ],\n \"distance\": \"0.52 miles from downtown\",\n \"relevantPoiDistance\": \"0.92 miles from Double RL Men's\",\n \"coordinates\": [\n -74.01584,\n 40.715036\n ],\n \"price\": \"$367\",\n \"cheapestOfferPartnerId\": \"h_su\",\n \"cheapestOfferRateId\": null,\n \"rawPrice\": 367,\n \"rating\": {\n \"description\": \"Excellent\",\n \"count\": 4760,\n \"value\": \"9.0\",\n \"color\": \"colorMonteverde\"\n },\n \"reviewSummary\": {\n \"description\": \"Excellent\",\n \"count\": 4760,\n \"formatCount\": \"4,760\",\n \"value\": \"4.5\",\n \"formatValue\": \"4.5\",\n \"color\": \"colorMonteverde\",\n \"taImage\": \"https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.5-64600-4.png\",\n \"confidenceBadge\": {\n \"type\": \"location\",\n \"score\": 4.5,\n \"icon\": \"thumbs-up\",\n \"color\": {\n \"light\": \"colorMonteverde\",\n \"dark\": \"colorMonteverde\"\n },\n \"message\": \"Hotel location is rated 4.5/5\"\n }\n },\n \"cheapestOffer\": \"meta\",\n \"offerTypes\": \"meta\",\n \"guestType\": null,\n \"exclusiveDealLabel\": null,\n \"pricesFrom\": \"8 prices from\",\n \"images\": [\n \"https://content.skyscnr.com/available/1352366692/1352366692_WxH.jpg\",\n \"https://content.skyscnr.com/available/1301483266/1301483266_WxH.jpg\",\n \"https://content.skyscnr.com/available/1352366914/1352366914_WxH.jpg\"\n ],\n \"otherRates\": [\n {\n \"partnerId\": \"h_hc\",\n \"partnerName\": \"Hotels.com\",\n \"rawPrice\": 368,\n \"price\": \"$368\"\n },\n {\n \"partnerId\": \"h_xp\",\n \"partnerName\": \"Expedia\",\n \"rawPrice\": 368,\n \"price\": \"$368\"\n },\n {\n \"partnerId\": \"h_tc\",\n \"partnerName\": \"Travelocity\",\n \"rawPrice\": 368,\n \"price\": \"$368\"\n },\n {\n \"partnerId\": \"h_t8\",\n \"partnerName\": \"Travala.com\",\n \"rawPrice\": 368,\n \"price\": \"$368\"\n },\n {\n \"partnerId\": \"h_ad\",\n \"partnerName\": \"Agoda\",\n \"rawPrice\": 368,\n \"price\": \"$368\"\n },\n {\n \"partnerId\": \"h_ct\",\n \"partnerName\": \"Trip.com\",\n \"rawPrice\": 368,\n \"price\": \"$368\"\n },\n {\n \"partnerId\": \"h_pr\",\n \"partnerName\": \"Priceline\",\n \"rawPrice\": 368,\n \"price\": \"$368\"\n }\n ],\n \"priceDescription\": \"$367 for 1 night\",\n \"taxPolicy\": \"Taxes and fees not included\",\n \"rateFeatures\": [],\n \"cheapestOfferPartnerName\": \"Stayforlong\"\n },\n {\n \"hotelId\": \"46985753\",\n \"heroImage\": \"https://content.skyscnr.com/available/1395151105/1395151105_WxH.jpg\",\n \"name\": \"The Dominick Hotel\",\n \"stars\": 5,\n \"brandIds\": [],\n \"distance\": \"0.77 miles from downtown\",\n \"relevantPoiDistance\": \"1.80 miles from Skyports Seaplane Base\",\n \"coordinates\": [\n -74.005334,\n 40.725469\n ],\n \"price\": \"$471\",\n \"cheapestOfferPartnerId\": \"h_su\",\n \"cheapestOfferRateId\": null,\n \"rawPrice\": 471,\n \"rating\": {\n \"description\": \"Excellent\",\n \"count\": 4872,\n \"value\": \"9.0\",\n \"color\": \"colorMonteverde\"\n },\n \"reviewSummary\": {\n \"description\": \"Excellent\",\n \"count\": 4872,\n \"formatCount\": \"4,872\",\n \"value\": \"4.5\",\n \"formatValue\": \"4.5\",\n \"color\": \"colorMonteverde\",\n \"taImage\": \"https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.5-64600-4.png\",\n \"confidenceBadge\": {\n \"type\": \"location\",\n \"score\": 4.5,\n \"icon\": \"thumbs-up\",\n \"color\": {\n \"light\": \"colorMonteverde\",\n \"dark\": \"colorMonteverde\"\n },\n \"message\": \"Hotel location is rated 4.5/5\"\n }\n },\n \"cheapestOffer\": \"meta\",\n \"offerTypes\": \"meta\",\n \"guestType\": null,\n \"exclusiveDealLabel\": null,\n \"pricesFrom\": \"9 prices from\",\n \"images\": [\n \"https://content.skyscnr.com/available/1395151105/1395151105_WxH.jpg\",\n \"https://content.skyscnr.com/available/1821370180/1821370180_WxH.jpg\",\n \"https://content.skyscnr.com/available/1587808688/1587808688_WxH.jpg\"\n ],\n \"otherRates\": [\n {\n \"partnerId\": \"h_pr\",\n \"partnerName\": \"Priceline\",\n \"rawPrice\": 495,\n \"price\": \"$495\"\n },\n {\n \"partnerId\": \"h_df\",\n \"partnerName\": \"Derbysoft CPA\",\n \"rawPrice\": 495,\n \"price\": \"$495\"\n },\n {\n \"partnerId\": \"h_hc\",\n \"partnerName\": \"Hotels.com\",\n \"rawPrice\": 495,\n \"price\": \"$495\"\n },\n {\n \"partnerId\": \"h_xp\",\n \"partnerName\": \"Expedia\",\n \"rawPrice\": 495,\n \"price\": \"$495\"\n },\n {\n \"partnerId\": \"h_tc\",\n \"partnerName\": \"Travelocity\",\n \"rawPrice\": 495,\n \"price\": \"$495\"\n },\n {\n \"partnerId\": \"h_t8\",\n \"partnerName\": \"Travala.com\",\n \"rawPrice\": 495,\n \"price\": \"$495\"\n },\n {\n \"partnerId\": \"h_ct\",\n \"partnerName\": \"Trip.com\",\n \"rawPrice\": 495,\n \"price\": \"$495\"\n },\n {\n \"partnerId\": \"h_ad\",\n \"partnerName\": \"Agoda\",\n \"rawPrice\": 495,\n \"price\": \"$495\"\n }\n ],\n \"priceDescription\": \"$471 for 1 night\",\n \"taxPolicy\": \"Taxes and fees not included\",\n \"rateFeatures\": [],\n \"cheapestOfferPartnerName\": \"Stayforlong\"\n },\n {\n \"hotelId\": \"179055253\",\n \"heroImage\": \"https://content.skyscnr.com/available/1839979832/1839979832_WxH.jpg\",\n \"name\": \"33 Hotel, New York City, Seaport\",\n \"stars\": 5,\n \"brandIds\": [],\n \"distance\": \"0.50 miles from downtown\",\n \"relevantPoiDistance\": \"1.09 miles from Double RL Men's\",\n \"coordinates\": [\n -74.00145,\n 40.708047\n ],\n \"price\": \"$379\",\n \"cheapestOfferPartnerId\": \"h_hc\",\n \"cheapestOfferRateId\": null,\n \"rawPrice\": 379,\n \"rating\": {\n \"description\": \"Excellent\",\n \"count\": 35,\n \"value\": \"9.0\",\n \"color\": \"colorMonteverde\"\n },\n \"reviewSummary\": {\n \"description\": \"Excellent\",\n \"count\": 35,\n \"formatCount\": \"35\",\n \"value\": \"4.5\",\n \"formatValue\": \"4.5\",\n \"color\": \"colorMonteverde\",\n \"taImage\": \"https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.5-64600-4.png\",\n \"confidenceBadge\": {\n \"type\": \"location\",\n \"score\": 4.5,\n \"icon\": \"thumbs-up\",\n \"color\": {\n \"light\": \"colorMonteverde\",\n \"dark\": \"colorMonteverde\"\n },\n \"message\": \"Hotel location is rated 4.5/5\"\n }\n },\n \"cheapestOffer\": \"meta\",\n \"offerTypes\": \"meta\",\n \"guestType\": null,\n \"exclusiveDealLabel\": null,\n \"pricesFrom\": \"8 prices from\",\n \"images\": [\n \"https://content.skyscnr.com/available/1839979832/1839979832_WxH.jpg\",\n \"https://content.skyscnr.com/available/1739780206/1739780206_WxH.jpg\",\n \"https://content.skyscnr.com/available/1818075940/1818075940_WxH.jpg\"\n ],\n \"otherRates\": [\n {\n \"partnerId\": \"h_xp\",\n \"partnerName\": \"Expedia\",\n \"rawPrice\": 379,\n \"price\": \"$379\"\n },\n {\n \"partnerId\": \"h_tc\",\n \"partnerName\": \"Travelocity\",\n \"rawPrice\": 379,\n \"price\": \"$379\"\n },\n {\n \"partnerId\": \"h_t8\",\n \"partnerName\": \"Travala.com\",\n \"rawPrice\": 379,\n \"price\": \"$379\"\n },\n {\n \"partnerId\": \"h_ad\",\n \"partnerName\": \"Agoda\",\n \"rawPrice\": 379,\n \"price\": \"$379\"\n },\n {\n \"partnerId\": \"h_pr\",\n \"partnerName\": \"Priceline\",\n \"rawPrice\": 379,\n \"price\": \"$379\"\n },\n {\n \"partnerId\": \"h_su\",\n \"partnerName\": \"Stayforlong\",\n \"rawPrice\": 380,\n \"price\": \"$380\"\n },\n {\n \"partnerId\": \"h_ct\",\n \"partnerName\": \"Trip.com\",\n \"rawPrice\": 404,\n \"price\": \"$404\"\n }\n ],\n \"priceDescription\": \"$379 for 1 night\",\n \"taxPolicy\": \"Taxes and fees not included\",\n \"rateFeatures\": [\n {\n \"key\": \"free_cancellation\",\n \"text\": \"Free cancellation\",\n \"color\": {\n \"light\": \"colorAbisko\",\n \"dark\": \"colorValensole\"\n }\n },\n {\n \"key\": \"RoomRates_option_payOnArrival\",\n \"text\": \"Pay on arrival\",\n \"color\": {\n \"light\": \"colorMonteverde\",\n \"dark\": \"colorMonteverde\"\n }\n }\n ],\n \"cheapestOfferPartnerName\": \"Hotels.com\"\n },\n {\n \"hotelId\": \"46941239\",\n \"heroImage\": \"https://content.skyscnr.com/available/1302078149/1302078149_WxH.jpg\",\n \"name\": \"Gramercy Park Hotel\",\n \"stars\": 5,\n \"brandIds\": [],\n \"distance\": \"1.98 miles from downtown\",\n \"relevantPoiDistance\": \"0.75 miles from Skyports Seaplane Base\",\n \"coordinates\": [\n -73.985695,\n 40.738544\n ],\n \"rating\": {\n \"description\": \"Excellent\",\n \"count\": 1670,\n \"value\": \"9.0\",\n \"color\": \"colorMonteverde\"\n },\n \"reviewSummary\": {\n \"description\": \"Excellent\",\n \"count\": 1670,\n \"formatCount\": \"1,670\",\n \"value\": \"4.5\",\n \"formatValue\": \"4.5\",\n \"color\": \"colorMonteverde\",\n \"taImage\": \"https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.5-64600-4.png\",\n \"confidenceBadge\": {\n \"type\": \"location\",\n \"score\": 5,\n \"icon\": \"thumbs-up\",\n \"color\": {\n \"light\": \"colorMonteverde\",\n \"dark\": \"colorMonteverde\"\n },\n \"message\": \"Hotel location is rated 5/5\"\n }\n },\n \"cheapestOffer\": \"none\",\n \"offerTypes\": \"none\",\n \"guestType\": null,\n \"exclusiveDealLabel\": null,\n \"pricesFrom\": null,\n \"images\": [\n \"https://content.skyscnr.com/available/1302078149/1302078149_WxH.jpg\",\n \"https://content.skyscnr.com/available/1302078098/1302078098_WxH.jpg\",\n \"https://content.skyscnr.com/available/1401357891/1401357891_WxH.jpg\"\n ],\n \"otherRates\": [],\n \"priceDescription\": \"\",\n \"taxPolicy\": \"Taxes and fees not included\",\n \"rateFeatures\": [],\n \"cheapestOfferPartnerName\": null\n },\n {\n \"hotelId\": \"46944661\",\n \"heroImage\": \"https://content.skyscnr.com/available/1395149910/1395149910_WxH.jpg\",\n \"name\": \"The Carlyle, A Rosewood Hotel\",\n \"stars\": 5,\n \"brandIds\": [],\n \"distance\": \"4.72 miles from downtown\",\n \"relevantPoiDistance\": \"0.58 miles from Central Park\",\n \"coordinates\": [\n -73.963156,\n 40.774416\n ],\n \"price\": \"$1,149\",\n \"cheapestOfferPartnerId\": \"h_su\",\n \"cheapestOfferRateId\": null,\n \"rawPrice\": 1149,\n \"rating\": {\n \"description\": \"Very Good\",\n \"count\": 122,\n \"value\": \"8.0\",\n \"color\": \"colorMonteverde\"\n },\n \"reviewSummary\": {\n \"description\": \"Very Good\",\n \"count\": 122,\n \"formatCount\": \"122\",\n \"value\": \"4.0\",\n \"formatValue\": \"4.0\",\n \"color\": \"colorMonteverde\",\n \"taImage\": \"https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.0-64600-4.png\",\n \"confidenceBadge\": {\n \"type\": \"location\",\n \"score\": 4.5,\n \"icon\": \"thumbs-up\",\n \"color\": {\n \"light\": \"colorMonteverde\",\n \"dark\": \"colorMonteverde\"\n },\n \"message\": \"Hotel location is rated 4.5/5\"\n }\n },\n \"cheapestOffer\": \"meta\",\n \"offerTypes\": \"meta\",\n \"guestType\": null,\n \"exclusiveDealLabel\": null,\n \"pricesFrom\": \"6 prices from\",\n \"images\": [\n \"https://content.skyscnr.com/available/1395149910/1395149910_WxH.jpg\",\n \"https://content.skyscnr.com/available/1580624300/1580624300_WxH.jpg\",\n \"https://content.skyscnr.com/available/1395149922/1395149922_WxH.jpg\"\n ],\n \"otherRates\": [\n {\n \"partnerId\": \"h_ct\",\n \"partnerName\": \"Trip.com\",\n \"rawPrice\": 1186,\n \"price\": \"$1,186\"\n },\n {\n \"partnerId\": \"h_hc\",\n \"partnerName\": \"Hotels.com\",\n \"rawPrice\": 1395,\n \"price\": \"$1,395\"\n },\n {\n \"partnerId\": \"h_xp\",\n \"partnerName\": \"Expedia\",\n \"rawPrice\": 1395,\n \"price\": \"$1,395\"\n },\n {\n \"partnerId\": \"h_tc\",\n \"partnerName\": \"Travelocity\",\n \"rawPrice\": 1395,\n \"price\": \"$1,395\"\n },\n {\n \"partnerId\": \"h_t8\",\n \"partnerName\": \"Travala.com\",\n \"rawPrice\": 1395,\n \"price\": \"$1,395\"\n }\n ],\n \"priceDescription\": \"$1,149 for 1 night\",\n \"taxPolicy\": \"Taxes and fees not included\",\n \"rateFeatures\": [],\n \"cheapestOfferPartnerName\": \"Stayforlong\"\n },\n {\n \"hotelId\": \"205320819\",\n \"heroImage\": \"https://content.skyscnr.com/available/1733997279/1733997279_WxH.jpg\",\n \"name\": \"The Wallace Hotel\",\n \"stars\": 5,\n \"brandIds\": [],\n \"distance\": \"4.84 miles from downtown\",\n \"relevantPoiDistance\": \"0.85 miles from Central Park\",\n \"coordinates\": [\n -73.98179,\n 40.78191\n ],\n \"price\": \"$409\",\n \"cheapestOfferPartnerId\": \"h_hc\",\n \"cheapestOfferRateId\": null,\n \"rawPrice\": 409,\n \"rating\": {\n \"description\": \"Outstanding\",\n \"count\": 818,\n \"value\": \"10.0\",\n \"color\": \"colorMonteverde\"\n },\n \"reviewSummary\": {\n \"description\": \"Outstanding\",\n \"count\": 818,\n \"formatCount\": \"818\",\n \"value\": \"5.0\",\n \"formatValue\": \"5.0\",\n \"color\": \"colorMonteverde\",\n \"taImage\": \"https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/5.0-64600-4.png\",\n \"confidenceBadge\": {\n \"type\": \"location\",\n \"score\": 5,\n \"icon\": \"thumbs-up\",\n \"color\": {\n \"light\": \"colorMonteverde\",\n \"dark\": \"colorMonteverde\"\n },\n \"message\": \"Hotel location is rated 5/5\"\n }\n },\n \"cheapestOffer\": \"meta\",\n \"offerTypes\": \"meta\",\n \"guestType\": null,\n \"exclusiveDealLabel\": null,\n \"pricesFrom\": \"7 prices from\",\n \"images\": [\n \"https://content.skyscnr.com/available/1733997279/1733997279_WxH.jpg\",\n \"https://content.skyscnr.com/available/1733997173/1733997173_WxH.jpg\",\n \"https://content.skyscnr.com/available/1555998607/1555998607_WxH.jpg\"\n ],\n \"otherRates\": [\n {\n \"partnerId\": \"h_xp\",\n \"partnerName\": \"Expedia\",\n \"rawPrice\": 409,\n \"price\": \"$409\"\n },\n {\n \"partnerId\": \"h_tc\",\n \"partnerName\": \"Travelocity\",\n \"rawPrice\": 409,\n \"price\": \"$409\"\n },\n {\n \"partnerId\": \"h_t8\",\n \"partnerName\": \"Travala.com\",\n \"rawPrice\": 409,\n \"price\": \"$409\"\n },\n {\n \"partnerId\": \"h_ad\",\n \"partnerName\": \"Agoda\",\n \"rawPrice\": 409,\n \"price\": \"$409\"\n },\n {\n \"partnerId\": \"h_su\",\n \"partnerName\": \"Stayforlong\",\n \"rawPrice\": 409,\n \"price\": \"$409\"\n },\n {\n \"partnerId\": \"h_pr\",\n \"partnerName\": \"Priceline\",\n \"rawPrice\": 409,\n \"price\": \"$409\"\n }\n ],\n \"priceDescription\": \"$409 for 1 night\",\n \"taxPolicy\": \"Taxes and fees not included\",\n \"rateFeatures\": [\n {\n \"key\": \"free_cancellation\",\n \"text\": \"Free cancellation\",\n \"color\": {\n \"light\": \"colorAbisko\",\n \"dark\": \"colorValensole\"\n }\n }\n ],\n \"cheapestOfferPartnerName\": \"Hotels.com\"\n },\n {\n \"hotelId\": \"221985290\",\n \"heroImage\": \"https://content.skyscnr.com/available/1768916458/1768916458_WxH.jpg\",\n \"name\": \"The Manner\",\n \"stars\": 5,\n \"brandIds\": [],\n \"distance\": \"0.68 miles from downtown\",\n \"relevantPoiDistance\": \"1.74 miles from Skyports Seaplane Base\",\n \"coordinates\": [\n -74.00331,\n 40.72394\n ],\n \"price\": \"$799\",\n \"cheapestOfferPartnerId\": \"h_hc\",\n \"cheapestOfferRateId\": null,\n \"rawPrice\": 799,\n \"rating\": {\n \"description\": \"Very Good\",\n \"count\": 5,\n \"value\": \"8.0\",\n \"color\": \"colorMonteverde\"\n },\n \"reviewSummary\": {\n \"description\": \"Very Good\",\n \"count\": 5,\n \"formatCount\": \"5\",\n \"value\": \"4.0\",\n \"formatValue\": \"4.0\",\n \"color\": \"colorMonteverde\",\n \"taImage\": \"https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.0-64600-4.png\",\n \"confidenceBadge\": {\n \"type\": \"location\",\n \"score\": 5,\n \"icon\": \"thumbs-up\",\n \"color\": {\n \"light\": \"colorMonteverde\",\n \"dark\": \"colorMonteverde\"\n },\n \"message\": \"Hotel location is rated 5/5\"\n }\n },\n \"cheapestOffer\": \"meta\",\n \"offerTypes\": \"meta\",\n \"guestType\": null,\n \"exclusiveDealLabel\": null,\n \"pricesFrom\": \"4 prices from\",\n \"images\": [\n \"https://content.skyscnr.com/available/1768916458/1768916458_WxH.jpg\",\n \"https://content.skyscnr.com/available/1768916460/1768916460_WxH.jpg\",\n \"https://content.skyscnr.com/available/1751113862/1751113862_WxH.jpg\"\n ],\n \"otherRates\": [\n {\n \"partnerId\": \"h_xp\",\n \"partnerName\": \"Expedia\",\n \"rawPrice\": 799,\n \"price\": \"$799\"\n },\n {\n \"partnerId\": \"h_tc\",\n \"partnerName\": \"Travelocity\",\n \"rawPrice\": 799,\n \"price\": \"$799\"\n },\n {\n \"partnerId\": \"h_t8\",\n \"partnerName\": \"Travala.com\",\n \"rawPrice\": 799,\n \"price\": \"$799\"\n }\n ],\n \"priceDescription\": \"$799 for 1 night\",\n \"taxPolicy\": \"Taxes and fees not included\",\n \"rateFeatures\": [\n {\n \"key\": \"free_cancellation\",\n \"text\": \"Free cancellation\",\n \"color\": {\n \"light\": \"colorAbisko\",\n \"dark\": \"colorValensole\"\n }\n }\n ],\n \"cheapestOfferPartnerName\": \"Hotels.com\"\n },\n {\n \"hotelId\": \"212930625\",\n \"heroImage\": \"https://content.skyscnr.com/available/1354196096/1354196096_WxH.jpg\",\n \"name\": \"Hotel Barrière Fouquet's New York\",\n \"stars\": 5,\n \"brandIds\": [],\n \"distance\": \"0.67 miles from downtown\",\n \"relevantPoiDistance\": \"0.38 miles from Double RL Men's\",\n \"coordinates\": [\n -74.009753,\n 40.723617\n ],\n \"price\": \"$1,050\",\n \"cheapestOfferPartnerId\": \"h_pr\",\n \"cheapestOfferRateId\": null,\n \"rawPrice\": 1050,\n \"rating\": {\n \"description\": \"Very Good\",\n \"count\": 14,\n \"value\": \"8.0\",\n \"color\": \"colorMonteverde\"\n },\n \"reviewSummary\": {\n \"description\": \"Very Good\",\n \"count\": 14,\n \"formatCount\": \"14\",\n \"value\": \"4.0\",\n \"formatValue\": \"4.0\",\n \"color\": \"colorMonteverde\",\n \"taImage\": \"https://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.0-64600-4.png\",\n \"confidenceBadge\": {\n \"type\": \"location\",\n \"score\": 4.5,\n \"icon\": \"thumbs-up\",\n \"color\": {\n \"light\": \"colorMonteverde\",\n \"dark\": \"colorMonteverde\"\n },\n \"message\": \"Hotel location is rated 4.5/5\"\n }\n },\n \"cheapestOffer\": \"meta\",\n \"offerTypes\": \"meta\",\n \"guestType\": null,\n \"exclusiveDealLabel\": null,\n \"pricesFrom\": \"7 prices from\",\n \"images\": [\n \"https://content.skyscnr.com/available/1354196096/1354196096_WxH.jpg\",\n \"https://content.skyscnr.com/available/1727174907/1727174907_WxH.jpg\",\n \"https://content.skyscnr.com/available/1645275175/1645275175_WxH.jpg\"\n ],\n \"otherRates\": [\n {\n \"partnerId\": \"h_hc\",\n \"partnerName\": \"Hotels.com\",\n \"rawPrice\": 1050,\n \"price\": \"$1,050\"\n },\n {\n \"partnerId\": \"h_xp\",\n \"partnerName\": \"Expedia\",\n \"rawPrice\": 1050,\n \"price\": \"$1,050\"\n },\n {\n \"partnerId\": \"h_tc\",\n \"partnerName\": \"Travelocity\",\n \"rawPrice\": 1050,\n \"price\": \"$1,050\"\n },\n {\n \"partnerId\": \"h_t8\",\n \"partnerName\": \"Travala.com\",\n \"rawPrice\": 1050,\n \"price\": \"$1,050\"\n },\n {\n \"partnerId\": \"h_ct\",\n \"partnerName\": \"Trip.com\",\n \"rawPrice\": 1050,\n \"price\": \"$1,050\"\n },\n {\n \"partnerId\": \"h_ad\",\n \"partnerName\": \"Agoda\",\n \"rawPrice\": 1078,\n \"price\": \"$1,078\"\n }\n ],\n \"priceDescription\": \"$1,050 for 1 night\",\n \"taxPolicy\": \"Taxes and fees not included\",\n \"rateFeatures\": [\n {\n \"key\": \"free_cancellation\",\n \"text\": \"Free cancellation\",\n \"color\": {\n \"light\": \"colorAbisko\",\n \"dark\": \"colorValensole\"\n }\n }\n ],\n \"cheapestOfferPartnerName\": \"Priceline\"\n }\n]" } ] }, { "name": "View Seller Profile", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8000/seller/viewProfile/get/675642bca63fe3f6ac48922f", "protocol": "http", "host": [ "localhost" ], "port": "8000", "path": [ "seller", "viewProfile", "get", "675642bca63fe3f6ac48922f" ] } }, "response": [ { "name": "New Request", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8000/seller/viewProfile/get/675642bca63fe3f6ac48922f", "protocol": "http", "host": [ "localhost" ], "port": "8000", "path": [ "seller", "viewProfile", "get", "675642bca63fe3f6ac48922f" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "X-Powered-By", "value": "Express" }, { "key": "Access-Control-Allow-Origin", "value": "*" }, { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Content-Length", "value": "572" }, { "key": "ETag", "value": "W/\"23c-uIiCakf8cJIrnSKy696/vimiX10\"" }, { "key": "Date", "value": "Thu, 19 Dec 2024 14:27:20 GMT" }, { "key": "Connection", "value": "keep-alive" }, { "key": "Keep-Alive", "value": "timeout=5" } ], "cookie": [], "body": "{\n \"_id\": \"675642bca63fe3f6ac48922f\",\n \"email\": \"malak.hesham2003@gmail.com\",\n \"username\": \"malakRegSel\",\n \"password\": \"$2b$10$xd0oMlK0FuI2efnkUxpbp.z5H6GNR1B1Z4tHabN7jx1u9nSHS7j1C\",\n \"isCreatedProfile\": 0,\n \"termsAccepted\": false,\n \"notifications\": [\n {\n \"type\": \"stock-alert\",\n \"message\": \"Your product 'malak product 2' is now out of stock.\",\n \"date\": \"2024-12-09T01:12:11.305Z\",\n \"read\": false,\n \"_id\": \"675643eea63fe3f6ac48928a\"\n }\n ],\n \"createdAt\": \"2024-12-09T01:07:45.953Z\",\n \"updatedAt\": \"2024-12-09T01:18:08.230Z\",\n \"__v\": 0,\n \"logo\": \"https://acl-bucket-winggo.s3.us-east-1.amazonaws.com/1733707085032postgres.png\"\n}" } ] }, { "name": "Seller Accepting terms and Conditions", "request": { "method": "PUT", "header": [], "url": { "raw": "http://localhost:8000/seller/acceptTerms/675642bca63fe3f6ac48922f", "protocol": "http", "host": [ "localhost" ], "port": "8000", "path": [ "seller", "acceptTerms", "675642bca63fe3f6ac48922f" ] } }, "response": [ { "name": "New Request", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "http://localhost:8000/seller/acceptTerms/675642bca63fe3f6ac48922f", "protocol": "http", "host": [ "localhost" ], "port": "8000", "path": [ "seller", "acceptTerms", "675642bca63fe3f6ac48922f" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "X-Powered-By", "value": "Express" }, { "key": "Access-Control-Allow-Origin", "value": "*" }, { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Content-Length", "value": "623" }, { "key": "ETag", "value": "W/\"26f-dbxrpLxbweKpalLgfL9+MWobKYA\"" }, { "key": "Date", "value": "Thu, 19 Dec 2024 14:31:50 GMT" }, { "key": "Connection", "value": "keep-alive" }, { "key": "Keep-Alive", "value": "timeout=5" } ], "cookie": [], "body": "{\n \"message\": \"Terms accepted successfully.\",\n \"seller\": {\n \"_id\": \"675642bca63fe3f6ac48922f\",\n \"email\": \"malak.hesham2003@gmail.com\",\n \"username\": \"malakRegSel\",\n \"password\": \"$2b$10$xd0oMlK0FuI2efnkUxpbp.z5H6GNR1B1Z4tHabN7jx1u9nSHS7j1C\",\n \"isCreatedProfile\": 0,\n \"termsAccepted\": true,\n \"notifications\": [\n {\n \"type\": \"stock-alert\",\n \"message\": \"Your product 'malak product 2' is now out of stock.\",\n \"date\": \"2024-12-09T01:12:11.305Z\",\n \"read\": false,\n \"_id\": \"675643eea63fe3f6ac48928a\"\n }\n ],\n \"createdAt\": \"2024-12-09T01:07:45.953Z\",\n \"updatedAt\": \"2024-12-19T14:31:50.397Z\",\n \"__v\": 0,\n \"logo\": \"https://acl-bucket-winggo.s3.us-east-1.amazonaws.com/1733707085032postgres.png\"\n }\n}" } ] }, { "name": "Seller Adding Product", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "name", "value": "T shirts", "type": "text" }, { "key": "price", "value": "200", "type": "text" }, { "key": "quantity", "value": "50", "type": "text" }, { "key": "sellerId", "value": "675642bca63fe3f6ac48922f", "type": "text" }, { "key": "file", "type": "file", "src": "/D:/Downloads/GUC_312_64_46306_2024-11-09T16_01_08 (3)/Project Description/thank you.png" }, { "key": "description", "value": "Desc", "type": "text" } ] }, "url": { "raw": "http://localhost:8000/seller/addProduct", "protocol": "http", "host": [ "localhost" ], "port": "8000", "path": [ "seller", "addProduct" ] } }, "response": [ { "name": "Seller Adding Product", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "name", "value": "T shirts", "type": "text" }, { "key": "price", "value": "200", "type": "text" }, { "key": "quantity", "value": "50", "type": "text" }, { "key": "sellerId", "value": "675642bca63fe3f6ac48922f", "type": "text" }, { "key": "file", "type": "file", "src": "/D:/Downloads/GUC_312_64_46306_2024-11-09T16_01_08 (3)/Project Description/thank you.png" }, { "key": "description", "value": "Desc", "type": "text" } ] }, "url": { "raw": "http://localhost:8000/seller/addProduct", "protocol": "http", "host": [ "localhost" ], "port": "8000", "path": [ "seller", "addProduct" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "X-Powered-By", "value": "Express" }, { "key": "Access-Control-Allow-Origin", "value": "*" }, { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Content-Length", "value": "479" }, { "key": "ETag", "value": "W/\"1df-6+LQECrrblZpVvtf8W06iW/TygI\"" }, { "key": "Date", "value": "Thu, 19 Dec 2024 14:30:31 GMT" }, { "key": "Connection", "value": "keep-alive" }, { "key": "Keep-Alive", "value": "timeout=5" } ], "cookie": [], "body": "{\n \"message\": \"Product added successfully\",\n \"newProduct\": {\n \"name\": \"T shirts\",\n \"picture\": \"https://acl-bucket-winggo.s3.us-east-1.amazonaws.com/1734618630618thank%20you.png\",\n \"price\": 200,\n \"description\": \"Desc\",\n \"quantity\": 50,\n \"sales\": 0,\n \"seller\": \"675642bca63fe3f6ac48922f\",\n \"averageRating\": 0,\n \"sellingDates\": [],\n \"archive\": false,\n \"_id\": \"67642e0711b7efdef528e99c\",\n \"ratings\": [],\n \"reviews\": [],\n \"discountedPrices\": [],\n \"createdAt\": \"2024-12-19T14:30:31.388Z\",\n \"updatedAt\": \"2024-12-19T14:30:31.388Z\",\n \"__v\": 0\n }\n}" } ] }, { "name": "Seller Updating Logo", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "file", "type": "file", "src": "/D:/Downloads/GUC_312_64_46306_2024-11-09T16_01_08 (3)/Project Description/University logo.png" } ] }, "url": { "raw": "http://localhost:8000/seller/changeLogo/675642bca63fe3f6ac48922f", "protocol": "http", "host": [ "localhost" ], "port": "8000", "path": [ "seller", "changeLogo", "675642bca63fe3f6ac48922f" ] } }, "response": [ { "name": "Seller Updating Logo", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "file", "type": "file", "src": "/D:/Downloads/GUC_312_64_46306_2024-11-09T16_01_08 (3)/Project Description/University logo.png" } ] }, "url": { "raw": "http://localhost:8000/seller/changeLogo/675642bca63fe3f6ac48922f", "protocol": "http", "host": [ "localhost" ], "port": "8000", "path": [ "seller", "changeLogo", "675642bca63fe3f6ac48922f" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "X-Powered-By", "value": "Express" }, { "key": "Access-Control-Allow-Origin", "value": "*" }, { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Content-Length", "value": "629" }, { "key": "ETag", "value": "W/\"275-FsHWOgc02IyfOzQU76LSi/yiIZo\"" }, { "key": "Date", "value": "Thu, 19 Dec 2024 14:33:13 GMT" }, { "key": "Connection", "value": "keep-alive" }, { "key": "Keep-Alive", "value": "timeout=5" } ], "cookie": [], "body": "{\n \"message\": \"Logo updated successfully\",\n \"seller\": {\n \"_id\": \"675642bca63fe3f6ac48922f\",\n \"email\": \"malak.hesham2003@gmail.com\",\n \"username\": \"malakRegSel\",\n \"password\": \"$2b$10$xd0oMlK0FuI2efnkUxpbp.z5H6GNR1B1Z4tHabN7jx1u9nSHS7j1C\",\n \"isCreatedProfile\": 0,\n \"termsAccepted\": true,\n \"notifications\": [\n {\n \"type\": \"stock-alert\",\n \"message\": \"Your product 'malak product 2' is now out of stock.\",\n \"date\": \"2024-12-09T01:12:11.305Z\",\n \"read\": false,\n \"_id\": \"675643eea63fe3f6ac48928a\"\n }\n ],\n \"createdAt\": \"2024-12-09T01:07:45.953Z\",\n \"updatedAt\": \"2024-12-19T14:33:13.406Z\",\n \"__v\": 0,\n \"logo\": \"https://acl-bucket-winggo.s3.us-east-1.amazonaws.com/1734618792209University%20logo.png\"\n }\n}" } ] }, { "name": "Tour Guide get all Iteneraries", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8000/tourGuide/getALLitineraries", "protocol": "http", "host": [ "localhost" ], "port": "8000", "path": [ "tourGuide", "getALLitineraries" ] } }, "response": [ { "name": "New Request", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8000/tourGuide/getALLitineraries", "protocol": "http", "host": [ "localhost" ], "port": "8000", "path": [ "tourGuide", "getALLitineraries" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "X-Powered-By", "value": "Express" }, { "key": "Access-Control-Allow-Origin", "value": "*" }, { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Content-Length", "value": "10839" }, { "key": "ETag", "value": "W/\"2a57-eu1H6JKvsVGJswakREvTcXnteFI\"" }, { "key": "Date", "value": "Thu, 19 Dec 2024 14:42:45 GMT" }, { "key": "Connection", "value": "keep-alive" }, { "key": "Keep-Alive", "value": "timeout=5" } ], "cookie": [], "body": "[\n {\n \"_id\": \"671426c51e35596ba633eeda\",\n \"tourGuideId\": \"6755faebd3ada8752f376ae0\",\n \"title\": \"CairoExp\",\n \"tags\": [\n \"Shopping\"\n ],\n \"activities\": \"play\",\n \"locations\": [\n \"Cairo\"\n ],\n \"timeline\": \"2 AM - 4AM\",\n \"duration\": \"2 hours\",\n \"language\": \"French\",\n \"price\": 100,\n \"availableDates\": [\n \"2024-12-08T00:00:00.000Z\",\n \"2024-12-30T00:00:00.000Z\"\n ],\n \"accessibility\": false,\n \"pickupLocation\": \"Rehab Mall 2\",\n \"dropoffLocation\": \"Rehab Mall 2\",\n \"bookings\": 0,\n \"ratings\": [\n 0\n ],\n \"flagged\": true,\n \"createdAt\": \"2024-10-19T21:38:13.585Z\",\n \"updatedAt\": \"2024-12-11T09:15:28.458Z\",\n \"__v\": 8,\n \"deactivated\": true,\n \"averageRating\": 0,\n \"comment\": [],\n \"sales\": 41810,\n \"bookingOpen\": false,\n \"touristIDs\": [\n {\n \"touristId\": \"67594b360d3162c262c298e5\",\n \"bookingDate\": \"2024-12-08T00:00:00.000Z\",\n \"paidPrice\": 500,\n \"numberOfPeople\": 5,\n \"_id\": \"67595830feefb6bbf5d738b3\"\n }\n ]\n },\n {\n \"_id\": \"672952e992c55620e4898e0d\",\n \"tourGuideId\": \"66fac0b155f51b5963afef18\",\n \"title\": \"ParisLoop\",\n \"tags\": [\n \"History\",\n \"Walking Tour\",\n \"Culture\"\n ],\n \"activities\": \"Walking tour, museum visit, lunch at a local restaurant\",\n \"locations\": [\n \"Museum of History\",\n \"Old Town Square\",\n \"Local Restaurant\"\n ],\n \"timeline\": \"9:00 AM - 3:00 PM\",\n \"duration\": \"6 hours\",\n \"language\": \"English\",\n \"price\": 50,\n \"availableDates\": [\n \"2024-12-10T00:00:00.000Z\",\n \"2025-01-10T00:00:00.000Z\",\n \"2024-12-29T00:00:00.000Z\"\n ],\n \"accessibility\": true,\n \"pickupLocation\": \"Main Entrance, City Hall\",\n \"dropoffLocation\": \"City Center\",\n \"bookings\": 0,\n \"ratings\": [],\n \"averageRating\": 0,\n \"flagged\": false,\n \"deactivated\": false,\n \"comment\": [],\n \"createdAt\": \"2024-11-04T23:04:09.429Z\",\n \"updatedAt\": \"2024-12-11T09:45:34.526Z\",\n \"__v\": 3,\n \"bookingOpen\": true,\n \"sales\": 141,\n \"touristIDs\": [\n {\n \"touristId\": \"67240ed8c40a7f3005a1d01d\",\n \"bookingDate\": \"2025-01-10T00:00:00.000Z\",\n \"paidPrice\": 50,\n \"numberOfPeople\": 1,\n \"_id\": \"6754c38f8f185044ea6f5529\"\n },\n {\n \"touristId\": \"67594b360d3162c262c298e5\",\n \"bookingDate\": \"2025-01-10T00:00:00.000Z\",\n \"paidPrice\": 50,\n \"numberOfPeople\": 1,\n \"_id\": \"67595f3e2c9d115a38df66d4\"\n }\n ]\n },\n {\n \"_id\": \"6754b3d1d7ebf6839982cf8f\",\n \"tourGuideId\": \"67325c530b3e54ad8bfe1678\",\n \"title\": \"NYCStay\",\n \"tags\": [\n \"\"\n ],\n \"activities\": \"Adventure\",\n \"locations\": [\n \"Egypt,Cairo\"\n ],\n \"timeline\": \"10 am\",\n \"duration\": \"1 day\",\n \"language\": \"English\",\n \"price\": 11,\n \"availableDates\": [\n \"2024-12-19T00:00:00.000Z\"\n ],\n \"accessibility\": false,\n \"pickupLocation\": \"cairo\",\n \"dropoffLocation\": \"cairo\",\n \"bookings\": 0,\n \"ratings\": [],\n \"averageRating\": 0,\n \"sales\": 1331,\n \"flagged\": true,\n \"deactivated\": false,\n \"bookingOpen\": true,\n \"photo\": null,\n \"comment\": [],\n \"touristIDs\": [\n {\n \"touristId\": \"67240ed8c40a7f3005a1d01d\",\n \"bookingDate\": \"2024-12-19T00:00:00.000Z\",\n \"paidPrice\": 22,\n \"numberOfPeople\": 2,\n \"_id\": \"67551495c98bd47b68f6ad84\"\n },\n {\n \"touristId\": \"67567b04f2d855f1ee879796\",\n \"bookingDate\": \"2024-12-19T00:00:00.000Z\",\n \"paidPrice\": 22,\n \"numberOfPeople\": 2,\n \"_id\": \"67567b95f2d855f1ee8799d1\"\n },\n {\n \"touristId\": \"6755e05a1065bcb523b6249b\",\n \"bookingDate\": \"2024-12-19T00:00:00.000Z\",\n \"paidPrice\": 11,\n \"numberOfPeople\": 1,\n \"_id\": \"6758f6e6b4be6490f078fcd4\"\n }\n ],\n \"createdAt\": \"2024-12-07T20:45:05.905Z\",\n \"updatedAt\": \"2024-12-11T03:37:41.144Z\",\n \"__v\": 3\n },\n {\n \"_id\": \"6754b602d7ebf6839982cf92\",\n \"tourGuideId\": \"67325c530b3e54ad8bfe1678\",\n \"title\": \"TokyoGo\",\n \"tags\": [\n \"\"\n ],\n \"activities\": \"Adventure\",\n \"locations\": [\n \"Egypt,Cairo\"\n ],\n \"timeline\": \"10 am\",\n \"duration\": \"1 day\",\n \"language\": \"English\",\n \"price\": 18,\n \"availableDates\": [\n \"2024-12-27T00:00:00.000Z\"\n ],\n \"accessibility\": false,\n \"pickupLocation\": \"cairo\",\n \"dropoffLocation\": \"cairo\",\n \"bookings\": 0,\n \"ratings\": [],\n \"averageRating\": 0,\n \"sales\": 120,\n \"flagged\": false,\n \"deactivated\": false,\n \"bookingOpen\": true,\n \"photo\": null,\n \"comment\": [],\n \"touristIDs\": [\n {\n \"touristId\": \"6755e05a1065bcb523b6249b\",\n \"bookingDate\": \"2024-12-27T00:00:00.000Z\",\n \"paidPrice\": 18,\n \"numberOfPeople\": 1,\n \"_id\": \"6758f797b4be6490f078fe89\"\n }\n ],\n \"createdAt\": \"2024-12-07T20:54:26.307Z\",\n \"updatedAt\": \"2024-12-11T08:40:39.841Z\",\n \"__v\": 2\n },\n {\n \"_id\": \"6754bacfd7ebf6839982cf95\",\n \"tourGuideId\": \"6755faebd3ada8752f376ae0\",\n \"title\": \"RomeWay\",\n \"tags\": [\n \"\"\n ],\n \"activities\": \"Adventure\",\n \"locations\": [\n \"Egypt,Cairo\"\n ],\n \"timeline\": \"10 am\",\n \"duration\": \"1 day\",\n \"language\": \"English\",\n \"price\": 16,\n \"availableDates\": [\n \"2024-11-01T00:00:00.000Z\"\n ],\n \"accessibility\": false,\n \"pickupLocation\": \"cairo\",\n \"dropoffLocation\": \"cairo\",\n \"bookings\": 0,\n \"ratings\": [\n 3\n ],\n \"averageRating\": 3,\n \"sales\": 121,\n \"flagged\": false,\n \"deactivated\": false,\n \"bookingOpen\": true,\n \"photo\": \"https://acl-bucket-winggo.s3.us-east-1.amazonaws.com/1733606081844Image_2.png\",\n \"comment\": [\n {\n \"tourist\": \"675534505cb665c53623e035\",\n \"text\": \"great experience\",\n \"_id\": \"6755cbb3b350d219cd7f2dfa\"\n }\n ],\n \"touristIDs\": [\n {\n \"touristId\": \"675534505cb665c53623e035\",\n \"bookingDate\": \"2024-12-27T00:00:00.000Z\",\n \"paidPrice\": 12.8,\n \"numberOfPeople\": 1,\n \"_id\": \"6755c81ab350d219cd7f2816\"\n },\n {\n \"touristId\": \"6755e05a1065bcb523b6249b\",\n \"bookingDate\": \"2024-12-27T00:00:00.000Z\",\n \"paidPrice\": 16,\n \"numberOfPeople\": 1,\n \"_id\": \"6758fbebb4be6490f0790589\"\n },\n {\n \"touristId\": \"67594b360d3162c262c298e5\",\n \"bookingDate\": \"2024-12-27T00:00:00.000Z\",\n \"paidPrice\": 16,\n \"numberOfPeople\": 1,\n \"_id\": \"675953a02c9d115a38df5d7a\"\n }\n ],\n \"createdAt\": \"2024-12-07T21:14:55.946Z\",\n \"updatedAt\": \"2024-12-11T08:56:00.305Z\",\n \"__v\": 6\n },\n {\n \"_id\": \"6754bad6d7ebf6839982cf98\",\n \"tourGuideId\": \"67325c530b3e54ad8bfe1678\",\n \"title\": \"DubaiFly\",\n \"tags\": [\n \"\"\n ],\n \"activities\": \"Adventure\",\n \"locations\": [\n \"Egypt,Cairo\"\n ],\n \"timeline\": \"10 am\",\n \"duration\": \"1 day\",\n \"language\": \"English\",\n \"price\": 16,\n \"availableDates\": [\n \"2024-12-27T00:00:00.000Z\"\n ],\n \"accessibility\": false,\n \"pickupLocation\": \"cairo\",\n \"dropoffLocation\": \"cairo\",\n \"bookings\": 0,\n \"ratings\": [],\n \"averageRating\": 0,\n \"sales\": 12,\n \"flagged\": false,\n \"deactivated\": false,\n \"bookingOpen\": true,\n \"photo\": \"https://acl-bucket-winggo.s3.us-east-1.amazonaws.com/1733606090399Image_2.png\",\n \"comment\": [],\n \"touristIDs\": [\n {\n \"touristId\": \"6755e05a1065bcb523b6249b\",\n \"bookingDate\": \"2024-12-27T00:00:00.000Z\",\n \"paidPrice\": 32,\n \"numberOfPeople\": 2,\n \"_id\": \"6758fc5a30d0e32954e31996\"\n }\n ],\n \"createdAt\": \"2024-12-07T21:15:02.821Z\",\n \"updatedAt\": \"2024-12-11T02:43:38.530Z\",\n \"__v\": 1\n },\n {\n \"_id\": \"6754cf947bcfd56e9f4fcb39\",\n \"tourGuideId\": \"67244655313a2a345110c1e6\",\n \"title\": \"BeachRun\",\n \"activities\": \"Visit the Pyramids of Giza, lunch at a local restaurant,\",\n \"locations\": [\n \"Cairo, Giza Pyramids - Egyptian Museum\"\n ],\n \"timeline\": \"9:00 AM – Meet at Tahrir Square; 10:00 AM – Giza Pyramids; 12:30 PM – Lunch; \",\n \"duration\": \"15 hours\",\n \"language\": \"french\",\n \"price\": 105,\n \"availableDates\": [\n \"2024-12-20T00:00:00.000Z\",\n \"2024-11-20T00:00:00.000Z\"\n ],\n \"accessibility\": false,\n \"pickupLocation\": \"Tahrir Square, Cairo\",\n \"dropoffLocation\": \"Cairo International Airport,cairo\",\n \"bookings\": 0,\n \"createdAt\": \"2024-10-06T14:08:12.674Z\",\n \"updatedAt\": \"2024-12-08T17:02:16.144Z\",\n \"__v\": 19,\n \"tags\": [\n \"historic areas\",\n \"historic areas\"\n ],\n \"flagged\": false,\n \"deactivated\": false,\n \"averageRating\": 3.7142857142857144,\n \"comment\": [\n {\n \"tourist\": \"67240ed8c40a7f3005a1d01d\",\n \"text\": \"good\",\n \"_id\": \"672acf116c7bc8c462c12a17\"\n },\n {\n \"tourist\": \"67240ed8c40a7f3005a1d01d\",\n \"text\": \"nicee!\",\n \"_id\": \"672ad46d6c7bc8c462c12aa3\"\n },\n {\n \"tourist\": \"67240ed8c40a7f3005a1d01d\",\n \"text\": \"great!\",\n \"_id\": \"672ad48d6c7bc8c462c12ace\"\n },\n {\n \"tourist\": \"67240ed8c40a7f3005a1d01d\",\n \"text\": \"yayaya\",\n \"_id\": \"672e527916406052adf0db16\"\n },\n {\n \"tourist\": \"67240ed8c40a7f3005a1d01d\",\n \"text\": \"tohfaa\",\n \"_id\": \"672e5323dcf76760f409a9dd\"\n },\n {\n \"tourist\": \"67240ed8c40a7f3005a1d01d\",\n \"text\": \"helww\",\n \"_id\": \"672f891ddf25d21b942f9287\"\n }\n ],\n \"ratings\": [\n 2,\n 4,\n 4,\n 3,\n 5,\n 4,\n 4\n ],\n \"bookingOpen\": true,\n \"sales\": 12,\n \"touristIDs\": [\n {\n \"touristId\": \"67240ed8c40a7f3005a1d01d\",\n \"bookingDate\": \"2024-10-20T00:00:00.000Z\",\n \"paidPrice\": 204,\n \"numberOfPeople\": 2,\n \"_id\": \"6754c3118f185044ea6f48f7\"\n }\n ]\n },\n {\n \"_id\": \"6755133e1b65b4602c7321b2\",\n \"tourGuideId\": \"67325c530b3e54ad8bfe1678\",\n \"title\": \"CityVibe\",\n \"tags\": [\n \"\"\n ],\n \"activities\": \"Adventure\",\n \"locations\": [\n \"Egypt,Cairo\"\n ],\n \"timeline\": \"10 am\",\n \"duration\": \"1 day\",\n \"language\": \"English\",\n \"price\": 16,\n \"availableDates\": [\n \"2024-12-27T00:00:00.000Z\"\n ],\n \"accessibility\": false,\n \"pickupLocation\": \"cairo\",\n \"dropoffLocation\": \"cairo\",\n \"bookings\": 0,\n \"ratings\": [],\n \"averageRating\": 0,\n \"sales\": 0,\n \"flagged\": false,\n \"deactivated\": false,\n \"bookingOpen\": true,\n \"photo\": \"https://acl-bucket-winggo.s3.us-east-1.amazonaws.com/1733628723536Image_2.png\",\n \"comment\": [],\n \"touristIDs\": [],\n \"createdAt\": \"2024-12-08T03:32:14.333Z\",\n \"updatedAt\": \"2024-12-08T03:32:14.333Z\",\n \"__v\": 0\n },\n {\n \"_id\": \"675551093999fe8d99633646\",\n \"tourGuideId\": \"67325c530b3e54ad8bfe1678\",\n \"title\": \"FoodieTour\",\n \"tags\": [\n \"6714e32a14873e5c84a4f6fd\"\n ],\n \"activities\": \"vv\",\n \"locations\": [\n \"uu,uuuii\"\n ],\n \"timeline\": \"wassa\",\n \"duration\": \"4\",\n \"language\": \"hh\",\n \"price\": 8,\n \"availableDates\": [\n \"2025-01-01T00:00:00.000Z\",\n \"2025-01-10T00:00:00.000Z\"\n ],\n \"accessibility\": false,\n \"pickupLocation\": \"jjj\",\n \"dropoffLocation\": \"jj\",\n \"bookings\": 0,\n \"ratings\": [],\n \"averageRating\": 0,\n \"sales\": 11,\n \"flagged\": false,\n \"deactivated\": false,\n \"bookingOpen\": true,\n \"photo\": \"https://acl-bucket-winggo.s3.us-east-1.amazonaws.com/1733644551507fcf6f4ce-9590-48ae-b6e3-0f232312fe26.jpg\",\n \"comment\": [],\n \"touristIDs\": [\n {\n \"touristId\": \"675534505cb665c53623e035\",\n \"bookingDate\": \"2025-01-01T00:00:00.000Z\",\n \"paidPrice\": 8,\n \"numberOfPeople\": 1,\n \"_id\": \"6755dc88d2d543a916e0ad54\"\n }\n ],\n \"createdAt\": \"2024-12-08T07:55:53.916Z\",\n \"updatedAt\": \"2024-12-08T17:51:04.375Z\",\n \"__v\": 1\n },\n {\n \"_id\": \"6755510a3999fe8d99633649\",\n \"tourGuideId\": \"67325c530b3e54ad8bfe1678\",\n \"title\": \"HistoryWay\",\n \"tags\": [\n \"6714e32a14873e5c84a4f6fd\"\n ],\n \"activities\": \"vv\",\n \"locations\": [\n \"uu,uuuii\"\n ],\n \"timeline\": \"wassa\",\n \"duration\": \"4\",\n \"language\": \"hh\",\n \"price\": 8,\n \"availableDates\": [\n \"2025-01-01T00:00:00.000Z\",\n \"2025-01-10T00:00:00.000Z\"\n ],\n \"accessibility\": false,\n \"pickupLocation\": \"jjj\",\n \"dropoffLocation\": \"jj\",\n \"bookings\": 0,\n \"ratings\": [],\n \"averageRating\": 0,\n \"sales\": 0,\n \"flagged\": false,\n \"deactivated\": false,\n \"bookingOpen\": true,\n \"photo\": \"https://acl-bucket-winggo.s3.us-east-1.amazonaws.com/1733644552704fcf6f4ce-9590-48ae-b6e3-0f232312fe26.jpg\",\n \"comment\": [],\n \"touristIDs\": [],\n \"createdAt\": \"2024-12-08T07:55:54.554Z\",\n \"updatedAt\": \"2024-12-08T07:55:54.554Z\",\n \"__v\": 0\n },\n {\n \"_id\": \"675587ba99cf7e7869734f1b\",\n \"tourGuideId\": \"6755faebd3ada8752f376ae0\",\n \"title\": \"AdventureX\",\n \"tags\": [\n \"6714e37714873e5c84a4f6ff\"\n ],\n \"activities\": \"hiking\",\n \"locations\": [\n \"gg,gg\"\n ],\n \"timeline\": \"7:00 am to 10:00 am\",\n \"duration\": \"7\",\n \"language\": \"English\",\n \"price\": 0,\n \"availableDates\": [\n \"2024-12-20T00:00:00.000Z\",\n \"2024-12-25T00:00:00.000Z\"\n ],\n \"accessibility\": false,\n \"pickupLocation\": \"Downtown Cairo\",\n \"dropoffLocation\": \"Giza Pyramids\",\n \"bookings\": 0,\n \"ratings\": [],\n \"averageRating\": 0,\n \"sales\": 0,\n \"flagged\": false,\n \"deactivated\": false,\n \"bookingOpen\": true,\n \"photo\": \"https://acl-bucket-winggo.s3.us-east-1.amazonaws.com/1733658551955fcf6f4ce-9590-48ae-b6e3-0f232312fe26.jpg\",\n \"comment\": [],\n \"touristIDs\": [],\n \"createdAt\": \"2024-12-08T11:49:14.690Z\",\n \"updatedAt\": \"2024-12-08T13:39:40.338Z\",\n \"__v\": 1\n },\n {\n \"_id\": \"675955212c9d115a38df5e66\",\n \"tourGuideId\": \"6755faebd3ada8752f376ae0\",\n \"title\": \"eval\",\n \"tags\": [\n \"6714e37714873e5c84a4f6ff\"\n ],\n \"activities\": \"test\",\n \"locations\": [\n \"sadf\"\n ],\n \"timeline\": \"test\",\n \"duration\": \"11\",\n \"language\": \"english\",\n \"price\": 10,\n \"availableDates\": [\n \"2024-12-12T00:00:00.000Z\"\n ],\n \"accessibility\": false,\n \"pickupLocation\": \"asd\",\n \"dropoffLocation\": \"sad\",\n \"bookings\": 0,\n \"ratings\": [],\n \"averageRating\": 0,\n \"sales\": 0,\n \"flagged\": true,\n \"deactivated\": true,\n \"bookingOpen\": true,\n \"photo\": \"https://acl-bucket-winggo.s3.us-east-1.amazonaws.com/1733907743196lamp.jpg\",\n \"comment\": [],\n \"touristIDs\": [],\n \"createdAt\": \"2024-12-11T09:02:25.186Z\",\n \"updatedAt\": \"2024-12-11T09:10:25.693Z\",\n \"__v\": 0\n }\n]" } ] }, { "name": "Tour Guide Updating Itinerary", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"title\": \"CairoExpoooo\",\r\n \"timeline\": \"2 AM - 6AM\",\r\n \"duration\": \"4 hours\"\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://localhost:8000/tourGuide/UpdateItinerary/671426c51e35596ba633eeda?tourGuideId=6755faebd3ada8752f376ae0", "protocol": "http", "host": [ "localhost" ], "port": "8000", "path": [ "tourGuide", "UpdateItinerary", "671426c51e35596ba633eeda" ], "query": [ { "key": "tourGuideId", "value": "6755faebd3ada8752f376ae0" } ] } }, "response": [ { "name": "Tour Guide Updating Itinerary", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"title\": \"CairoExpoooo\",\r\n \"timeline\": \"2 AM - 6AM\",\r\n \"duration\": \"4 hours\"\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://localhost:8000/tourGuide/UpdateItinerary/671426c51e35596ba633eeda?tourGuideId=6755faebd3ada8752f376ae0", "protocol": "http", "host": [ "localhost" ], "port": "8000", "path": [ "tourGuide", "UpdateItinerary", "671426c51e35596ba633eeda" ], "query": [ { "key": "tourGuideId", "value": "6755faebd3ada8752f376ae0" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "X-Powered-By", "value": "Express" }, { "key": "Access-Control-Allow-Origin", "value": "*" }, { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Content-Length", "value": "831" }, { "key": "ETag", "value": "W/\"33f-J91qe8ywf5WgPAB6ZFrx+lrowSg\"" }, { "key": "Date", "value": "Thu, 19 Dec 2024 14:45:41 GMT" }, { "key": "Connection", "value": "keep-alive" }, { "key": "Keep-Alive", "value": "timeout=5" } ], "cookie": [], "body": "{\n \"message\": \"Itinerary updated successfully\",\n \"itinerary\": {\n \"_id\": \"671426c51e35596ba633eeda\",\n \"tourGuideId\": \"6755faebd3ada8752f376ae0\",\n \"title\": \"CairoExpoooo\",\n \"tags\": [\n \"Shopping\"\n ],\n \"activities\": \"play\",\n \"locations\": [\n \"Cairo\"\n ],\n \"timeline\": \"2 AM - 6AM\",\n \"duration\": \"4 hours\",\n \"language\": \"French\",\n \"price\": 100,\n \"availableDates\": [\n \"2024-12-08T00:00:00.000Z\",\n \"2024-12-30T00:00:00.000Z\"\n ],\n \"accessibility\": false,\n \"pickupLocation\": \"Rehab Mall 2\",\n \"dropoffLocation\": \"Rehab Mall 2\",\n \"bookings\": 0,\n \"ratings\": [\n 0\n ],\n \"flagged\": true,\n \"createdAt\": \"2024-10-19T21:38:13.585Z\",\n \"updatedAt\": \"2024-12-19T14:45:40.980Z\",\n \"__v\": 8,\n \"deactivated\": true,\n \"averageRating\": 0,\n \"comment\": [],\n \"sales\": 41810,\n \"bookingOpen\": false,\n \"touristIDs\": [\n {\n \"touristId\": \"67594b360d3162c262c298e5\",\n \"bookingDate\": \"2024-12-08T00:00:00.000Z\",\n \"paidPrice\": 500,\n \"numberOfPeople\": 5,\n \"_id\": \"67595830feefb6bbf5d738b3\"\n }\n ]\n }\n}" } ] }, { "name": "Admin adding an Admin", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"username\":\"test12345678\",\r\n \"password\": \"test\",\r\n \"email\": \"test12345678@gmail.com\"\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://localhost:8000/admin/add-admin", "protocol": "http", "host": [ "localhost" ], "port": "8000", "path": [ "admin", "add-admin" ] } }, "response": [ { "name": "New Request", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"username\":\"test12345678\",\r\n \"password\": \"test\",\r\n \"email\": \"test12345678@gmail.com\"\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://localhost:8000/admin/add-admin", "protocol": "http", "host": [ "localhost" ], "port": "8000", "path": [ "admin", "add-admin" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "X-Powered-By", "value": "Express" }, { "key": "Access-Control-Allow-Origin", "value": "*" }, { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Content-Length", "value": "241" }, { "key": "ETag", "value": "W/\"f1-Q7cEMjlMnH1+ZXhE42s9qlFYdDo\"" }, { "key": "Date", "value": "Thu, 19 Dec 2024 15:06:56 GMT" }, { "key": "Connection", "value": "keep-alive" }, { "key": "Keep-Alive", "value": "timeout=5" } ], "cookie": [], "body": "{\n \"message\": \"Admin added successfully\",\n \"admin\": {\n \"username\": \"test12345678\",\n \"password\": \"$2b$10$OezepV/muDMePj6ODmELlecS5DVjzRZWIIjbCUn91q8j971nBrgkm\",\n \"email\": \"test12345678@gmail.com\",\n \"_id\": \"6764369011b7efdef528ebc2\",\n \"notifications\": [],\n \"__v\": 0\n }\n}" } ] }, { "name": "Admin adding Prefrence tag", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"name\": \"Thriller\"\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://localhost:8000/admin/preferences", "protocol": "http", "host": [ "localhost" ], "port": "8000", "path": [ "admin", "preferences" ] } }, "response": [ { "name": "New Request", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"name\": \"Thriller\"\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://localhost:8000/admin/preferences", "protocol": "http", "host": [ "localhost" ], "port": "8000", "path": [ "admin", "preferences" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "X-Powered-By", "value": "Express" }, { "key": "Access-Control-Allow-Origin", "value": "*" }, { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Content-Length", "value": "210" }, { "key": "ETag", "value": "W/\"d2-FXVz7az1N1eIfJTYDlFs+5efAs4\"" }, { "key": "Date", "value": "Thu, 19 Dec 2024 15:08:10 GMT" }, { "key": "Connection", "value": "keep-alive" }, { "key": "Keep-Alive", "value": "timeout=5" } ], "cookie": [], "body": "{\n \"message\": \"Preference tag created successfully\",\n \"tag\": {\n \"name\": \"Thriller\",\n \"isActive\": true,\n \"_id\": \"676436da11b7efdef528ebc6\",\n \"createdAt\": \"2024-12-19T15:08:10.863Z\",\n \"updatedAt\": \"2024-12-19T15:08:10.863Z\",\n \"__v\": 0\n }\n}" } ] }, { "name": "Advertiser getting all his activities", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8000/advertiser/activities?advertiserId=66fb37dda63c04def29f944e", "protocol": "http", "host": [ "localhost" ], "port": "8000", "path": [ "advertiser", "activities" ], "query": [ { "key": "advertiserId", "value": "66fb37dda63c04def29f944e" } ] } }, "response": [ { "name": "New Request", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8000/advertiser/activities?advertiserId=66fb37dda63c04def29f944e", "protocol": "http", "host": [ "localhost" ], "port": "8000", "path": [ "advertiser", "activities" ], "query": [ { "key": "advertiserId", "value": "66fb37dda63c04def29f944e" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "X-Powered-By", "value": "Express" }, { "key": "Access-Control-Allow-Origin", "value": "*" }, { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Content-Length", "value": "530" }, { "key": "ETag", "value": "W/\"212-SKn7JT6RW3C99LN6BkjCkwMv7S4\"" }, { "key": "Date", "value": "Thu, 19 Dec 2024 15:10:39 GMT" }, { "key": "Connection", "value": "keep-alive" }, { "key": "Keep-Alive", "value": "timeout=5" } ], "cookie": [], "body": "{\n \"activities\": [\n {\n \"_id\": \"67312cfa4c5e13f07b0421dd\",\n \"name\": \"Hiking\",\n \"date\": \"2025-02-03T00:00:00.000Z\",\n \"time\": \"10\",\n \"location\": \"egypt\",\n \"price\": 150,\n \"category\": \"Cultural\",\n \"tags\": [\n \"kkk\",\n \"Shopping\",\n \"family-friendly\"\n ],\n \"specialDiscounts\": \"7\",\n \"bookingOpen\": true,\n \"advertiser\": \"66fb37dda63c04def29f944e\",\n \"flagged\": true,\n \"touristIDs\": [\n {\n \"touristId\": \"67240ed8c40a7f3005a1d01d\",\n \"paidPrice\": 160,\n \"numberOfPeople\": 2,\n \"_id\": \"6754d0121d3b5a15ba1157eb\"\n }\n ],\n \"averageRating\": 0,\n \"ratings\": [],\n \"comments\": [],\n \"__v\": 3,\n \"numberOfPeople\": 1,\n \"sales\": 2,\n \"description\": \"\"\n }\n ]\n}" } ] }, { "name": "Advertiser updaing an activity photo", "request": { "method": "PUT", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "file", "type": "file", "src": "/D:/Downloads/GUC_312_64_46306_2024-11-09T16_01_08 (3)/Project Description/course-logo.png" } ] }, "url": { "raw": "http://localhost:8000/advertiser/activities/photo/67312cfa4c5e13f07b0421dd", "protocol": "http", "host": [ "localhost" ], "port": "8000", "path": [ "advertiser", "activities", "photo", "67312cfa4c5e13f07b0421dd" ] } }, "response": [ { "name": "Advertiser updaing an", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "file", "type": "file", "src": "/D:/Downloads/GUC_312_64_46306_2024-11-09T16_01_08 (3)/Project Description/course-logo.png" } ] }, "url": { "raw": "http://localhost:8000/advertiser/activities/photo/67312cfa4c5e13f07b0421dd", "protocol": "http", "host": [ "localhost" ], "port": "8000", "path": [ "advertiser", "activities", "photo", "67312cfa4c5e13f07b0421dd" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "X-Powered-By", "value": "Express" }, { "key": "Access-Control-Allow-Origin", "value": "*" }, { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Content-Length", "value": "657" }, { "key": "ETag", "value": "W/\"291-SL95Sc3DGpJoXDiffDm6xLWRNWI\"" }, { "key": "Date", "value": "Thu, 19 Dec 2024 15:12:32 GMT" }, { "key": "Connection", "value": "keep-alive" }, { "key": "Keep-Alive", "value": "timeout=5" } ], "cookie": [], "body": "{\n \"message\": \"Photo updated successfully\",\n \"activity\": {\n \"_id\": \"67312cfa4c5e13f07b0421dd\",\n \"name\": \"Hiking\",\n \"date\": \"2025-02-03T00:00:00.000Z\",\n \"time\": \"10\",\n \"location\": \"egypt\",\n \"price\": 150,\n \"category\": \"Cultural\",\n \"tags\": [\n \"kkk\",\n \"Shopping\",\n \"family-friendly\"\n ],\n \"specialDiscounts\": \"7\",\n \"bookingOpen\": true,\n \"advertiser\": \"66fb37dda63c04def29f944e\",\n \"flagged\": true,\n \"touristIDs\": [\n {\n \"touristId\": \"67240ed8c40a7f3005a1d01d\",\n \"paidPrice\": 160,\n \"numberOfPeople\": 2,\n \"_id\": \"6754d0121d3b5a15ba1157eb\"\n }\n ],\n \"averageRating\": 0,\n \"ratings\": [],\n \"comments\": [],\n \"__v\": 3,\n \"numberOfPeople\": 1,\n \"sales\": 2,\n \"description\": \"\",\n \"photo\": \"https://acl-bucket-winggo.s3.us-east-1.amazonaws.com/1734621151112course-logo.png\"\n }\n}" } ] }, { "name": "Admin getting all preference tags", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8000/admin/preferences", "protocol": "http", "host": [ "localhost" ], "port": "8000", "path": [ "admin", "preferences" ] } }, "response": [ { "name": "New Request", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8000/admin/preferences", "protocol": "http", "host": [ "localhost" ], "port": "8000", "path": [ "admin", "preferences" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "X-Powered-By", "value": "Express" }, { "key": "Access-Control-Allow-Origin", "value": "*" }, { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Content-Length", "value": "827" }, { "key": "ETag", "value": "W/\"33b-ZpNlBjcKLjaLvitSR5Odd+O6Qy0\"" }, { "key": "Date", "value": "Thu, 19 Dec 2024 15:13:45 GMT" }, { "key": "Connection", "value": "keep-alive" }, { "key": "Keep-Alive", "value": "timeout=5" } ], "cookie": [], "body": "[\n {\n \"_id\": \"6714e32a14873e5c84a4f6fd\",\n \"name\": \"Beach\",\n \"description\": \"Explore ancient historical sites\",\n \"isActive\": true,\n \"createdAt\": \"2024-10-20T11:02:02.874Z\",\n \"updatedAt\": \"2024-12-04T12:06:08.268Z\",\n \"__v\": 0\n },\n {\n \"_id\": \"6714e37714873e5c84a4f6ff\",\n \"name\": \"Shopping\",\n \"isActive\": true,\n \"createdAt\": \"2024-10-20T11:03:19.433Z\",\n \"updatedAt\": \"2024-10-20T11:03:19.433Z\",\n \"__v\": 0\n },\n {\n \"_id\": \"671518e6bd1c7eed76c34f57\",\n \"name\": \"family-friendly\",\n \"isActive\": true,\n \"createdAt\": \"2024-10-20T14:51:18.095Z\",\n \"updatedAt\": \"2024-10-20T14:51:18.095Z\",\n \"__v\": 0\n },\n {\n \"_id\": \"6750459ddf790cc3e5320261\",\n \"name\": \"Nature\",\n \"isActive\": true,\n \"createdAt\": \"2024-12-04T12:05:49.067Z\",\n \"updatedAt\": \"2024-12-04T12:05:49.067Z\",\n \"__v\": 0\n },\n {\n \"_id\": \"676436da11b7efdef528ebc6\",\n \"name\": \"Thriller\",\n \"isActive\": true,\n \"createdAt\": \"2024-12-19T15:08:10.863Z\",\n \"updatedAt\": \"2024-12-19T15:08:10.863Z\",\n \"__v\": 0\n }\n]" } ] } ] }