curl --location '/v/prescreen' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"address": "string",
"birthDate": "2019-08-24T14:15:22.123Z",
"brokerReferenceId": "string",
"careOf": "string",
"city": "string",
"clientIpAddress": "string",
"countryCode": "st",
"email": "string",
"employedSince": "2019-08-24T14:15:22.123Z",
"employedTo": "2019-08-24T14:15:22.123Z",
"employerName": "string",
"firstName": "string",
"hasCoApplicant": true,
"housingType": "string",
"lastName": "string",
"livingCost": 0,
"maritalStatus": "string",
"mobilePhone": "string",
"monthlyIncomeAfterTax": 0,
"monthlyIncomeBeforeTax": 0,
"nbrOfChildren": 0,
"occupation": "string",
"productType": "string",
"psd2": "string",
"purpose": "string",
"repaymentTime": 24,
"ssn": "string",
"totalLoanAmount": 0,
"totalRefinanceAmount": 0,
"zip": "string"
}'