curl --request POST \
--url https://api.example.com/api/v1/tax-home \
--header 'Content-Type: application/json' \
--data '
{
"address": "<string>",
"city": "<string>",
"state": "<string>",
"rent_amount": 123,
"last_visit_date": "<string>",
"voter_reg": true,
"drivers_license_state": "<string>",
"property_rented_out": true
}
'