get
GET /api/v1/authentication/EmailOtpAuthentication/SendEmailOtp HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
{
  "status": 0
}
post
POST /api/v1/authentication/EmailOtpAuthentication/VerifyEmailOtp HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 14

{
  "otp": "text"
}
{
  "status": 0
}