get
GET /api/v1/authentication/CheckSecurityQuestions/GetRandomQuestion HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
{
  "id": 1,
  "question": "text"
}
post
POST /api/v1/authentication/CheckSecurityQuestions/Validate HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 40

{
  "securityQuestionId": 1,
  "answer": "text"
}
{
  "status": 0
}