{"info":{"_postman_id":"0d248b4b-2c73-409a-8926-809af3365454","name":"Enchante API Docs","description":"<html><head></head><body><p>This is the API docs for Enchanté Core-API. Checkout the repository <a href=\"https://github.com/EnchanteHQ/core-api\">here</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"11033610","collectionId":"0d248b4b-2c73-409a-8926-809af3365454","publishedId":"Tzm5JxSi","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-07-08T16:08:33.000Z"},"item":[{"name":"Offers","item":[{"name":"Get Offer by ID","id":"b35f90c6-3403-4e82-971d-e3cb429a1936","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/v1/user/offer/60dad784d50d5c6a196fc3bd","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0d248b4b-2c73-409a-8926-809af3365454","id":"0d248b4b-2c73-409a-8926-809af3365454","name":"Enchante API Docs","type":"collection"}},"urlObject":{"path":["v1","user","offer","60dad784d50d5c6a196fc3bd"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"011481e9-4c82-40ea-9696-52c1766176ce","name":"Get Offer by ID","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/v1/user/offer/60dad784d50d5c6a196fc3bd"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"276"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"114-Z47IQpHYxTOUrXJcbeaIp1L6z/w\""},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Date","value":"Thu, 08 Jul 2021 16:05:47 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": \"true\",\n    \"message\": \"The requested offer has been sent!\",\n    \"data\": {\n        \"offer\": {\n            \"name\": \"Early Bird Offer\",\n            \"type\": \"100 USD off\",\n            \"value\": 10,\n            \"_id\": \"60dad784d50d5c6a196fc3bd\",\n            \"description\": \"Get flat 100 USD off on your first transaction on the app before 21st August\",\n            \"__v\": 0\n        }\n    }\n}"}],"_postman_id":"b35f90c6-3403-4e82-971d-e3cb429a1936"}],"id":"fd48b179-faea-43ef-b44e-4ad9d7084dad","_postman_id":"fd48b179-faea-43ef-b44e-4ad9d7084dad","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0d248b4b-2c73-409a-8926-809af3365454","id":"0d248b4b-2c73-409a-8926-809af3365454","name":"Enchante API Docs","type":"collection"}}},{"name":"Transactions","item":[{"name":"Pay for Event","id":"397f6cec-e00b-4df7-b8ed-6553cec564d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"eventId\":\"60dad52390fb8c65a27f8bab\",\n    \"passId\":\"60dad52390fb8c65a27f8bac\",\n    \"offerId\":\"60dad784d50d5c6a196fc3bd\",\n    \"rapydId\":\"transaction_id_here\"\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/v1/user/transaction/pay-for-event","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0d248b4b-2c73-409a-8926-809af3365454","id":"0d248b4b-2c73-409a-8926-809af3365454","name":"Enchante API Docs","type":"collection"}},"urlObject":{"path":["v1","user","transaction","pay-for-event"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"dd772d95-657d-41b2-9704-b9256571cc6d","name":"Pay for Event","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"eventId\":\"60dad52390fb8c65a27f8bab\",\n    \"passId\":\"60dad52390fb8c65a27f8bac\",\n    \"offerId\":\"60dad784d50d5c6a196fc3bd\",\n    \"rapydId\":\"transaction_id_here\"\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/v1/user/transaction/pay-for-event"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"632"},{"key":"ETag","value":"W/\"278-Go/7KSimPU/wxrDDt7OhvDOECOk\""},{"key":"Date","value":"Thu, 08 Jul 2021 04:40:17 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": \"true\",\n    \"message\": \"Welcome to the event\",\n    \"data\": {\n        \"entryInEventTransaction\": [\n            {\n                \"_id\": \"60e681b1ea52384b15491891\",\n                \"senderId\": \"60e191083089b63e8708c450\",\n                \"receiverId\": \"60e57909cd9ed15b9885165a\",\n                \"eventId\": \"60dad52390fb8c65a27f8bab\",\n                \"amount\": 790,\n                \"offerId\": \"60dad784d50d5c6a196fc3bd\",\n                \"type\": \"event-entry\",\n                \"transactionStatus\": \"success\",\n                \"rapydId\": \"transaction_id_here\",\n                \"__v\": 0\n            }\n        ],\n        \"newUserInEvent\": [\n            {\n                \"transactions\": [\n                    \"60e681b1ea52384b15491891\"\n                ],\n                \"_id\": \"60e681b1ea52384b15491893\",\n                \"eventId\": \"60dad52390fb8c65a27f8bab\",\n                \"userId\": \"60e191083089b63e8708c450\",\n                \"budget\": \"60dad5d5d4a82966dd6aa433\",\n                \"passType\": \"60dad52390fb8c65a27f8bac\",\n                \"__v\": 0\n            }\n        ]\n    }\n}"}],"_postman_id":"397f6cec-e00b-4df7-b8ed-6553cec564d9"},{"name":"Pay in Event","id":"24c4f878-84fa-4f50-a59f-3f12a8500eb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"eventId\":\"60dad52390fb8c65a27f8bab\",\n    \"rapydId\":\"transaction_id_here\",\n    \"receiverId\":\"60dec382d03b0422c46e5a3b\",\n    \"amount\":700\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/v1/user/transaction/pay-in-event","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0d248b4b-2c73-409a-8926-809af3365454","id":"0d248b4b-2c73-409a-8926-809af3365454","name":"Enchante API Docs","type":"collection"}},"urlObject":{"path":["v1","user","transaction","pay-in-event"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"c8c43059-d7f8-4951-b10a-fea73cdc72b1","name":"Pay in Event","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"eventId\":\"60dad52390fb8c65a27f8bab\",\n    \"rapydId\":\"transaction_id_here\",\n    \"receiverId\":\"60dec382d03b0422c46e5a3b\",\n    \"amount\":700\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/v1/user/transaction/pay-in-event"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"651"},{"key":"ETag","value":"W/\"28b-e3dL/GVqeipLokQTbzzBB0T0nog\""},{"key":"Date","value":"Thu, 08 Jul 2021 04:40:47 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": \"true\",\n    \"message\": \"Succesfully paid for the in-event transaction\",\n    \"data\": {\n        \"entryInEventTransaction\": [\n            {\n                \"_id\": \"60e681cfea52384b1549189a\",\n                \"senderId\": \"60e191083089b63e8708c450\",\n                \"receiverId\": \"60dec382d03b0422c46e5a3b\",\n                \"eventId\": \"60dad52390fb8c65a27f8bab\",\n                \"amount\": 700,\n                \"type\": \"in-event\",\n                \"transactionStatus\": \"success\",\n                \"rapydId\": \"transaction_id_here\",\n                \"__v\": 0\n            }\n        ],\n        \"AddTransactionInMapping\": {\n            \"transactions\": [\n                \"60e681b1ea52384b15491891\",\n                \"60e681cfea52384b1549189a\"\n            ],\n            \"_id\": \"60e681b1ea52384b15491893\",\n            \"eventId\": \"60dad52390fb8c65a27f8bab\",\n            \"userId\": \"60e191083089b63e8708c450\",\n            \"budget\": \"60dad5d5d4a82966dd6aa433\",\n            \"passType\": \"60dad52390fb8c65a27f8bac\",\n            \"__v\": 0\n        }\n    }\n}"}],"_postman_id":"24c4f878-84fa-4f50-a59f-3f12a8500eb2"}],"id":"93f0cfac-87b1-442e-b6ae-8f8235369ec3","_postman_id":"93f0cfac-87b1-442e-b6ae-8f8235369ec3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0d248b4b-2c73-409a-8926-809af3365454","id":"0d248b4b-2c73-409a-8926-809af3365454","name":"Enchante API Docs","type":"collection"}}},{"name":"Vendor AR","item":[{"name":"Add Vendor AR ID","id":"e2b63d0e-d926-470b-9f55-343fbcd1aca3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"vendorID\":\"\",\n    \"ARID\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/misc/vendor/ar-id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0d248b4b-2c73-409a-8926-809af3365454","id":"0d248b4b-2c73-409a-8926-809af3365454","name":"Enchante API Docs","type":"collection"}},"urlObject":{"path":["misc","vendor","ar-id"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[],"_postman_id":"e2b63d0e-d926-470b-9f55-343fbcd1aca3"},{"name":"getVendorARID","id":"5153d3f1-5c3d-4d07-8f1a-19ac8c7c142c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/misc/vendor/ar-id?vendorID=abc","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0d248b4b-2c73-409a-8926-809af3365454","id":"0d248b4b-2c73-409a-8926-809af3365454","name":"Enchante API Docs","type":"collection"}},"urlObject":{"path":["misc","vendor","ar-id"],"host":["http://localhost:8000"],"query":[{"key":"vendorID","value":"abc"}],"variable":[]}},"response":[],"_postman_id":"5153d3f1-5c3d-4d07-8f1a-19ac8c7c142c"}],"id":"2efa3c4a-6892-46ab-bbb4-3c0befbd9e93","_postman_id":"2efa3c4a-6892-46ab-bbb4-3c0befbd9e93","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0d248b4b-2c73-409a-8926-809af3365454","id":"0d248b4b-2c73-409a-8926-809af3365454","name":"Enchante API Docs","type":"collection"}}},{"name":"Events","item":[{"name":"Get Event by ID","id":"50e12c85-9807-488f-9bba-af26a8973ab6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"userId\":\"60dad52390fb8c65a27f8bab\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/v1/user/event/60dad52390fb8c65a27f8bab","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0d248b4b-2c73-409a-8926-809af3365454","id":"0d248b4b-2c73-409a-8926-809af3365454","name":"Enchante API Docs","type":"collection"}},"urlObject":{"path":["v1","user","event","60dad52390fb8c65a27f8bab"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"6cbfc54e-822b-4103-90fb-4711f92c462f","name":"Get Event by ID","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"userId\":\"60dad52390fb8c65a27f8bab\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/v1/user/event/60dad52390fb8c65a27f8bab"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1751"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"6d7-pjemSWnNl8Nf1EhDk52THdC4GmY\""},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Date","value":"Thu, 08 Jul 2021 16:04:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": \"true\",\n    \"message\": \"The requested event has been sent!\",\n    \"data\": {\n        \"events\": {\n            \"assets\": {\n                \"otherImages\": [\n                    \"lmao.com\",\n                    \"noob.com\"\n                ],\n                \"logo\": \"https://logodownload.org/wp-content/uploads/2016/11/formula-1-logo-2-2.png\",\n                \"banner\": \"https://i.ibb.co/9m5XZMN/image-23.png\"\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"lat\": \"24.46994128423963\",\n                    \"lon\": \"54.60514191693083\"\n                },\n                \"humanformAddress\": \"Yas Marina Circuit, UAE\",\n                \"mapsUrl\": \"https://goo.gl/maps/VADceVkQU34ybx5E7\"\n            },\n            \"duration\": {\n                \"startTimeAndDate\": \"10 Dec 2021 10:00\",\n                \"endTimeAndDate\": \"12 Dec 2021 19:00\"\n            },\n            \"description\": \"The Abu Dhabi Grand Prix is a Formula One motor racing event. In 2009. The track debuted as that year’s Formula 1 season finale, with Red Bull’s Sebastian Vettel winning from team mate Mark Webber and the already-crowned 2009 champion Jenson Button. Vettel would go on to secure his first title in Abu Dhabi a year later, amid much crying.\",\n            \"schedule\": \"\",\n            \"tags\": [\n                \"Motorsports\",\n                \"Racing\",\n                \"F1\"\n            ],\n            \"_id\": \"60dad52390fb8c65a27f8bab\",\n            \"name\": \"Abu Dhabi Grand Prix 2021\",\n            \"parentOrg\": \"FIA\",\n            \"status\": \"As Scheduled\",\n            \"passes\": [\n                {\n                    \"_id\": \"60dad52390fb8c65a27f8bac\",\n                    \"passName\": \"Main Grand Stand\",\n                    \"availableNumber\": 200,\n                    \"price\": 2000,\n                    \"description\": \"Best Stand at the circuit. Perfect view of the podium, race-start, and pitstops.\"\n                },\n                {\n                    \"_id\": \"60dad52390fb8c65a27f8bad\",\n                    \"passName\": \"Paddock Club\",\n                    \"availableNumber\": 50,\n                    \"price\": 5000,\n                    \"description\": \"Best seats in town! Live the weekend above the pits.\"\n                }\n            ],\n            \"__v\": 0,\n            \"faq\": []\n        },\n        \"offersWrtEventOrUser\": [\n            {\n                \"scope\": {\n                    \"userId\": [\n                        \"60e191083089b63e8708c450\",\n                        \"\"\n                    ],\n                    \"eventId\": [\n                        \"60dad52390fb8c65a27f8bac\"\n                    ]\n                },\n                \"name\": \"Early Bird Offer\",\n                \"type\": \"100 USD off\",\n                \"value\": 10,\n                \"_id\": \"60dad784d50d5c6a196fc3bd\",\n                \"description\": \"Get flat 100 USD off on your first transaction on the app before 21st August\",\n                \"__v\": 0\n            }\n        ]\n    }\n}"}],"_postman_id":"50e12c85-9807-488f-9bba-af26a8973ab6"}],"id":"aabbf137-856a-40f2-87e7-73a27ffa5c9b","_postman_id":"aabbf137-856a-40f2-87e7-73a27ffa5c9b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0d248b4b-2c73-409a-8926-809af3365454","id":"0d248b4b-2c73-409a-8926-809af3365454","name":"Enchante API Docs","type":"collection"}}},{"name":"User Profile","item":[{"name":"Get Profile Details","id":"e089cea7-3a72-41a4-9ade-37388b3e7213","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:8000/v1/user/profile/get","description":"<p>Get details about user's profile</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0d248b4b-2c73-409a-8926-809af3365454","id":"0d248b4b-2c73-409a-8926-809af3365454","name":"Enchante API Docs","type":"collection"}},"urlObject":{"path":["v1","user","profile","get"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"44f8bc6b-17a5-4a3a-a32f-3b4618826809","name":"Get Profile Details","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:8000/v1/user/profile/get"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"558"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"22e-/wxalbRuewwlXa0ioaHuawTRyvk\""},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Date","value":"Thu, 08 Jul 2021 15:57:29 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": \"true\",\n    \"message\": \"Profile to be served!\",\n    \"data\": {\n        \"user\": {\n            \"coordinates\": {\n                \"lat\": \"\",\n                \"lon\": \"\"\n            },\n            \"name\": \"Shubham Palriwala\",\n            \"userImg\": \"https://www.pixsy.com/wp-content/uploads/2021/04/ben-sweet-2LowviVHZ-E-unsplash-1.jpeg\",\n            \"description\": \"I am a noob\",\n            \"socialLink\": \"https://github.com/ShubhamPalriwala\",\n            \"interestedIn\": [\n                \"Parties\"\n            ],\n            \"wishlistedEvents\": [],\n            \"registrationCompleted\": true,\n            \"_id\": \"60e191083089b63e8708c450\",\n            \"email\": \"spalriwalau@gmail.com\",\n            \"eventsRegistered\": [],\n            \"phoneNumber\": \"+919977559476\",\n            \"walletId\": \"ewallet_8d09a91240a0b746cf7375d892fe0add\"\n        }\n    }\n}"}],"_postman_id":"e089cea7-3a72-41a4-9ade-37388b3e7213"},{"name":"Get Past and Future User Events","id":"6adbc711-1b7a-44da-960e-d1d6bf914645","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/v1/user/profile/get-my-events","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0d248b4b-2c73-409a-8926-809af3365454","id":"0d248b4b-2c73-409a-8926-809af3365454","name":"Enchante API Docs","type":"collection"}},"urlObject":{"path":["v1","user","profile","get-my-events"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"8fab1454-eda4-4ea7-b49b-3d4a41cd3a33","name":"Get Past and Future User Events","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/v1/user/profile/get-my-events"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3030"},{"key":"Etag","value":"W/\"bd6-NJaXXW9sn5vVdZAXID+FHJ/uiZs\""},{"key":"Date","value":"Thu, 08 Jul 2021 14:53:14 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": \"true\",\n    \"message\": \"User's events have been sent!\",\n    \"data\": {\n        \"pastEvents\": [\n            {\n                \"_id\": \"60e6b521d0e7f5f02cf824af\",\n                \"eventId\": {\n                    \"assets\": {\n                        \"otherImages\": [\n                            \"lmao.com\",\n                            \"noob.com\"\n                        ],\n                        \"logo\": \"https://logodownload.org/wp-content/uploads/2016/11/formula-1-logo-2-2.png\",\n                        \"banner\": \"https://i.ibb.co/9m5XZMN/image-23.png\"\n                    },\n                    \"location\": {\n                        \"coordinates\": {\n                            \"lat\": \"24.46994128423963\",\n                            \"lon\": \"54.60514191693083\"\n                        },\n                        \"humanformAddress\": \"Yas Marina Circuit, UAE\",\n                        \"mapsUrl\": \"https://goo.gl/maps/VADceVkQU34ybx5E7\"\n                    },\n                    \"duration\": {\n                        \"startTimeAndDate\": \"10 Mar 2021 10:00\",\n                        \"endTimeAndDate\": \"12 Mar 2021 19:00\"\n                    },\n                    \"description\": \"The Abu Dhabi Grand Prix is a Formula One motor racing event. In 2009. The track debuted as that year’s Formula 1 season finale, with Red Bull’s Sebastian Vettel winning from team mate Mark Webber and the already-crowned 2009 champion Jenson Button. Vettel would go on to secure his first title in Abu Dhabi a year later, amid much crying.\",\n                    \"schedule\": \"\",\n                    \"tags\": [\n                        \"Motorsports\",\n                        \"Racing\",\n                        \"F1\"\n                    ],\n                    \"_id\": \"60e6b3dfa5e694edb7897d86\",\n                    \"name\": \"Monaco Grand Prix 2021\",\n                    \"parentOrg\": \"Monaco Biscuits\",\n                    \"status\": \"As Scheduled\",\n                    \"passes\": [\n                        {\n                            \"_id\": \"60e6b3dfa5e694edb7897d87\",\n                            \"passName\": \"Main Grand Stand\",\n                            \"availableNumber\": 200,\n                            \"price\": 2000,\n                            \"description\": \"Best Stand at the circuit. Perfect view of the podium, race-start, and pitstops.\"\n                        },\n                        {\n                            \"_id\": \"60e6b3dfa5e694edb7897d88\",\n                            \"passName\": \"Paddock Club\",\n                            \"availableNumber\": 49,\n                            \"price\": 5000,\n                            \"description\": \"Best seats in town! Live the weekend above the pits.\"\n                        }\n                    ],\n                    \"faq\": [],\n                    \"__v\": 0\n                },\n                \"passType\": \"60e6b3dfa5e694edb7897d88\"\n            }\n        ],\n        \"futureEvents\": [\n            {\n                \"_id\": \"60e681b1ea52384b15491893\",\n                \"eventId\": {\n                    \"assets\": {\n                        \"otherImages\": [\n                            \"lmao.com\",\n                            \"noob.com\"\n                        ],\n                        \"logo\": \"https://logodownload.org/wp-content/uploads/2016/11/formula-1-logo-2-2.png\",\n                        \"banner\": \"https://i.ibb.co/9m5XZMN/image-23.png\"\n                    },\n                    \"location\": {\n                        \"coordinates\": {\n                            \"lat\": \"24.46994128423963\",\n                            \"lon\": \"54.60514191693083\"\n                        },\n                        \"humanformAddress\": \"Yas Marina Circuit, UAE\",\n                        \"mapsUrl\": \"https://goo.gl/maps/VADceVkQU34ybx5E7\"\n                    },\n                    \"duration\": {\n                        \"startTimeAndDate\": \"10 Dec 2021 10:00\",\n                        \"endTimeAndDate\": \"12 Dec 2021 19:00\"\n                    },\n                    \"description\": \"The Abu Dhabi Grand Prix is a Formula One motor racing event. In 2009. The track debuted as that year’s Formula 1 season finale, with Red Bull’s Sebastian Vettel winning from team mate Mark Webber and the already-crowned 2009 champion Jenson Button. Vettel would go on to secure his first title in Abu Dhabi a year later, amid much crying.\",\n                    \"schedule\": \"\",\n                    \"tags\": [\n                        \"Motorsports\",\n                        \"Racing\",\n                        \"F1\"\n                    ],\n                    \"_id\": \"60dad52390fb8c65a27f8bab\",\n                    \"name\": \"Abu Dhabi Grand Prix 2021\",\n                    \"parentOrg\": \"FIA\",\n                    \"status\": \"As Scheduled\",\n                    \"passes\": [\n                        {\n                            \"_id\": \"60dad52390fb8c65a27f8bac\",\n                            \"passName\": \"Main Grand Stand\",\n                            \"availableNumber\": 200,\n                            \"price\": 2000,\n                            \"description\": \"Best Stand at the circuit. Perfect view of the podium, race-start, and pitstops.\"\n                        },\n                        {\n                            \"_id\": \"60dad52390fb8c65a27f8bad\",\n                            \"passName\": \"Paddock Club\",\n                            \"availableNumber\": 50,\n                            \"price\": 5000,\n                            \"description\": \"Best seats in town! Live the weekend above the pits.\"\n                        }\n                    ],\n                    \"__v\": 0,\n                    \"faq\": []\n                },\n                \"budget\": \"60dad5d5d4a82966dd6aa433\",\n                \"passType\": \"60dad52390fb8c65a27f8bac\"\n            }\n        ]\n    }\n}"}],"_postman_id":"6adbc711-1b7a-44da-960e-d1d6bf914645"},{"name":"Registration","id":"ab80658a-8ebf-40e5-8230-dff846731c19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"imgUrl\": \"https://www.pixsy.com/wp-content/uploads/2021/04/ben-sweet-2LowviVHZ-E-unsplash-1.jpeg\",\n    \"phoneNumber\": \"+919977559476\",\n    \"description\": \"benro is cool\",\n    \"socialLink\": \"https://benro.tech/\",\n    \"interests\": [\n        \"Hardworking\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/v1/user/profile/registration","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0d248b4b-2c73-409a-8926-809af3365454","id":"0d248b4b-2c73-409a-8926-809af3365454","name":"Enchante API Docs","type":"collection"}},"urlObject":{"path":["v1","user","profile","registration"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"8b4fbd69-171a-4482-8b28-27f01d29573a","name":"Registration","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"imgUrl\": \"https://www.pixsy.com/wp-content/uploads/2021/04/ben-sweet-2LowviVHZ-E-unsplash-1.jpeg\",\n    \"phoneNumber\": \"+919977555476\",\n    \"description\": \"benro is cool\",\n    \"socialLink\": \"https://benro.tech/\",\n    \"interests\": [\n        \"Hardworking\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/v1/user/profile/registration"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"511"},{"key":"ETag","value":"W/\"1ff-Uw5UFu3hl8HZJo8V373IBHbANKk\""},{"key":"Date","value":"Wed, 30 Jun 2021 09:16:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": \"true\",\n    \"message\": \"User details have been filled successfully!\",\n    \"data\": {\n        \"coordinates\": {\n            \"lat\": \"\",\n            \"lon\": \"\"\n        },\n        \"name\": \"Hemanth Krishna\",\n        \"userImg\": \"https://www.pixsy.com/wp-content/uploads/2021/04/ben-sweet-2LowviVHZ-E-unsplash-1.jpeg\",\n        \"description\": \"benro is cool\",\n        \"socialLink\": \"https://benro.tech/\",\n        \"interestedIn\": [\n            \"Hardworking\"\n        ],\n        \"wishlistedEvents\": [],\n        \"registrationCompleted\": true,\n        \"_id\": \"60dadbc0f02be62166ff9781\",\n        \"email\": \"hkpdev008@gmail.com\",\n        \"eventsRegistered\": [],\n        \"__v\": 0,\n        \"phoneNumber\": \"+919977555476\"\n    }\n}"}],"_postman_id":"ab80658a-8ebf-40e5-8230-dff846731c19"},{"name":"Get avatar images","id":"bbd8d13d-257a-4179-8c14-462ea0ed1aa6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/v1/user/profile/get-avatar-images","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0d248b4b-2c73-409a-8926-809af3365454","id":"0d248b4b-2c73-409a-8926-809af3365454","name":"Enchante API Docs","type":"collection"}},"urlObject":{"path":["v1","user","profile","get-avatar-images"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"b34c5612-282f-49d7-84ee-bbdfc8871d98","name":"get avatar images","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/v1/user/profile/get-avatar-images"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"354"},{"key":"ETag","value":"W/\"162-jlpEbVKoX7vh2dOwGTdyuXxFWDg\""},{"key":"Date","value":"Wed, 30 Jun 2021 09:15:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": \"true\",\n    \"message\": \"Avatar images to be served!\",\n    \"data\": [\n        \"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSJ7Brep2m5PWamOxy4ODws19J4scC8Rumf4g&usqp=CAU\",\n        \"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQfWZxHUVah8aN-5DKCNcq5kuc4NKEy2ZvUaw&usqp=CAU\",\n        \"https://cdn.shopify.com/s/files/1/0101/8386/8497/files/2fSmRsgQ.jpg?v=1624904883\"\n    ]\n}"}],"_postman_id":"bbd8d13d-257a-4179-8c14-462ea0ed1aa6"},{"name":"Registration completed","id":"273c3c79-4d01-41c1-8bbd-6bcb98fd7a0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/v1/user/profile/registration-completed","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0d248b4b-2c73-409a-8926-809af3365454","id":"0d248b4b-2c73-409a-8926-809af3365454","name":"Enchante API Docs","type":"collection"}},"urlObject":{"path":["v1","user","profile","registration-completed"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"3a56d693-426f-452e-8982-9ef99e299dbb","name":"Registration completed","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/v1/user/profile/registration-completed"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"97"},{"key":"ETag","value":"W/\"61-TxZTea+E5LLER1edWEZyBcyIjvg\""},{"key":"Date","value":"Wed, 30 Jun 2021 09:15:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": \"true\",\n    \"message\": \"Registration completed Check\",\n    \"data\": {\n        \"registrationCompleted\": true\n    }\n}"}],"_postman_id":"273c3c79-4d01-41c1-8bbd-6bcb98fd7a0f"},{"name":"Get Wallet Page","id":"c3a48d15-113e-4e1c-9c4f-6b0aaf99ea47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/v1/user/profile/get-my-wallet","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0d248b4b-2c73-409a-8926-809af3365454","id":"0d248b4b-2c73-409a-8926-809af3365454","name":"Enchante API Docs","type":"collection"}},"urlObject":{"path":["v1","user","profile","get-my-wallet"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"34b0fe79-0c49-4de6-8406-f64fbdb97c13","name":"Get Wallet Page","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/v1/user/profile/get-my-wallet"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1751"},{"key":"ETag","value":"W/\"6d7-jXRWHX198ZHp5EOpVkp3M0u22Ko\""},{"key":"Date","value":"Sun, 04 Jul 2021 19:39:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": \"true\",\n    \"message\": \"Wallet details have been sent!\",\n    \"data\": {\n        \"userWallet\": {\n            \"phone_number\": \"+919977559476\",\n            \"email\": \"spalriwalau@gmail.com\",\n            \"first_name\": \"Shubham\",\n            \"last_name\": \"Palriwala\",\n            \"id\": \"ewallet_8d09a91240a0b746cf7375d892fe0add\",\n            \"status\": \"ACT\",\n            \"accounts\": [],\n            \"verification_status\": \"not verified\",\n            \"type\": \"person\",\n            \"metadata\": {\n                \"merchant_defined\": false\n            },\n            \"ewallet_reference_id\": \"60e191083089b63e8708c450\",\n            \"category\": null,\n            \"contacts\": {\n                \"data\": [\n                    {\n                        \"id\": \"cont_d7d008e48dd94adc645bd1ab5c4ddd77\",\n                        \"first_name\": \"Shubham\",\n                        \"last_name\": \"Palriwala\",\n                        \"middle_name\": \"\",\n                        \"second_last_name\": \"\",\n                        \"gender\": \"not_applicable\",\n                        \"marital_status\": \"not_applicable\",\n                        \"house_type\": \"\",\n                        \"contact_type\": \"personal\",\n                        \"phone_number\": \"+919977559476\",\n                        \"email\": \"spalriwalau@gmail.com\",\n                        \"identification_type\": \"\",\n                        \"identification_number\": \"\",\n                        \"preferred_name\": \"\",\n                        \"date_of_birth\": null,\n                        \"country\": \"\",\n                        \"nationality\": null,\n                        \"address\": {\n                            \"id\": \"address_a7045e7bd1f6c4df18d952c0c6486ca9\",\n                            \"name\": \"John Doe\",\n                            \"line_1\": \"123 Main Street\",\n                            \"line_2\": \"\",\n                            \"line_3\": \"\",\n                            \"city\": \"Anytown\",\n                            \"state\": \"NY\",\n                            \"country\": \"US\",\n                            \"zip\": \"12345\",\n                            \"phone_number\": \"+14155551111\",\n                            \"metadata\": {},\n                            \"canton\": \"\",\n                            \"district\": \"\",\n                            \"created_at\": 1625395628\n                        },\n                        \"ewallet\": \"ewallet_8d09a91240a0b746cf7375d892fe0add\",\n                        \"created_at\": 1625395628,\n                        \"metadata\": {\n                            \"merchant_defined\": false\n                        },\n                        \"business_details\": null,\n                        \"compliance_profile\": 0,\n                        \"verification_status\": \"not verified\",\n                        \"send_notifications\": false,\n                        \"mothers_name\": \"\"\n                    }\n                ],\n                \"has_more\": false,\n                \"total_count\": 1,\n                \"url\": \"/v1/ewallets/ewallet_8d09a91240a0b746cf7375d892fe0add/contacts\"\n            }\n        },\n        \"offersForUser\": [\n            {\n                \"scope\": {\n                    \"userId\": [\n                        \"60e191083089b63e8708c450\"\n                    ],\n                    \"eventId\": [\n                        \"60dad52390fb8c65a27f8bab\"\n                    ]\n                },\n                \"name\": \"First user offer 10 % off\",\n                \"type\": \"discount 10%\",\n                \"value\": 10,\n                \"_id\": \"60dad784d50d5c6a196fc3bd\",\n                \"description\": \"wlecome to app\",\n                \"__v\": 0\n            }\n        ]\n    }\n}"}],"_postman_id":"c3a48d15-113e-4e1c-9c4f-6b0aaf99ea47"}],"id":"2b2e1dd6-1f04-4876-86fa-eb554e865128","_postman_id":"2b2e1dd6-1f04-4876-86fa-eb554e865128","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0d248b4b-2c73-409a-8926-809af3365454","id":"0d248b4b-2c73-409a-8926-809af3365454","name":"Enchante API Docs","type":"collection"}}},{"name":"Home","id":"bf85cc8c-fd16-4a5b-a6c6-d2db2478cedd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/v1/user/home/?lat=24.46994128423963&lon=54.60514191693083","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0d248b4b-2c73-409a-8926-809af3365454","id":"0d248b4b-2c73-409a-8926-809af3365454","name":"Enchante API Docs","type":"collection"}},"urlObject":{"path":["v1","user","home",""],"host":["http://localhost:8000"],"query":[{"key":"lat","value":"24.46994128423963"},{"key":"lon","value":"54.60514191693083"}],"variable":[]}},"response":[{"id":"59ddbe3e-a8fc-42aa-8005-6366e9a726bb","name":"Home","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/v1/user/home/?lat=24.46994128423963&lon=54.60514191693083","host":["http://localhost:8000"],"path":["v1","user","home",""],"query":[{"key":"lat","value":"24.46994128423963"},{"key":"lon","value":"54.60514191693083"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"3051"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"beb-UcqEJYf/Jh4fyWhMgZmgCo8IGhI\""},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Date","value":"Thu, 08 Jul 2021 16:03:54 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": \"true\",\n    \"message\": \"The home screen has been sent!\",\n    \"data\": {\n        \"eventsInRange\": [\n            {\n                \"event\": {\n                    \"assets\": {\n                        \"otherImages\": [\n                            \"lmao.com\",\n                            \"noob.com\"\n                        ],\n                        \"logo\": \"https://logodownload.org/wp-content/uploads/2016/11/formula-1-logo-2-2.png\",\n                        \"banner\": \"https://i.ibb.co/9m5XZMN/image-23.png\"\n                    },\n                    \"location\": {\n                        \"coordinates\": {\n                            \"lat\": \"24.46994128423963\",\n                            \"lon\": \"54.60514191693083\"\n                        },\n                        \"humanformAddress\": \"Yas Marina Circuit, UAE\",\n                        \"mapsUrl\": \"https://goo.gl/maps/VADceVkQU34ybx5E7\"\n                    },\n                    \"duration\": {\n                        \"startTimeAndDate\": \"10 Dec 2021 10:00\",\n                        \"endTimeAndDate\": \"12 Dec 2021 19:00\"\n                    },\n                    \"description\": \"The Abu Dhabi Grand Prix is a Formula One motor racing event. In 2009. The track debuted as that year’s Formula 1 season finale, with Red Bull’s Sebastian Vettel winning from team mate Mark Webber and the already-crowned 2009 champion Jenson Button. Vettel would go on to secure his first title in Abu Dhabi a year later, amid much crying.\",\n                    \"schedule\": \"\",\n                    \"tags\": [\n                        \"Motorsports\",\n                        \"Racing\",\n                        \"F1\"\n                    ],\n                    \"_id\": \"60dad52390fb8c65a27f8bab\",\n                    \"name\": \"Abu Dhabi Grand Prix 2021\",\n                    \"parentOrg\": \"FIA\",\n                    \"status\": \"As Scheduled\",\n                    \"passes\": [\n                        {\n                            \"_id\": \"60dad52390fb8c65a27f8bac\",\n                            \"passName\": \"Main Grand Stand\",\n                            \"availableNumber\": 200,\n                            \"price\": 2000,\n                            \"description\": \"Best Stand at the circuit. Perfect view of the podium, race-start, and pitstops.\"\n                        },\n                        {\n                            \"_id\": \"60dad52390fb8c65a27f8bad\",\n                            \"passName\": \"Paddock Club\",\n                            \"availableNumber\": 50,\n                            \"price\": 5000,\n                            \"description\": \"Best seats in town! Live the weekend above the pits.\"\n                        }\n                    ],\n                    \"__v\": 0,\n                    \"faq\": []\n                },\n                \"availableSeats\": 250\n            },\n            {\n                \"event\": {\n                    \"assets\": {\n                        \"otherImages\": [\n                            \"lmao.com\",\n                            \"noob.com\"\n                        ],\n                        \"logo\": \"https://logodownload.org/wp-content/uploads/2016/11/formula-1-logo-2-2.png\",\n                        \"banner\": \"https://i.ibb.co/9m5XZMN/image-23.png\"\n                    },\n                    \"location\": {\n                        \"coordinates\": {\n                            \"lat\": \"24.46994128423963\",\n                            \"lon\": \"54.60514191693083\"\n                        },\n                        \"humanformAddress\": \"Yas Marina Circuit, UAE\",\n                        \"mapsUrl\": \"https://goo.gl/maps/VADceVkQU34ybx5E7\"\n                    },\n                    \"duration\": {\n                        \"startTimeAndDate\": \"10 Mar 2021 10:00\",\n                        \"endTimeAndDate\": \"12 Mar 2021 19:00\"\n                    },\n                    \"description\": \"The Abu Dhabi Grand Prix is a Formula One motor racing event. In 2009. The track debuted as that year’s Formula 1 season finale, with Red Bull’s Sebastian Vettel winning from team mate Mark Webber and the already-crowned 2009 champion Jenson Button. Vettel would go on to secure his first title in Abu Dhabi a year later, amid much crying.\",\n                    \"schedule\": \"\",\n                    \"tags\": [\n                        \"Motorsports\",\n                        \"Racing\",\n                        \"F1\"\n                    ],\n                    \"_id\": \"60e6b3dfa5e694edb7897d86\",\n                    \"name\": \"Monaco Grand Prix 2021\",\n                    \"parentOrg\": \"Fédération Internationale de l'Automobile\",\n                    \"status\": \"As Scheduled\",\n                    \"passes\": [\n                        {\n                            \"_id\": \"60e6b3dfa5e694edb7897d87\",\n                            \"passName\": \"Main Grand Stand\",\n                            \"availableNumber\": 200,\n                            \"price\": 2000,\n                            \"description\": \"Best Stand at the circuit. Perfect view of the podium, race-start, and pitstops.\"\n                        },\n                        {\n                            \"_id\": \"60e6b3dfa5e694edb7897d88\",\n                            \"passName\": \"Paddock Club\",\n                            \"availableNumber\": 49,\n                            \"price\": 5000,\n                            \"description\": \"Best seats in town! Live the weekend above the pits.\"\n                        }\n                    ],\n                    \"faq\": [],\n                    \"__v\": 0\n                },\n                \"availableSeats\": 249\n            }\n        ],\n        \"eventsBasedOnYourInterest\": [],\n        \"tip\": {\n            \"title\": \"Use AR to pay!\",\n            \"description\": \"AR payment lets you pay anyone with just one tap, no IDs required\"\n        }\n    }\n}"}],"_postman_id":"bf85cc8c-fd16-4a5b-a6c6-d2db2478cedd"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]}},"event":[{"listen":"prerequest","script":{"id":"25292221-87a2-46cb-8353-aace781f3f0f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"76884cd6-81fa-41af-8e59-68c9cfac1401","type":"text/javascript","exec":[""]}}],"variable":[{"key":"core-api-url","value":"http://localhost:8000"}]}