get
GET /api/v1/Lookups/Countries HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
[
  {
    "id": 1,
    "name": "text",
    "code": "text",
    "countryISOCode": "text",
    "phoneNumberRegex": "text"
  }
]
get
GET /api/v1/onboarding/Request/GetCurrentStep HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
{
  "currentStepId": 1,
  "nextStepId": 1,
  "currentStepSettingsId": 1,
  "status": 1
}