{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening Email O T P API", "version": "1.0" }, "items": [ { "info": { "name": "Email O T P", "type": "folder" }, "items": [ { "info": { "name": "Creates and Send a One-Time Passcode (OTP) via Email", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/email-otps", "headers": [ { "name": "X-Encrypted-Payload", "value": "true" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create and Send a One-Time Passcode (OTP) via Email to the address provided." } ] } ], "bundled": true }