{ "opencollection": "1.0.0", "info": { "name": "Oper Agent Documents Check Reset Password API", "version": "1.0" }, "items": [ { "info": { "name": "Check Reset Password", "type": "folder" }, "items": [ { "info": { "name": "api_check_reset_password_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/check-reset-password/", "body": { "type": "json", "data": "{}" } }, "docs": "This check verifies whether the reset password token is valid." } ] } ], "bundled": true }