get
GET /api/v1/onboarding/SecurityQuestionsInfo HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
[
  {
    "id": 1,
    "question": "text"
  }
]
post
POST /api/v1/onboarding/SecurityQuestionsInfo HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 42

[
  {
    "securityQuestionId": 1,
    "answer": "text"
  }
]

No content