{"info":{"_postman_id":"1c74eddf-cf8d-41a8-bf42-2b12eafb1e80","name":"Lumos","description":"<html><head></head><body><h2 id=\"🌟-lumos-api-postman-collection\">🌟 Lumos API Postman Collection</h2>\n<h3 id=\"📚-overview\">📚 Overview</h3>\n<p>Welcome to the Lumos API Postman Collection! This collection is designed to support the Lumos application, an innovative tool crafted to aid visually impaired individuals in their educational journey. Lumos enables blind children to navigate through educational materials using both voice commands and tactile graphics, ensuring an inclusive learning experience.</p>\n<p>This collection includes two essential requests tailored for seamless interaction with the Lumos API. These requests empower users to effortlessly send OTPs and verify them, thereby facilitating secure access to educational resources through the Lumos application.</p>\n<p>Feel free to utilize this collection to enhance the educational experience of visually impaired individuals by leveraging the powerful features and functionalities offered by the Lumos API. 🚀</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"25104706","collectionId":"1c74eddf-cf8d-41a8-bf42-2b12eafb1e80","publishedId":"2sA2xnxVSQ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-03-17T06:40:23.000Z"},"item":[{"name":"Get OTP","event":[{"listen":"test","script":{"id":"54c386ad-b959-4d3a-9199-b7e30dce23a2","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"a72fde51-6e99-4a66-85e9-8e4e2e9c4241","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"tamrakarakshat092@gmail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/auth/send-otp","description":"<p>This is a GET request and it is used to \"get\" data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., in this request, we have <code>id=1</code>).</p>\n<p>A successful GET response will have a <code>200 OK</code> status, and should include some kind of response body - for example, HTML web content or JSON data.</p>\n","urlObject":{"path":["send-otp"],"host":["http://localhost:5000/auth"],"query":[],"variable":[]}},"response":[],"_postman_id":"a72fde51-6e99-4a66-85e9-8e4e2e9c4241"},{"name":"Verify OTP","event":[{"listen":"test","script":{"id":"77d37a43-b951-47eb-b280-4bb7ca66546d","exec":["pm.test(\"Successful POST request\", function () {","    pm.expect(pm.response.code).to.be.oneOf([200, 201]);","});",""],"type":"text/javascript","packages":{}}}],"id":"119c69e3-4a6e-4c49-8c72-0fc0643f59b3","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"email\": \"tamrakarakshat092@gmail.com\",\n    \"otp\": \"232151\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/auth/verify-otp","description":"<p>This is a POST request, submitting data to an API via the request body. This request submits JSON data, and the data is reflected in the response.</p>\n<p>A successful POST request typically returns a <code>200 OK</code> or <code>201 Created</code> response code.</p>\n","urlObject":{"path":["verify-otp"],"host":["http://localhost:5000/auth"],"query":[],"variable":[]}},"response":[],"_postman_id":"119c69e3-4a6e-4c49-8c72-0fc0643f59b3"}],"event":[{"listen":"prerequest","script":{"id":"7e96eb95-889a-4903-aa4f-63e22d495117","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4e83c845-dfec-462d-94e0-be290af0110b","type":"text/javascript","exec":[""]}}],"variable":[{"key":"base_url","value":"http://localhost:5000/"}]}