{
"availability_check": {
"employer_name": "Emp. Co Limited",
"date_of_birth": "1969-05-19",
"given_name": "Alice",
"family_name": "Smith",
"email_address": "alice.smith@example.org",
"phone_number": "+44 123456789",
"postal_code": "GU12AA",
"currency": "GBP"
}
}curl --location '/deductions/availability/light' \
--header 'Content-Type: application/json' \
--data-raw '{
"availability_check": {
"employer_name": "Emp. Co Limited",
"date_of_birth": "1969-05-19",
"given_name": "Alice",
"family_name": "Smith",
"email_address": "alice.smith@example.org",
"phone_number": "+44 123456789",
"postal_code": "GU12AA",
"currency": "GBP"
}
}'{
"availability_check": {
"status": "high_probability",
"likelihood": 9
}
}