get
GET /api/v1/update/UpdateEmailInfo/GetApplicantEmails HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
[
  {
    "id": 1,
    "email": "text",
    "isDefault": true
  }
]
post
POST /api/v1/update/UpdateEmailInfo/SendOTP HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
{
  "status": 0
}
post
POST /api/v1/update/UpdateRequest/VerifyPassword HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 36

{
  "password": "text",
  "updateStepId": 1
}
{
  "status": 0
}
post
POST /api/v1/update/UpdateEmailInfo/Add HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 16

{
  "email": "text"
}
{
  "id": 1
}
post
POST /api/v1/update/UpdateEmailInfo/Update HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 30

{
  "id": 1,
  "updatedEmail": "text"
}
{
  "id": 1
}
post
POST /api/v1/update/UpdateEmailInfo/ValidateOTP HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 39

{
  "id": 1,
  "otp": "text",
  "oldEmail": "text"
}
{
  "status": 0
}
post
POST /api/v1/update/UpdateEmailInfo/Archieve HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 16

{
  "email": "text"
}

No content