POST /api/kyc/submit HTTP/1.1
Host: sandbox-api.fonbnk.com
x-client-id: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 187
{
"phone": "254110612754",
"idType": "NATIONAL_ID",
"userFields": {
"first_name": "John",
"last_name": "Doe",
"dob": "1954-01-02T02:02:22.544Z",
"email": "some.email@gmail.com",
"id_number": "82003470"
}
}