1️⃣ Send OTP
POST /mobile/authapi.php
{
"action": "sendOtp",
"phone_number": "8178802767",
"countryCode": "+91"
}
2️⃣ Verify OTP
POST /mobile/authapi.php
{
"action": "verifyOtp",
"phone_number": "8178802767",
"countryCode": "+91",
"authCode": 8778,
"otp": 884145
}
🚀 Live API Tester
Response will appear here...