
{
    "modelSettings" : {
      "context" : "user",
      "userType": "", 
      "strictModel" : false,
      "modelName" : "botUser",
      "service" : "auth",
      "access_roles" : [{"admin": "R"}, {"owner":"W"}],
      "encryptedModels" : ["BankAccounts", "CreditCards"]
    },
  
    "modelData" : {
      "systemManagedEntities" : {
  
          "ibm" : {
            "chats": [],
            "auth_token" : "",
            "expires": ""
          } 
          
      },
  
      "formFieldsEntities" : {
  
        "PersonalDetails": {
          "email": "",
          "phone": "",
          "username": "",
          "last_name": "",
          "first_name": "",
          "bvnNumber" : "",
          "location" : "",
          "address" : "",
          "identity_number" : "",
          "expiry_date" : "",
          "utilityBill" : ""

        },
  
        "addressInfo" : {
            "fullAddress": "London SW1A 1AA, UK",
            "addressType": "NotApplicable",
            "door": "",
            "floor": "",
            "buildingNumber": null,
            "buildingName": null,
            "complexName": null,
            "addressLine1": "",
            "addressLine2": "Greater London",
            "postCode": "SW1A 1AA",
            "locality": "",
            "town": "London",
            "state": "England",
            "country": "United Kingdom",
            "longitude": -0.1445783,
            "latitude": 51.502436
        },


        "chat" : {

        },
  
        "documents": [
          {
            "name": "ID",
            "size": 0,
            "type": "image/jpg",
            "error": 0,
            "date_created": "",
            "date_modified": "",
            "tmp_name": ""
          }
        ],
  
        "avatar": {}
  
      }
    }
  
  }