{"info":{"_postman_id":"4e579be2-cbf2-46f1-8c62-864bc2faad41","name":"Sarpanch API","description":"<html><head></head><body><p>This is the API for the Sarpanch App. It is composed of 2 major sections:</p>\n<ol>\n<li><p>Authentication</p>\n<ul>\n<li>This is built on an phone OTP based verification system for sign up and an username and password based login section.</li>\n</ul>\n</li>\n<li><p>Content Mangement</p>\n<ul>\n<li>Content Posts for various schemes, stored in HTML with Rich Text Formatting.</li>\n</ul>\n</li>\n</ol>\n<h3 id=\"sending-the-token-to-the-api\">Sending the Token to the API</h3>\n<p>To send an authenticated request you need to send the token as a header. </p>\n<p>Add the header as the key:<br><code>Authorization : Token &lt;literal_token&gt;</code> </p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"11883658","collectionId":"4e579be2-cbf2-46f1-8c62-864bc2faad41","publishedId":"TVzNJzGo","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-01-07T11:27:19.000Z"},"item":[{"name":"Auth","item":[{"name":"Validate Phone Number and Send OTP","id":"788beb4b-ec3b-43b7-858b-e96a4df30662","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone_number","value":"+919871587593","type":"text"},{"key":"password","value":"abcd1234!","type":"text","disabled":true}]},"url":"https://api.sarpanch.org/accounts/validate_phone_and_send_otp/","description":"<p>This allows users to request an OTP and create an account. Then the verification is done through the admin panel to activate the user's account. </p>\n","urlObject":{"path":["accounts","validate_phone_and_send_otp",""],"host":["https://api.sarpanch.org"],"query":[],"variable":[]}},"response":[{"id":"22f45298-96ba-4b5b-aae6-518f7dcbf5f3","name":"Validate Phone Number and Send OTP","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone_number","value":"+919871587591","type":"text"},{"key":"password","value":"abcd1234!","type":"text","disabled":true}]},"url":"localhost:8000/accounts/validate_phone_and_send_otp/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 07 Jan 2021 09:07:37 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Cookie"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"98"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"detail\": \"OTP sending error. OTP limit reached. Please contact customer support.\"\n}"},{"id":"bf0c9c7c-7219-4d32-88d7-c6b1376e3859","name":"Validate Phone Number and Send OTP - Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone_number","value":"+919871587595","type":"text"},{"key":"password","value":"abcd1234!","type":"text","disabled":true}]},"url":"localhost:8000/accounts/validate_phone_and_send_otp/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 07 Jan 2021 11:28:15 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Cookie"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"48"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"detail\": \"Otp sent successfully\"\n}"}],"_postman_id":"788beb4b-ec3b-43b7-858b-e96a4df30662"},{"name":"Validate OTP","id":"d47c8870-d90b-49ec-9555-250e9ff5e43f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone_number","value":"+919876543210","type":"text"},{"key":"otp","value":"5852","type":"text"}]},"url":"https://api.sarpanch.org/accounts/validate_otp/","description":"<p>After the user gets the OTP, this view verifies that the OTP they enter is the correct one. </p>\n","urlObject":{"path":["accounts","validate_otp",""],"host":["https://api.sarpanch.org"],"query":[],"variable":[]}},"response":[{"id":"2d233d4b-1466-4a48-8f2e-716909dc58d0","name":"Validate OTP - Not sent to entered phone number","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone_number","value":"+919871587523","type":"text"},{"key":"otp","value":"9059","type":"text"}]},"url":"localhost:8000/accounts/validate_otp/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 07 Jan 2021 11:25:25 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Cookie"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"83"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"detail\": \"Phone number does not exist. Please send the otp first.\"\n}"},{"id":"887368df-e881-4af6-9a8e-a8ad03900367","name":"Validate OTP - Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone_number","value":"+919810282179","type":"text"},{"key":"otp","value":"3514","type":"text"}]},"url":"localhost:8000/accounts/validate_otp/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 08 Jan 2021 12:09:27 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Cookie"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"73"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"detail\": \"OTP validated. Please proceed to registration.\"\n}"},{"id":"93a9a4a2-20cd-4211-a20d-35df6c8d6dfb","name":"Validate OTP - Bad Input Data","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone_number","value":"+919871587591","type":"text"},{"key":"otp","value":"9053","type":"text","disabled":true}]},"url":"localhost:8000/accounts/validate_otp/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 07 Jan 2021 11:24:32 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Cookie"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"83"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"detail\": \"Please enter both the phone and the OTP for validation.\"\n}"},{"id":"9981287e-7ac0-4e27-b1ae-4cead83a153e","name":"Validate OTP - Incorrect","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone_number","value":"+919871587591","type":"text"},{"key":"otp","value":"9053","type":"text"}]},"url":"localhost:8000/accounts/validate_otp/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 07 Jan 2021 11:24:16 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Cookie"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"56"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"detail\": \"The OTP entered is incorrect\"\n}"},{"id":"9c4c6912-610e-41a9-8032-bdb8387ea102","name":"Validate OTP - Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone_number","value":"+919871587591","type":"text"},{"key":"otp","value":"9059","type":"text"}]},"url":"localhost:8000/accounts/validate_otp/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 07 Jan 2021 11:23:59 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Cookie"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"73"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"detail\": \"OTP validated. Please proceed to registration.\"\n}"}],"_postman_id":"d47c8870-d90b-49ec-9555-250e9ff5e43f"},{"name":"Register","id":"250c9e7c-e679-48f3-8c09-1367cb3c88db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone_number","value":"+919876543210","type":"text"},{"key":"password","value":"Abcd1234!","type":"text"},{"key":"email","value":"test@yopmail.com","type":"text"},{"key":"name","value":"Test Tester","type":"text"}]},"url":"https://api.sarpanch.org/accounts/register/","description":"<p>This is the register endpoint. The phone number passed here must have already validated the OTP it got. You must also pass a password here. Verification of matching passwords should be taken care of on the frontend, however, the API will validate the password strength according to a series of parameters and will return an appropriate response to show to the user. </p>\n","urlObject":{"path":["accounts","register",""],"host":["https://api.sarpanch.org"],"query":[],"variable":[]}},"response":[{"id":"0d1efcde-60fb-4fb5-a200-38d71f94e62d","name":"Register - OTP not validated ","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone_number","value":"+919910231328","type":"text"},{"key":"password","value":"abcd","type":"text"}]},"url":"localhost:8000/accounts/register/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 08 Jan 2021 12:16:05 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Cookie"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"71"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"detail\": \"Please verify your OTP before registration.\"\n}"},{"id":"5d0c8206-80dd-4890-8ec6-6b11962f925d","name":"Register - Bad Password","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone_number","value":"+919871587595","type":"text"},{"key":"password","value":"abcd","type":"text"},{"key":"email","value":"test@yopmail.com","type":"text"},{"key":"name","value":"Test Tester","type":"text"}]},"url":"localhost:8000/accounts/register/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 08 Jan 2021 13:11:59 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"190"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"detail\": \"Invalid password: Password should have at least one digit, one uppercase and one lowercase character, one special character, and should be 6 to 20 characters long\"\n}"},{"id":"80440bb6-e45c-4895-b206-fa7a17f78d00","name":"Register - OTP not requested","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone_number","value":"+919910231322","type":"text"},{"key":"password","value":"abcd","type":"text"}]},"url":"localhost:8000/accounts/register/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 08 Jan 2021 12:16:21 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Cookie"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"69"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"detail\": \"Please request a OTP before registration.\"\n}"},{"id":"c2d1857a-2a9f-41be-abe3-3c91eb994570","name":"Register - Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone_number","value":"+919810282179","type":"text"},{"key":"password","value":"abcd","type":"text"}]},"url":"localhost:8000/accounts/register/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 08 Jan 2021 12:13:00 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Cookie"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"42"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"detail\": \"Account created\"\n}"},{"id":"d1d0cc2a-dc40-4439-a581-0731888c0d55","name":"Register - Bad Data","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone_number","value":"+919810282179","type":"text"},{"key":"password","value":"abcd","type":"text","disabled":true}]},"url":"localhost:8000/accounts/register/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 08 Jan 2021 12:12:25 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Cookie"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"79"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"detail\": \"Please enter both the phone number and the password\"\n}"},{"id":"e50bb0fc-0c35-40e5-b26a-870fe92d6419","name":"Register - Additional Field","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone_number","value":"+919910231322","type":"text"},{"key":"password","value":"abcd","type":"text"},{"key":"email","value":"test@yopmail.com","type":"text"},{"key":"name","value":"Test Tester","type":"text"}]},"url":"localhost:8000/accounts/register/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 08 Jan 2021 12:16:21 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Cookie"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"69"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"detail\": \"Please request a OTP before registration.\"\n}"}],"_postman_id":"250c9e7c-e679-48f3-8c09-1367cb3c88db"},{"name":"Login","id":"ba5f7633-b2f2-449d-831d-c1569c0edb92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"+919871587593","type":"text"},{"key":"password","value":"abcd1234!","type":"text"}]},"url":"localhost:8001/accounts/login/","urlObject":{"port":"8001","path":["accounts","login",""],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"83af80ec-435e-408d-9103-e6fc7a8d7079","name":"Login - Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"+919871587582","type":"text"},{"key":"password","value":"Abcd1234!","type":"text"}]},"url":"localhost:8000/accounts/login/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 08 Jan 2021 13:54:33 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Cookie"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"281"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Set-Cookie","value":"sessionid=.eJxVjTsOwjAQBe_iFmTFGzu7pqTnDJHXa-MAcqR8KsTdSaQUUM-8eW_Vh3Up_TqnqR9EXdTJG09oHKEjUOdfziE-U90leYR6H3Uc6zINrHdFH3TWt1HS63q4f4ES5rKtAZJk7DyRJdtlZ1pufQNBGmHYrj1mg-w4MQWJ0AJGRm85is1srVGfL65TOlg:1kxsDp:CJcEfIcEh1fIhinNnxp8nKbMpHMUXCkWgXxPr8YXC-4; expires=Fri, 22 Jan 2021 13:54:33 GMT; HttpOnly; Max-Age=1209600; Path=/; SameSite=Lax"},{"key":"Set-Cookie","value":"csrftoken=AwB4JYSi42MQOS4dHfQLcKR0aPk4tHv9MH9xJ0AzchyXcFaXEldsuyR7MmQe5p9t; expires=Fri, 07 Jan 2022 13:54:33 GMT; Max-Age=31449600; Path=/; SameSite=Lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"expiry\": \"2021-01-15T19:24:33.791971+05:30\",\n    \"token\": \"57ce5bc214b168c3af166416671e1d984eedb9744ff438353c24348a2eb16080\",\n    \"user\": {\n        \"phone\": \"+919871587582\",\n        \"name\": \"Test Tester\",\n        \"date_joined\": \"2021-01-08T19:20:35.539512+05:30\",\n        \"email\": \"test@yopmail.com\",\n        \"is_active\": true,\n        \"avatar\": null\n    }\n}"},{"id":"dd80970e-2675-4aa3-89d7-9f1c762a07b9","name":"Login - Wrong Password","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"+919871587595","type":"text"},{"key":"password","value":"abcd1234!","type":"text"}]},"url":"localhost:8000/accounts/login/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 08 Jan 2021 13:12:17 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"91"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": [\n        \"False\"\n    ],\n    \"detail\": [\n        \"Phone number and password do not match. Please try again.\"\n    ]\n}"},{"id":"dfb18cc9-ea53-4feb-a4cc-659f34d4e91c","name":"Login - Phone Number Does Not Exist","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"1234567850","type":"text"},{"key":"password","value":"Abcd1234!","type":"text"}]},"url":"https://api.sarpanch.org/accounts/login/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Date","value":"Tue, 02 Feb 2021 02:07:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"90"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": [\n        \"False\"\n    ],\n    \"detail\": [\n        \"This phone number does not exist. Please register first.\"\n    ]\n}"}],"_postman_id":"ba5f7633-b2f2-449d-831d-c1569c0edb92"},{"name":"Logout","id":"3abdb816-d9eb-4fa3-9b97-51e3ff465bca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://api.sarpanch.org/accounts/logout/","description":"<p>Deletes the Knox token assinged to the current user</p>\n","urlObject":{"path":["accounts","logout",""],"host":["https://api.sarpanch.org"],"query":[],"variable":[]}},"response":[{"id":"d716139c-1343-4abe-b115-e0cda26d768d","name":"Logout - Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":"localhost:8000/accounts/logout/"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Fri, 08 Jan 2021 14:03:12 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.8.2"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"0"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3abdb816-d9eb-4fa3-9b97-51e3ff465bca"},{"name":"Change Password","id":"8d8f6dd5-c10c-4de0-bedb-323f9b39a242","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"password_1","value":"Abcd12345!","description":"<p>The current password</p>\n","type":"text"},{"key":"password_2","value":"Abcd","description":"<p>The new password</p>\n","type":"text"}]},"url":"https://api.sarpanch.org/accounts/change_password/","description":"<p>A logged in user can change thier password. </p>\n","urlObject":{"path":["accounts","change_password",""],"host":["https://api.sarpanch.org"],"query":[],"variable":[]}},"response":[{"id":"04aa93be-d7fa-48f8-a9e0-03ace4150eeb","name":"Change Password - Wrong Password","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"password_1","value":"Abcd1234","description":"The current password","type":"text"},{"key":"password_2","value":"Abcd12345!","description":"The new password","type":"text"}]},"url":"localhost:8000/accounts/change_password/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 08 Jan 2021 14:20:42 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"PUT, PATCH, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"88"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"current_password\": \"The current password does not match your password.\"\n}"},{"id":"3c144461-c8ee-4695-b98b-0c55f0751a3c","name":"Change Password - Success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"password_1","value":"Abcd1234!","description":"The current password","type":"text"},{"key":"password_2","value":"Abcd12345!","description":"The new password","type":"text"}]},"url":"localhost:8000/accounts/change_password/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 08 Jan 2021 14:21:04 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"PUT, PATCH, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"66"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"detail\": \"Password has been successfully changed.\"\n}"},{"id":"c3725dc3-3623-4833-b50c-1ffe65d50ce2","name":"Change Password - Bad New Password","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"password_1","value":"Abcd12345!","description":"The current password","type":"text"},{"key":"password_2","value":"Abcd","description":"The new password","type":"text"}]},"url":"localhost:8000/accounts/change_password/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 08 Jan 2021 14:23:33 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"PUT, PATCH, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"190"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"detail\": \"Invalid password: Password should have at least one digit, one uppercase and one lowercase character, one special character, and should be 6 to 20 characters long\"\n}"}],"_postman_id":"8d8f6dd5-c10c-4de0-bedb-323f9b39a242"},{"name":"Validate Phone Number and Send OTP for Forgot Password","id":"4d9e91e3-5d3d-4903-b41a-f4258f95cc85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"+919871587593","type":"text"}]},"url":"https://api.sarpanch.org/accounts/validate_phone_and_send_forgot_otp/","description":"<p>If a user forget's their password this request validates thier phone number and sends them and OTP which they can verify to change their password. </p>\n","urlObject":{"path":["accounts","validate_phone_and_send_forgot_otp",""],"host":["https://api.sarpanch.org"],"query":[],"variable":[]}},"response":[{"id":"bcfdbc0d-b2aa-4d20-9966-829818505921","name":"Validate Phone Number and Send OTP for Forgot Password - Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"+919871587593","type":"text"}]},"url":"localhost:8000/accounts/validate_phone_and_send_forgot_otp/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 08 Jan 2021 15:30:37 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"63"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"detail\": \"OTP has been sent for password reset\"\n}"}],"_postman_id":"4d9e91e3-5d3d-4903-b41a-f4258f95cc85"},{"name":"Validate Forgotten Password OTP","id":"fed0e660-50b1-47af-b040-00c1e3a5df8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"+919871587593","type":"text"},{"key":"otp","value":"5532","type":"text"}]},"url":"https://api.sarpanch.org/accounts/validate_forgot_otp/","description":"<p>Send the phone and OTP after requesting a forgotten password otp here. </p>\n","urlObject":{"path":["accounts","validate_forgot_otp",""],"host":["https://api.sarpanch.org"],"query":[],"variable":[]}},"response":[{"id":"95c9f8f4-3d74-4907-ab83-5c7ae0f5e8ce","name":"Validate Forgotten Password OTP - Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"+919871587593","type":"text"},{"key":"otp","value":"5532","type":"text"}]},"url":"localhost:8000/accounts/validate_forgot_otp/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 08 Jan 2021 15:34:01 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"77"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"detail\": \"OTP matched, please proceed to create new password\"\n}"}],"_postman_id":"fed0e660-50b1-47af-b040-00c1e3a5df8c"},{"name":"Change Forgotten Password","id":"cd4a2659-b1ae-4195-9f3c-1b841f65a826","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"+919871587593","type":"text"},{"key":"otp","value":"5532","type":"text"},{"key":"password","value":"Abcd1234!","type":"text"}]},"url":"https://api.sarpanch.org/accounts/change_forgotten_password/","urlObject":{"path":["accounts","change_forgotten_password",""],"host":["https://api.sarpanch.org"],"query":[{"disabled":true,"key":"phone","value":"+919871587593"},{"disabled":true,"key":"otp","value":null}],"variable":[]}},"response":[{"id":"05c4fba4-d60c-494a-b2db-24c0a8829b28","name":"Change Forgotten Password - Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"+919871587593","type":"text"},{"key":"otp","value":"5532","type":"text"},{"key":"password","value":"Abcd1234!","type":"text"}]},"url":{"raw":"localhost:8000/accounts/change_forgotten_password/","host":["localhost"],"port":"8000","path":["accounts","change_forgotten_password",""],"query":[{"key":"phone","value":"+919871587593","type":"text","disabled":true},{"key":"otp","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 08 Jan 2021 15:36:21 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"70"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"detail\": \"Password changed successfully. Please Login\"\n}"}],"_postman_id":"cd4a2659-b1ae-4195-9f3c-1b841f65a826"}],"id":"ac491bdc-400e-4c3d-9497-41a59fa850cb","_postman_id":"ac491bdc-400e-4c3d-9497-41a59fa850cb","description":""},{"name":"Content Management","item":[{"name":"Posts List","id":"c1b115cb-fc13-4939-aea7-48363cdf8a69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.sarpanch.org/content/posts/?limit=10&offset=1","description":"<p>This request returns the list of all the recipes. </p>\n<h1 id=\"use-with-caution\">Use with caution</h1>\n<p>The payload size of this request is very large, hence it is <em>strongly</em> reccomended that you use the ?limit=n query parameter to get certain recipes at a time. </p>\n<h2 id=\"how-to-use-the-pagination-query-parameters\">How to use the pagination query parameters?</h2>\n<p>The two pagination query params are ?limit and ?offset. \nThey are best described: \n    The client includes both a \"limit\" and an \"offset\" query parameter. The limit indicates the maximum number of items to return, and is equivalent to the page_size in other styles. The offset indicates the starting position of the query in relation to the complete set of unpaginated items.</p>\n<h2 id=\"how-to-use-the-filtering-query-params\">How to use the filtering query params?</h2>\n<p>The following are the names of the q params that you can use to filter the data. Use these in conjunction with the pagniation tools so obtain a filtered, paginated queryset. </p>\n<ul>\n<li>?title_contains= (if the title contains this param)</li>\n<li>?category= (equality filter)</li>\n<li>?region= (equality filter)</li>\n<li>?created_before= (less than filter)</li>\n<li>?updated_before= (less than filter)\netc.</li>\n</ul>\n<p><strong>Note:</strong> time based filters must be entered in the following time format\nSupports both Django (‘%d %H:%M:%S.%f’) and ISO 8601 formatted durations (but only the sections that are accepted by Python’s timedelta, so no year, month, and week designators, e.g. ‘P3DT10H22M’).</p>\n<h3 id=\"search\">Search</h3>\n<p>This returns all recipes given a general search string. Use the <code>?search=</code> query parameter.</p>\n","urlObject":{"path":["content","posts",""],"host":["https://api.sarpanch.org"],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"1"},{"disabled":true,"key":"categories","value":"1"},{"disabled":true,"key":"created_before","value":null},{"disabled":true,"key":"title_contains","value":"mudra"},{"disabled":true,"key":"search","value":"Pradhan Mantri"}],"variable":[]}},"response":[{"id":"0cde8571-5a68-45ef-b837-90e846ae07f1","name":"Posts List - With Pagination ","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:8000/content/posts/?limit=10&offset=1","host":["localhost"],"port":"8000","path":["content","posts",""],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 16 Jan 2021 21:46:53 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"20500"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"title\": \"Pradhan Mantri Kisan Samman Nidhi (PM-KISAN)\",\n        \"sub_title\": \"Post Sub Title\",\n        \"slug\": \"pradhan-mantri-kisan-samman-nidhi-pm-kisan-2021-01-15-18-14-40\",\n        \"thumbnail\": \"https://sarpanch-assets.s3.amazonaws.com/media/public/thumbnails/Square_200x200.png\",\n        \"content\": \"<p style=\\\"text-align:center\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#0000ff\\\"><span style=\\\"background-color:#ffffff\\\">Ministry of Finance initiative meant to increase financial inclusion by making it easier to access financial services.</span></span></span></span></p>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff9900\\\"><span style=\\\"background-color:#ffffff\\\"><u>How can you benefit from PMJDY?</u></span></span></span></span></p>\\r\\n\\r\\n<ul>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff9900\\\"><span style=\\\"background-color:#ffffff\\\">Gives you the opportunity to become financially independent and capable.</span></span></span></span>\\r\\n\\r\\n\\t<ul>\\r\\n\\t\\t<li style=\\\"list-style-type:circle\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff9900\\\"><span style=\\\"background-color:#ffffff\\\">This makes it easier to get loans, safely save your money in a bank account, and more.</span></span></span></span></li>\\r\\n\\t\\t<li style=\\\"list-style-type:circle\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff9900\\\"><span style=\\\"background-color:#ffffff\\\">If you care about your money, it is important that you keep it safe through such financial mechanisms.</span></span></span></span></li>\\r\\n\\t</ul>\\r\\n\\t</li>\\r\\n</ul>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#6aa84f\\\"><span style=\\\"background-color:#ffffff\\\"><u>Description:</u></span></span></span></span></p>\\r\\n\\r\\n<ul>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#6aa84f\\\"><span style=\\\"background-color:#ffffff\\\">PMJDY ensures Indian citizens with access to financial Banking Services, Deposit Accounts, Remittances, Credit, Insurance, and Pension in an affordable and easily accessible way.</span></span></span></span></li>\\r\\n</ul>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#9900ff\\\"><span style=\\\"background-color:#ffffff\\\"><u>Best features of PMJDY:</u></span></span></span></span></p>\\r\\n\\r\\n<ul>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#9900ff\\\"><span style=\\\"background-color:#ffffff\\\">PMJDY makes the complex process of becoming financially responsible much easier by providing guidance and assistance.</span></span></span></span></li>\\r\\n</ul>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><u>Instructions:</u></span></span></span></span></p>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><strong>This initiative is intended for all Indian citizens, including minors 10 years or older who can start accounts with a guardian.</strong></span></span></span></span></p>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<ol>\\r\\n\\t<li style=\\\"list-style-type:decimal\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">Open a Basic Savings Bank Account (BSBD) by going to your nearest Savings Bank of India branch (SBI).</span></span></span></span></li>\\r\\n\\t<li style=\\\"list-style-type:decimal\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">Once you have a BSBD account, select the financial services you would like to access.</span></span></span></span></li>\\r\\n</ol>\",\n        \"created_on\": \"2021-01-15T23:44:40.631661+05:30\",\n        \"updated_on\": \"2021-01-17T02:59:49.240382+05:30\"\n    },\n    {\n        \"title\": \"Pradhan Mantri Mudra Yojna (PMMY)\",\n        \"sub_title\": \"Ministry of Finance initiative that allows one to take out loans without paying processing fees or providing collateral for use in small-sized non-farm enterprises.\",\n        \"slug\": \"pradhan-mantri-mudra-yojna-pmmy-2021-01-16-21-44-04\",\n        \"thumbnail\": \"https://sarpanch-assets.s3.amazonaws.com/media/public/thumbnails/Square_200x200_vxqv0FD.png\",\n        \"content\": \"<p style=\\\"text-align:center\\\"><span style=\\\"font-size:13.999999999999998pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#000000\\\"><span style=\\\"background-color:#ffffff\\\"><strong>Pradhan Mantri Mudra Yojna (PMMY)</strong></span></span></span></span></p>\\r\\n\\r\\n<p style=\\\"text-align:center\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#0000ff\\\"><span style=\\\"background-color:#ffffff\\\">Ministry of Finance initiative that allows one to take out loans without paying processing fees or providing collateral for use in small-sized non-farm enterprises.&nbsp;</span></span></span></span></p>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff9900\\\"><span style=\\\"background-color:#ffffff\\\"><u>How can you benefit from PMMY?</u></span></span></span></span></p>\\r\\n\\r\\n<ul>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff9900\\\"><span style=\\\"background-color:#ffffff\\\">Provides Financial Assistance to help you achieve your business goals.</span></span></span></span>\\r\\n\\r\\n\\t<ul>\\r\\n\\t\\t<li style=\\\"list-style-type:circle\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff9900\\\"><span style=\\\"background-color:#ffffff\\\">Provides a range of loans to help with whatever type and size of venture you are working on.</span></span></span></span></li>\\r\\n\\t\\t<li style=\\\"list-style-type:circle\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff9900\\\"><span style=\\\"background-color:#ffffff\\\">Doesn&rsquo;t require collateral or payment of processing fees - minimizes risks.</span></span></span></span></li>\\r\\n\\t</ul>\\r\\n\\t</li>\\r\\n</ul>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#6aa84f\\\"><span style=\\\"background-color:#ffffff\\\"><u>Description:</u></span></span></span></span></p>\\r\\n\\r\\n<ul>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#6aa84f\\\"><span style=\\\"background-color:#ffffff\\\">There is no minimum loan size under the PMMY scheme, but the maximum loan size that can be taken out under the is of Rs.10 Lakh.&nbsp;</span></span></span></span></li>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#6aa84f\\\"><span style=\\\"background-color:#ffffff\\\">Borrowers don&rsquo;t need to pay any processing fees or provide any form of collateral.&nbsp;</span></span></span></span></li>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#6aa84f\\\"><span style=\\\"background-color:#ffffff\\\">Mudra loans can be offered to enterprises in the non-farm sector and in allied agricultural activities.</span></span></span></span></li>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#6aa84f\\\"><span style=\\\"background-color:#ffffff\\\">3 Types of Mudra Loans:</span></span></span></span>\\r\\n\\t<ul>\\r\\n\\t\\t<li style=\\\"list-style-type:circle\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#6aa84f\\\"><span style=\\\"background-color:#ffffff\\\"><u>Shishu:</u></span></span></span></span><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#6aa84f\\\"><span style=\\\"background-color:#ffffff\\\"> Loans sanctioned under the PMMY scheme up to Rs.50000</span></span></span></span></li>\\r\\n\\t\\t<li style=\\\"list-style-type:circle\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#6aa84f\\\"><span style=\\\"background-color:#ffffff\\\"><u>Kishore:</u></span></span></span></span><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#6aa84f\\\"><span style=\\\"background-color:#ffffff\\\"> Loans sanctioned under the PMMY scheme from Rs.50001 up to Rs.5.00 lakh</span></span></span></span></li>\\r\\n\\t\\t<li style=\\\"list-style-type:circle\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#6aa84f\\\"><span style=\\\"background-color:#ffffff\\\"><u>Tarun:</u></span></span></span></span><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#6aa84f\\\"><span style=\\\"background-color:#ffffff\\\"> Loans sanctioned under the PMMY scheme Rs.5,00,001 up to Rs.10.00 lakh</span></span></span></span></li>\\r\\n\\t</ul>\\r\\n\\t</li>\\r\\n</ul>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#9900ff\\\"><span style=\\\"background-color:#ffffff\\\"><u>Best Features of PMMY:</u></span></span></span></span></p>\\r\\n\\r\\n<ul>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#9900ff\\\"><span style=\\\"background-color:#ffffff\\\">No collateral or processing fees need to be provided</span></span></span></span>\\r\\n\\r\\n\\t<ul>\\r\\n\\t\\t<li style=\\\"list-style-type:circle\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#9900ff\\\"><span style=\\\"background-color:#ffffff\\\">Makes it cheaper and safer for you to apply for these loans.</span></span></span></span></li>\\r\\n\\t</ul>\\r\\n\\t</li>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#9900ff\\\"><span style=\\\"background-color:#ffffff\\\">PMMY loans can be applied to a range of activities in a range of sectors, giving you the option to apply no matter the field your activity falls under.</span></span></span></span></li>\\r\\n</ul>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><u>Instructions:</u></span></span></span></span></p>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><strong>To get a PMMY loan, you must fulfill this criteria:</strong></span></span></span></span></p>\\r\\n\\r\\n<ul>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><strong>A non-farm enterprises</strong></span></span></span></span></li>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><strong>A Micro and Small Enterprises</strong></span></span></span></span></li>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><strong>Engaged in income generating activities</strong></span></span></span></span></li>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><strong>Engaged in &ldquo;income-generating activities&rdquo; and &ldquo;manufacturing, trading services&rdquo;</strong></span></span></span></span></li>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><strong>Have credit needs up to Rs.10 Lakh</strong></span></span></span></span></li>\\r\\n</ul>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">These loans are available at Commercial Banks, Regional Rural Banks (RRBs), Small-Finance Banks, Microfinance Institutions (MFIs), and Nonbank Financial Companies (NBFCs).</span></span></span></span></p>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">For </span></span></span></span><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><u>Physical Enrollment:</u></span></span></span></span></p>\\r\\n\\r\\n<ul>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">The borrower can approach any of the above-mentioned institutions.</span></span></span></span></li>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">Go to </span></span></span></span><a href=\\\"https://mudra.org.in/Home/PMMYBankersKit\\\" style=\\\"text-decoration:none\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#1155cc\\\"><span style=\\\"background-color:#ffffff\\\"><u>https://mudra.org.in/Home/PMMYBankersKit</u></span></span></span></span></a>\\r\\n\\t<ul>\\r\\n\\t\\t<li style=\\\"list-style-type:circle\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">Download the form for the type of loan you would like.</span></span></span></span></li>\\r\\n\\t</ul>\\r\\n\\t</li>\\r\\n</ul>\\r\\n\\r\\n<p><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><img src=\\\"https://lh6.googleusercontent.com/TXs8u2qsVRa1XYkI9sskrcju65J6ozMsn-1V-P6VhINqrwEs9sj0mDH-4bSYbarqoImSDMPutZhkON_3uPDDkZkQWiFdFlIVlFiK1e31kyV2CllJlhciFW3GVYZ0KKtsZLuRbf7L\\\" style=\\\"height:93px; width:601px\\\" /></span></span></span></span></p>\\r\\n\\r\\n<ul>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">Before approaching, ensure that you fulfill all requirements on the checklist.</span></span></span></span></li>\\r\\n</ul>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p style=\\\"text-align:center\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><img src=\\\"https://lh6.googleusercontent.com/dpNEzBy_BRGmL0frQjimY7pI9UoeIjkoVrwHs_H7QXgOJwflmdI0WrbfxmasQnyth1CRZrYqkDQDWkaIZMrlyOt2ZE5xKQVgE9VmjXWUwLdatFvYxLZik-PsrIa8_digpQxx682J\\\" style=\\\"height:522px; width:455px\\\" /></span></span></span></span></p>\\r\\n\\r\\n<p><br />\\r\\n&nbsp;</p>\\r\\n\\r\\n<p style=\\\"text-align:center\\\"><span style=\\\"font-size:16pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#000000\\\"><span style=\\\"background-color:#ffffff\\\">THE CLOSEST ONE TO YOU LOCATOR</span></span></span></span></p>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">For </span></span></span></span><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><u>Online Enrollment:</u></span></span></span></span></p>\\r\\n\\r\\n<ol>\\r\\n\\t<li style=\\\"list-style-type:decimal\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">The borrower can apply online via the portal at </span></span></span></span><a href=\\\"http://www.udyamimitra.in\\\" style=\\\"text-decoration:none\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#1155cc\\\"><span style=\\\"background-color:#ffffff\\\"><u>www.udyamimitra.in</u></span></span></span></span></a></li>\\r\\n\\t<li style=\\\"list-style-type:decimal\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">Press on the APPLY NOW button in the </span></span></span></span><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><em>Mudra Loans</em></span></span></span></span><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"> section.</span></span></span></span></li>\\r\\n</ol>\\r\\n\\r\\n<p style=\\\"text-align:center\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><img src=\\\"https://lh4.googleusercontent.com/W_HXFnjtNjUcj1wjnoVz2_d9zl5KeJH2aUnj2J1UkJgIJwIrzCwwkAY1zGRTV8hJKeHKlGvU5QIV121ruoP3oUQeWKYteeAjlJxyo7FQM-Pz5oNECOlqN_dGQeJLHEARM0sUEVtw\\\" style=\\\"height:180px; width:602px\\\" /></span></span></span></span></p>\\r\\n\\r\\n<ol start=\\\"3\\\">\\r\\n\\t<li style=\\\"list-style-type:decimal\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">Scroll down to the </span></span></span></span><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><em>Apply for MUDRA Loan </em></span></span></span></span><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">and click the&nbsp;</span></span></span></span></li>\\r\\n</ol>\\r\\n\\r\\n<p><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><em><img src=\\\"https://lh5.googleusercontent.com/A-StkTAV8eWLe49W_3tWUtMjlPxuCrmUFWKtuOqj5OrtZFf3l5tZaXT4mfp37lR9waBiwfvSx6CLX7dn-AzcxYXyLQPaVY5TPkIAZ2sc0zEDY1Q8y1bmMcCZMdugZXtswyzNx6jK\\\" style=\\\"height:141px; width:619px\\\" /></em></span></span></span></span></p>\\r\\n\\r\\n<ol start=\\\"4\\\">\\r\\n\\t<li style=\\\"list-style-type:decimal\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">If you are not Sidbi/UdyamiMitra Member yet,&nbsp;</span></span></span></span>\\r\\n\\r\\n\\t<ol>\\r\\n\\t\\t<li style=\\\"list-style-type:lower-alpha\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">You will need to create an account. Put your name, email address, and phone number</span></span></span></span></li>\\r\\n\\t\\t<li style=\\\"list-style-type:lower-alpha\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">You should shortly receive an email or a text message with your OTP code.</span></span></span></span></li>\\r\\n\\t\\t<li style=\\\"list-style-type:lower-alpha\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">From there you should be allowed to create your account.</span></span></span></span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n</ol>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p style=\\\"margin-left:96px; text-align:center\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><img src=\\\"https://lh4.googleusercontent.com/lne-aezlh_fb7icRYqQRC041R9emN4jimRPdRjrhkEJicR8AE3gn-Cdw85GpS6KUBj28GejacDatO6xxa_0OsHvlfee6RvOmyxS4ehE1lm1TNa4K6WOq_6CcudXQgQzg8Ql2G6so\\\" style=\\\"height:251px; width:519px\\\" /></span></span></span></span></p>\\r\\n\\r\\n<p>&nbsp;</p>\",\n        \"created_on\": \"2021-01-17T03:14:03.937623+05:30\",\n        \"updated_on\": \"2021-01-17T03:15:32.569426+05:30\"\n    }\n]"},{"id":"3139312d-cf72-4a21-950d-5c84d29cf9dd","name":"Posts List - Filters","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:8000/content/posts/?limit=10&offset=1&title_contains=mudra","host":["localhost"],"port":"8000","path":["content","posts",""],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"1"},{"key":"categories","value":"1","type":"text","disabled":true},{"key":"created_before","value":null,"type":"text","disabled":true},{"key":"title_contains","value":"mudra"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 16 Jan 2021 22:03:49 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"16223"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"title\": \"Pradhan Mantri Mudra Yojna (PMMY)\",\n        \"sub_title\": \"Ministry of Finance initiative that allows one to take out loans without paying processing fees or providing collateral for use in small-sized non-farm enterprises.\",\n        \"slug\": \"pradhan-mantri-mudra-yojna-pmmy-2021-01-16-21-44-04\",\n        \"thumbnail\": \"https://sarpanch-assets.s3.amazonaws.com/media/public/thumbnails/Square_200x200_vxqv0FD.png\",\n        \"content\": \"<p style=\\\"text-align:center\\\"><span style=\\\"font-size:13.999999999999998pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#000000\\\"><span style=\\\"background-color:#ffffff\\\"><strong>Pradhan Mantri Mudra Yojna (PMMY)</strong></span></span></span></span></p>\\r\\n\\r\\n<p style=\\\"text-align:center\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#0000ff\\\"><span style=\\\"background-color:#ffffff\\\">Ministry of Finance initiative that allows one to take out loans without paying processing fees or providing collateral for use in small-sized non-farm enterprises.&nbsp;</span></span></span></span></p>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff9900\\\"><span style=\\\"background-color:#ffffff\\\"><u>How can you benefit from PMMY?</u></span></span></span></span></p>\\r\\n\\r\\n<ul>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff9900\\\"><span style=\\\"background-color:#ffffff\\\">Provides Financial Assistance to help you achieve your business goals.</span></span></span></span>\\r\\n\\r\\n\\t<ul>\\r\\n\\t\\t<li style=\\\"list-style-type:circle\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff9900\\\"><span style=\\\"background-color:#ffffff\\\">Provides a range of loans to help with whatever type and size of venture you are working on.</span></span></span></span></li>\\r\\n\\t\\t<li style=\\\"list-style-type:circle\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff9900\\\"><span style=\\\"background-color:#ffffff\\\">Doesn&rsquo;t require collateral or payment of processing fees - minimizes risks.</span></span></span></span></li>\\r\\n\\t</ul>\\r\\n\\t</li>\\r\\n</ul>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#6aa84f\\\"><span style=\\\"background-color:#ffffff\\\"><u>Description:</u></span></span></span></span></p>\\r\\n\\r\\n<ul>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#6aa84f\\\"><span style=\\\"background-color:#ffffff\\\">There is no minimum loan size under the PMMY scheme, but the maximum loan size that can be taken out under the is of Rs.10 Lakh.&nbsp;</span></span></span></span></li>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#6aa84f\\\"><span style=\\\"background-color:#ffffff\\\">Borrowers don&rsquo;t need to pay any processing fees or provide any form of collateral.&nbsp;</span></span></span></span></li>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#6aa84f\\\"><span style=\\\"background-color:#ffffff\\\">Mudra loans can be offered to enterprises in the non-farm sector and in allied agricultural activities.</span></span></span></span></li>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#6aa84f\\\"><span style=\\\"background-color:#ffffff\\\">3 Types of Mudra Loans:</span></span></span></span>\\r\\n\\t<ul>\\r\\n\\t\\t<li style=\\\"list-style-type:circle\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#6aa84f\\\"><span style=\\\"background-color:#ffffff\\\"><u>Shishu:</u></span></span></span></span><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#6aa84f\\\"><span style=\\\"background-color:#ffffff\\\"> Loans sanctioned under the PMMY scheme up to Rs.50000</span></span></span></span></li>\\r\\n\\t\\t<li style=\\\"list-style-type:circle\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#6aa84f\\\"><span style=\\\"background-color:#ffffff\\\"><u>Kishore:</u></span></span></span></span><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#6aa84f\\\"><span style=\\\"background-color:#ffffff\\\"> Loans sanctioned under the PMMY scheme from Rs.50001 up to Rs.5.00 lakh</span></span></span></span></li>\\r\\n\\t\\t<li style=\\\"list-style-type:circle\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#6aa84f\\\"><span style=\\\"background-color:#ffffff\\\"><u>Tarun:</u></span></span></span></span><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#6aa84f\\\"><span style=\\\"background-color:#ffffff\\\"> Loans sanctioned under the PMMY scheme Rs.5,00,001 up to Rs.10.00 lakh</span></span></span></span></li>\\r\\n\\t</ul>\\r\\n\\t</li>\\r\\n</ul>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#9900ff\\\"><span style=\\\"background-color:#ffffff\\\"><u>Best Features of PMMY:</u></span></span></span></span></p>\\r\\n\\r\\n<ul>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#9900ff\\\"><span style=\\\"background-color:#ffffff\\\">No collateral or processing fees need to be provided</span></span></span></span>\\r\\n\\r\\n\\t<ul>\\r\\n\\t\\t<li style=\\\"list-style-type:circle\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#9900ff\\\"><span style=\\\"background-color:#ffffff\\\">Makes it cheaper and safer for you to apply for these loans.</span></span></span></span></li>\\r\\n\\t</ul>\\r\\n\\t</li>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#9900ff\\\"><span style=\\\"background-color:#ffffff\\\">PMMY loans can be applied to a range of activities in a range of sectors, giving you the option to apply no matter the field your activity falls under.</span></span></span></span></li>\\r\\n</ul>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><u>Instructions:</u></span></span></span></span></p>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><strong>To get a PMMY loan, you must fulfill this criteria:</strong></span></span></span></span></p>\\r\\n\\r\\n<ul>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><strong>A non-farm enterprises</strong></span></span></span></span></li>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><strong>A Micro and Small Enterprises</strong></span></span></span></span></li>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><strong>Engaged in income generating activities</strong></span></span></span></span></li>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><strong>Engaged in &ldquo;income-generating activities&rdquo; and &ldquo;manufacturing, trading services&rdquo;</strong></span></span></span></span></li>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><strong>Have credit needs up to Rs.10 Lakh</strong></span></span></span></span></li>\\r\\n</ul>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">These loans are available at Commercial Banks, Regional Rural Banks (RRBs), Small-Finance Banks, Microfinance Institutions (MFIs), and Nonbank Financial Companies (NBFCs).</span></span></span></span></p>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">For </span></span></span></span><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><u>Physical Enrollment:</u></span></span></span></span></p>\\r\\n\\r\\n<ul>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">The borrower can approach any of the above-mentioned institutions.</span></span></span></span></li>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">Go to </span></span></span></span><a href=\\\"https://mudra.org.in/Home/PMMYBankersKit\\\" style=\\\"text-decoration:none\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#1155cc\\\"><span style=\\\"background-color:#ffffff\\\"><u>https://mudra.org.in/Home/PMMYBankersKit</u></span></span></span></span></a>\\r\\n\\t<ul>\\r\\n\\t\\t<li style=\\\"list-style-type:circle\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">Download the form for the type of loan you would like.</span></span></span></span></li>\\r\\n\\t</ul>\\r\\n\\t</li>\\r\\n</ul>\\r\\n\\r\\n<p><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><img src=\\\"https://lh6.googleusercontent.com/TXs8u2qsVRa1XYkI9sskrcju65J6ozMsn-1V-P6VhINqrwEs9sj0mDH-4bSYbarqoImSDMPutZhkON_3uPDDkZkQWiFdFlIVlFiK1e31kyV2CllJlhciFW3GVYZ0KKtsZLuRbf7L\\\" style=\\\"height:93px; width:601px\\\" /></span></span></span></span></p>\\r\\n\\r\\n<ul>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">Before approaching, ensure that you fulfill all requirements on the checklist.</span></span></span></span></li>\\r\\n</ul>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p style=\\\"text-align:center\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><img src=\\\"https://lh6.googleusercontent.com/dpNEzBy_BRGmL0frQjimY7pI9UoeIjkoVrwHs_H7QXgOJwflmdI0WrbfxmasQnyth1CRZrYqkDQDWkaIZMrlyOt2ZE5xKQVgE9VmjXWUwLdatFvYxLZik-PsrIa8_digpQxx682J\\\" style=\\\"height:522px; width:455px\\\" /></span></span></span></span></p>\\r\\n\\r\\n<p><br />\\r\\n&nbsp;</p>\\r\\n\\r\\n<p style=\\\"text-align:center\\\"><span style=\\\"font-size:16pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#000000\\\"><span style=\\\"background-color:#ffffff\\\">THE CLOSEST ONE TO YOU LOCATOR</span></span></span></span></p>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">For </span></span></span></span><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><u>Online Enrollment:</u></span></span></span></span></p>\\r\\n\\r\\n<ol>\\r\\n\\t<li style=\\\"list-style-type:decimal\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">The borrower can apply online via the portal at </span></span></span></span><a href=\\\"http://www.udyamimitra.in\\\" style=\\\"text-decoration:none\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#1155cc\\\"><span style=\\\"background-color:#ffffff\\\"><u>www.udyamimitra.in</u></span></span></span></span></a></li>\\r\\n\\t<li style=\\\"list-style-type:decimal\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">Press on the APPLY NOW button in the </span></span></span></span><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><em>Mudra Loans</em></span></span></span></span><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"> section.</span></span></span></span></li>\\r\\n</ol>\\r\\n\\r\\n<p style=\\\"text-align:center\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><img src=\\\"https://lh4.googleusercontent.com/W_HXFnjtNjUcj1wjnoVz2_d9zl5KeJH2aUnj2J1UkJgIJwIrzCwwkAY1zGRTV8hJKeHKlGvU5QIV121ruoP3oUQeWKYteeAjlJxyo7FQM-Pz5oNECOlqN_dGQeJLHEARM0sUEVtw\\\" style=\\\"height:180px; width:602px\\\" /></span></span></span></span></p>\\r\\n\\r\\n<ol start=\\\"3\\\">\\r\\n\\t<li style=\\\"list-style-type:decimal\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">Scroll down to the </span></span></span></span><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><em>Apply for MUDRA Loan </em></span></span></span></span><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">and click the&nbsp;</span></span></span></span></li>\\r\\n</ol>\\r\\n\\r\\n<p><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><em><img src=\\\"https://lh5.googleusercontent.com/A-StkTAV8eWLe49W_3tWUtMjlPxuCrmUFWKtuOqj5OrtZFf3l5tZaXT4mfp37lR9waBiwfvSx6CLX7dn-AzcxYXyLQPaVY5TPkIAZ2sc0zEDY1Q8y1bmMcCZMdugZXtswyzNx6jK\\\" style=\\\"height:141px; width:619px\\\" /></em></span></span></span></span></p>\\r\\n\\r\\n<ol start=\\\"4\\\">\\r\\n\\t<li style=\\\"list-style-type:decimal\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">If you are not Sidbi/UdyamiMitra Member yet,&nbsp;</span></span></span></span>\\r\\n\\r\\n\\t<ol>\\r\\n\\t\\t<li style=\\\"list-style-type:lower-alpha\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">You will need to create an account. Put your name, email address, and phone number</span></span></span></span></li>\\r\\n\\t\\t<li style=\\\"list-style-type:lower-alpha\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">You should shortly receive an email or a text message with your OTP code.</span></span></span></span></li>\\r\\n\\t\\t<li style=\\\"list-style-type:lower-alpha\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">From there you should be allowed to create your account.</span></span></span></span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n</ol>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p style=\\\"margin-left:96px; text-align:center\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><img src=\\\"https://lh4.googleusercontent.com/lne-aezlh_fb7icRYqQRC041R9emN4jimRPdRjrhkEJicR8AE3gn-Cdw85GpS6KUBj28GejacDatO6xxa_0OsHvlfee6RvOmyxS4ehE1lm1TNa4K6WOq_6CcudXQgQzg8Ql2G6so\\\" style=\\\"height:251px; width:519px\\\" /></span></span></span></span></p>\\r\\n\\r\\n<p>&nbsp;</p>\",\n        \"created_on\": \"2021-01-17T03:14:03.937623+05:30\",\n        \"updated_on\": \"2021-01-17T03:30:02.539046+05:30\",\n        \"categories\": [\n            3\n        ]\n    }\n]"},{"id":"5ea8a8d4-8948-4b5f-8a2b-b39ec425f87c","name":"Posts List - Search","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:8000/content/posts/?limit=10&offset=1&search=Pradhan Mantri","host":["localhost"],"port":"8000","path":["content","posts",""],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"1"},{"key":"categories","value":"1","type":"text","disabled":true},{"key":"created_before","value":null,"type":"text","disabled":true},{"key":"title_contains","value":"mudra","type":"text","disabled":true},{"key":"search","value":"Pradhan Mantri"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 16 Jan 2021 22:04:41 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"20536"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"title\": \"Pradhan Mantri Kisan Samman Nidhi (PM-KISAN)\",\n        \"sub_title\": \"Post Sub Title\",\n        \"slug\": \"pradhan-mantri-kisan-samman-nidhi-pm-kisan-2021-01-15-18-14-40\",\n        \"thumbnail\": \"https://sarpanch-assets.s3.amazonaws.com/media/public/thumbnails/Square_200x200.png\",\n        \"content\": \"<p style=\\\"text-align:center\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#0000ff\\\"><span style=\\\"background-color:#ffffff\\\">Ministry of Finance initiative meant to increase financial inclusion by making it easier to access financial services.</span></span></span></span></p>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff9900\\\"><span style=\\\"background-color:#ffffff\\\"><u>How can you benefit from PMJDY?</u></span></span></span></span></p>\\r\\n\\r\\n<ul>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff9900\\\"><span style=\\\"background-color:#ffffff\\\">Gives you the opportunity to become financially independent and capable.</span></span></span></span>\\r\\n\\r\\n\\t<ul>\\r\\n\\t\\t<li style=\\\"list-style-type:circle\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff9900\\\"><span style=\\\"background-color:#ffffff\\\">This makes it easier to get loans, safely save your money in a bank account, and more.</span></span></span></span></li>\\r\\n\\t\\t<li style=\\\"list-style-type:circle\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff9900\\\"><span style=\\\"background-color:#ffffff\\\">If you care about your money, it is important that you keep it safe through such financial mechanisms.</span></span></span></span></li>\\r\\n\\t</ul>\\r\\n\\t</li>\\r\\n</ul>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#6aa84f\\\"><span style=\\\"background-color:#ffffff\\\"><u>Description:</u></span></span></span></span></p>\\r\\n\\r\\n<ul>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#6aa84f\\\"><span style=\\\"background-color:#ffffff\\\">PMJDY ensures Indian citizens with access to financial Banking Services, Deposit Accounts, Remittances, Credit, Insurance, and Pension in an affordable and easily accessible way.</span></span></span></span></li>\\r\\n</ul>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#9900ff\\\"><span style=\\\"background-color:#ffffff\\\"><u>Best features of PMJDY:</u></span></span></span></span></p>\\r\\n\\r\\n<ul>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#9900ff\\\"><span style=\\\"background-color:#ffffff\\\">PMJDY makes the complex process of becoming financially responsible much easier by providing guidance and assistance.</span></span></span></span></li>\\r\\n</ul>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><u>Instructions:</u></span></span></span></span></p>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><strong>This initiative is intended for all Indian citizens, including minors 10 years or older who can start accounts with a guardian.</strong></span></span></span></span></p>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<ol>\\r\\n\\t<li style=\\\"list-style-type:decimal\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">Open a Basic Savings Bank Account (BSBD) by going to your nearest Savings Bank of India branch (SBI).</span></span></span></span></li>\\r\\n\\t<li style=\\\"list-style-type:decimal\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">Once you have a BSBD account, select the financial services you would like to access.</span></span></span></span></li>\\r\\n</ol>\",\n        \"created_on\": \"2021-01-15T23:44:40.631661+05:30\",\n        \"updated_on\": \"2021-01-17T02:59:49.240382+05:30\",\n        \"categories\": [\n            1,\n            2\n        ]\n    },\n    {\n        \"title\": \"Pradhan Mantri Mudra Yojna (PMMY)\",\n        \"sub_title\": \"Ministry of Finance initiative that allows one to take out loans without paying processing fees or providing collateral for use in small-sized non-farm enterprises.\",\n        \"slug\": \"pradhan-mantri-mudra-yojna-pmmy-2021-01-16-21-44-04\",\n        \"thumbnail\": \"https://sarpanch-assets.s3.amazonaws.com/media/public/thumbnails/Square_200x200_vxqv0FD.png\",\n        \"content\": \"<p style=\\\"text-align:center\\\"><span style=\\\"font-size:13.999999999999998pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#000000\\\"><span style=\\\"background-color:#ffffff\\\"><strong>Pradhan Mantri Mudra Yojna (PMMY)</strong></span></span></span></span></p>\\r\\n\\r\\n<p style=\\\"text-align:center\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#0000ff\\\"><span style=\\\"background-color:#ffffff\\\">Ministry of Finance initiative that allows one to take out loans without paying processing fees or providing collateral for use in small-sized non-farm enterprises.&nbsp;</span></span></span></span></p>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff9900\\\"><span style=\\\"background-color:#ffffff\\\"><u>How can you benefit from PMMY?</u></span></span></span></span></p>\\r\\n\\r\\n<ul>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff9900\\\"><span style=\\\"background-color:#ffffff\\\">Provides Financial Assistance to help you achieve your business goals.</span></span></span></span>\\r\\n\\r\\n\\t<ul>\\r\\n\\t\\t<li style=\\\"list-style-type:circle\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff9900\\\"><span style=\\\"background-color:#ffffff\\\">Provides a range of loans to help with whatever type and size of venture you are working on.</span></span></span></span></li>\\r\\n\\t\\t<li style=\\\"list-style-type:circle\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff9900\\\"><span style=\\\"background-color:#ffffff\\\">Doesn&rsquo;t require collateral or payment of processing fees - minimizes risks.</span></span></span></span></li>\\r\\n\\t</ul>\\r\\n\\t</li>\\r\\n</ul>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#6aa84f\\\"><span style=\\\"background-color:#ffffff\\\"><u>Description:</u></span></span></span></span></p>\\r\\n\\r\\n<ul>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#6aa84f\\\"><span style=\\\"background-color:#ffffff\\\">There is no minimum loan size under the PMMY scheme, but the maximum loan size that can be taken out under the is of Rs.10 Lakh.&nbsp;</span></span></span></span></li>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#6aa84f\\\"><span style=\\\"background-color:#ffffff\\\">Borrowers don&rsquo;t need to pay any processing fees or provide any form of collateral.&nbsp;</span></span></span></span></li>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#6aa84f\\\"><span style=\\\"background-color:#ffffff\\\">Mudra loans can be offered to enterprises in the non-farm sector and in allied agricultural activities.</span></span></span></span></li>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#6aa84f\\\"><span style=\\\"background-color:#ffffff\\\">3 Types of Mudra Loans:</span></span></span></span>\\r\\n\\t<ul>\\r\\n\\t\\t<li style=\\\"list-style-type:circle\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#6aa84f\\\"><span style=\\\"background-color:#ffffff\\\"><u>Shishu:</u></span></span></span></span><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#6aa84f\\\"><span style=\\\"background-color:#ffffff\\\"> Loans sanctioned under the PMMY scheme up to Rs.50000</span></span></span></span></li>\\r\\n\\t\\t<li style=\\\"list-style-type:circle\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#6aa84f\\\"><span style=\\\"background-color:#ffffff\\\"><u>Kishore:</u></span></span></span></span><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#6aa84f\\\"><span style=\\\"background-color:#ffffff\\\"> Loans sanctioned under the PMMY scheme from Rs.50001 up to Rs.5.00 lakh</span></span></span></span></li>\\r\\n\\t\\t<li style=\\\"list-style-type:circle\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#6aa84f\\\"><span style=\\\"background-color:#ffffff\\\"><u>Tarun:</u></span></span></span></span><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#6aa84f\\\"><span style=\\\"background-color:#ffffff\\\"> Loans sanctioned under the PMMY scheme Rs.5,00,001 up to Rs.10.00 lakh</span></span></span></span></li>\\r\\n\\t</ul>\\r\\n\\t</li>\\r\\n</ul>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#9900ff\\\"><span style=\\\"background-color:#ffffff\\\"><u>Best Features of PMMY:</u></span></span></span></span></p>\\r\\n\\r\\n<ul>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#9900ff\\\"><span style=\\\"background-color:#ffffff\\\">No collateral or processing fees need to be provided</span></span></span></span>\\r\\n\\r\\n\\t<ul>\\r\\n\\t\\t<li style=\\\"list-style-type:circle\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#9900ff\\\"><span style=\\\"background-color:#ffffff\\\">Makes it cheaper and safer for you to apply for these loans.</span></span></span></span></li>\\r\\n\\t</ul>\\r\\n\\t</li>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#9900ff\\\"><span style=\\\"background-color:#ffffff\\\">PMMY loans can be applied to a range of activities in a range of sectors, giving you the option to apply no matter the field your activity falls under.</span></span></span></span></li>\\r\\n</ul>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><u>Instructions:</u></span></span></span></span></p>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><strong>To get a PMMY loan, you must fulfill this criteria:</strong></span></span></span></span></p>\\r\\n\\r\\n<ul>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><strong>A non-farm enterprises</strong></span></span></span></span></li>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><strong>A Micro and Small Enterprises</strong></span></span></span></span></li>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><strong>Engaged in income generating activities</strong></span></span></span></span></li>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><strong>Engaged in &ldquo;income-generating activities&rdquo; and &ldquo;manufacturing, trading services&rdquo;</strong></span></span></span></span></li>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><strong>Have credit needs up to Rs.10 Lakh</strong></span></span></span></span></li>\\r\\n</ul>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">These loans are available at Commercial Banks, Regional Rural Banks (RRBs), Small-Finance Banks, Microfinance Institutions (MFIs), and Nonbank Financial Companies (NBFCs).</span></span></span></span></p>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">For </span></span></span></span><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><u>Physical Enrollment:</u></span></span></span></span></p>\\r\\n\\r\\n<ul>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">The borrower can approach any of the above-mentioned institutions.</span></span></span></span></li>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">Go to </span></span></span></span><a href=\\\"https://mudra.org.in/Home/PMMYBankersKit\\\" style=\\\"text-decoration:none\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#1155cc\\\"><span style=\\\"background-color:#ffffff\\\"><u>https://mudra.org.in/Home/PMMYBankersKit</u></span></span></span></span></a>\\r\\n\\t<ul>\\r\\n\\t\\t<li style=\\\"list-style-type:circle\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">Download the form for the type of loan you would like.</span></span></span></span></li>\\r\\n\\t</ul>\\r\\n\\t</li>\\r\\n</ul>\\r\\n\\r\\n<p><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><img src=\\\"https://lh6.googleusercontent.com/TXs8u2qsVRa1XYkI9sskrcju65J6ozMsn-1V-P6VhINqrwEs9sj0mDH-4bSYbarqoImSDMPutZhkON_3uPDDkZkQWiFdFlIVlFiK1e31kyV2CllJlhciFW3GVYZ0KKtsZLuRbf7L\\\" style=\\\"height:93px; width:601px\\\" /></span></span></span></span></p>\\r\\n\\r\\n<ul>\\r\\n\\t<li style=\\\"list-style-type:disc\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">Before approaching, ensure that you fulfill all requirements on the checklist.</span></span></span></span></li>\\r\\n</ul>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p style=\\\"text-align:center\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><img src=\\\"https://lh6.googleusercontent.com/dpNEzBy_BRGmL0frQjimY7pI9UoeIjkoVrwHs_H7QXgOJwflmdI0WrbfxmasQnyth1CRZrYqkDQDWkaIZMrlyOt2ZE5xKQVgE9VmjXWUwLdatFvYxLZik-PsrIa8_digpQxx682J\\\" style=\\\"height:522px; width:455px\\\" /></span></span></span></span></p>\\r\\n\\r\\n<p><br />\\r\\n&nbsp;</p>\\r\\n\\r\\n<p style=\\\"text-align:center\\\"><span style=\\\"font-size:16pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#000000\\\"><span style=\\\"background-color:#ffffff\\\">THE CLOSEST ONE TO YOU LOCATOR</span></span></span></span></p>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">For </span></span></span></span><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><u>Online Enrollment:</u></span></span></span></span></p>\\r\\n\\r\\n<ol>\\r\\n\\t<li style=\\\"list-style-type:decimal\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">The borrower can apply online via the portal at </span></span></span></span><a href=\\\"http://www.udyamimitra.in\\\" style=\\\"text-decoration:none\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#1155cc\\\"><span style=\\\"background-color:#ffffff\\\"><u>www.udyamimitra.in</u></span></span></span></span></a></li>\\r\\n\\t<li style=\\\"list-style-type:decimal\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">Press on the APPLY NOW button in the </span></span></span></span><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><em>Mudra Loans</em></span></span></span></span><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"> section.</span></span></span></span></li>\\r\\n</ol>\\r\\n\\r\\n<p style=\\\"text-align:center\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><img src=\\\"https://lh4.googleusercontent.com/W_HXFnjtNjUcj1wjnoVz2_d9zl5KeJH2aUnj2J1UkJgIJwIrzCwwkAY1zGRTV8hJKeHKlGvU5QIV121ruoP3oUQeWKYteeAjlJxyo7FQM-Pz5oNECOlqN_dGQeJLHEARM0sUEVtw\\\" style=\\\"height:180px; width:602px\\\" /></span></span></span></span></p>\\r\\n\\r\\n<ol start=\\\"3\\\">\\r\\n\\t<li style=\\\"list-style-type:decimal\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">Scroll down to the </span></span></span></span><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><em>Apply for MUDRA Loan </em></span></span></span></span><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">and click the&nbsp;</span></span></span></span></li>\\r\\n</ol>\\r\\n\\r\\n<p><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><em><img src=\\\"https://lh5.googleusercontent.com/A-StkTAV8eWLe49W_3tWUtMjlPxuCrmUFWKtuOqj5OrtZFf3l5tZaXT4mfp37lR9waBiwfvSx6CLX7dn-AzcxYXyLQPaVY5TPkIAZ2sc0zEDY1Q8y1bmMcCZMdugZXtswyzNx6jK\\\" style=\\\"height:141px; width:619px\\\" /></em></span></span></span></span></p>\\r\\n\\r\\n<ol start=\\\"4\\\">\\r\\n\\t<li style=\\\"list-style-type:decimal\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">If you are not Sidbi/UdyamiMitra Member yet,&nbsp;</span></span></span></span>\\r\\n\\r\\n\\t<ol>\\r\\n\\t\\t<li style=\\\"list-style-type:lower-alpha\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">You will need to create an account. Put your name, email address, and phone number</span></span></span></span></li>\\r\\n\\t\\t<li style=\\\"list-style-type:lower-alpha\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">You should shortly receive an email or a text message with your OTP code.</span></span></span></span></li>\\r\\n\\t\\t<li style=\\\"list-style-type:lower-alpha\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\">From there you should be allowed to create your account.</span></span></span></span></li>\\r\\n\\t</ol>\\r\\n\\t</li>\\r\\n</ol>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p style=\\\"margin-left:96px; text-align:center\\\"><span style=\\\"font-size:12pt\\\"><span style=\\\"font-family:Arial\\\"><span style=\\\"color:#ff0000\\\"><span style=\\\"background-color:#ffffff\\\"><img src=\\\"https://lh4.googleusercontent.com/lne-aezlh_fb7icRYqQRC041R9emN4jimRPdRjrhkEJicR8AE3gn-Cdw85GpS6KUBj28GejacDatO6xxa_0OsHvlfee6RvOmyxS4ehE1lm1TNa4K6WOq_6CcudXQgQzg8Ql2G6so\\\" style=\\\"height:251px; width:519px\\\" /></span></span></span></span></p>\\r\\n\\r\\n<p>&nbsp;</p>\",\n        \"created_on\": \"2021-01-17T03:14:03.937623+05:30\",\n        \"updated_on\": \"2021-01-17T03:30:02.539046+05:30\",\n        \"categories\": [\n            3\n        ]\n    }\n]"}],"_postman_id":"c1b115cb-fc13-4939-aea7-48363cdf8a69"},{"name":"Post Detail","id":"0b9709c3-0497-43d2-8acb-c3e76ed002f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.sarpanch.org/content/posts/1/","description":"<p>This gets a single recipe by passing the id or primary key to the URL.</p>\n","urlObject":{"path":["content","posts","1",""],"host":["https://api.sarpanch.org"],"query":[],"variable":[]}},"response":[{"id":"5cba49a7-57a6-44c1-aaa7-b4d2ddc3b76d","name":"Post Detail - Success","originalRequest":{"method":"GET","header":[],"url":"https://api.sarpanch.org/content/posts/1/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Date","value":"Mon, 01 Feb 2021 05:23:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Origin"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"2110"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"title\": \"Pradhan Mantri Jan Dhan Yojna (PMJDY)\",\n    \"sub_title\": \"Ministry of Finance initiative meant to increase financial inclusion by making it easier to access financial services.\",\n    \"slug\": \"pradhan-mantri-jan-dhan-yojna-pmjdy-2021-01-17-16-13-21\",\n    \"thumbnail\": \"https://sarpanch-assets.s3.amazonaws.com/media/public/thumbnails/Square_200x200_yoKdZul.png\",\n    \"content\": \"<p><u>How can you benefit from PMJDY?</u></p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Gives you the opportunity to become financially independent and capable.\\r\\n\\t<ul>\\r\\n\\t\\t<li>This makes it easier to get loans, safely save your money in a bank account, and more.</li>\\r\\n\\t\\t<li>If you care about your money, it is important that you keep it safe through such financial mechanisms.</li>\\r\\n\\t</ul>\\r\\n\\t</li>\\r\\n</ul>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><u>Description:</u></p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>PMJDY ensures Indian citizens with access to financial Banking Services, Deposit Accounts, Remittances, Credit, Insurance, and Pension in an affordable and easily accessible way.</li>\\r\\n</ul>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><u>Best features of PMJDY:</u></p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>PMJDY makes the complex process of becoming financially responsible much easier by providing guidance and assistance.</li>\\r\\n</ul>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><u>Instructions:</u></p>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><strong>This initiative is intended for all Indian citizens, including minors 10 years or older who can start accounts with a guardian.</strong></p>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<ol>\\r\\n\\t<li>Open a Basic Savings Bank Account (BSBD) by going to your nearest Savings Bank of India branch (SBI).</li>\\r\\n</ol>\\r\\n\\r\\n<p><img alt=\\\"\\\" src=\\\"https://sarpanch-assets.s3.amazonaws.com/media/public/media/public/ckeditor/2021/01/17/zelda_uAUyuWW.png\\\" /></p>\\r\\n\\r\\n<ol>\\r\\n\\t<li>Once you have a BSBD account, select the financial services you would like to access.</li>\\r\\n</ol>\",\n    \"created_on\": \"2021-01-17T21:43:21.486743+05:30\",\n    \"updated_on\": \"2021-01-22T15:18:44.138833+05:30\",\n    \"categories\": [\n        {\n            \"id\": 5,\n            \"title\": \"Rural\",\n            \"parent\": 1\n        },\n        {\n            \"id\": 3,\n            \"title\": \"Finance\",\n            \"parent\": null\n        }\n    ]\n}"}],"_postman_id":"0b9709c3-0497-43d2-8acb-c3e76ed002f5"},{"name":"Category List","id":"25576c1b-0f70-48da-b0d2-9045f73a29fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.sarpanch.org/content/categories/","description":"<p>Returns a list of the active categories.</p>\n","urlObject":{"path":["content","categories",""],"host":["https://api.sarpanch.org"],"query":[],"variable":[]}},"response":[{"id":"5b5bc11a-4853-4e5b-a194-19ceebefda37","name":"Category List","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/content/categories/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 16 Jan 2021 21:58:40 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"78"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"title\": \"Finance\",\n        \"parent\": null\n    },\n    {\n        \"id\": 2,\n        \"title\": \"Rural\",\n        \"parent\": 1\n    }\n]"}],"_postman_id":"25576c1b-0f70-48da-b0d2-9045f73a29fd"},{"name":"Category Detail","id":"d9ea76a0-c641-4f05-a7a4-80a32da6b42c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8000/content/category/1/","description":"<p>Passing a category id to this request will return the details about that category like title, parent, etc. </p>\n","urlObject":{"port":"8000","path":["content","category","1",""],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6040a85e-0984-4408-b93b-c2578db17375","name":"Category Detail","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/content/category/1/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Jan 2021 15:33:19 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"40"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"title\": \"Finance\",\n    \"parent\": null\n}"}],"_postman_id":"d9ea76a0-c641-4f05-a7a4-80a32da6b42c"}],"id":"538d0f06-8061-47b2-86dd-60f67c8b3814","description":"<p>This section includes all the requests to query and retrive posts about various schemes etc.</p>\n","_postman_id":"538d0f06-8061-47b2-86dd-60f67c8b3814"}],"event":[{"listen":"prerequest","script":{"id":"85f80108-e1bc-4f65-bf8b-0610780a7793","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"df97306b-b8f2-49c5-b0f5-322dcaacc021","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://api.sarpanch.org"}]}