curl --request POST \
--url https://app.coverwhale.com/api/v1/submission/{displayId}/{transactionId}/driver \
--header 'AccessToken: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"name_first": "John",
"name_last": "Doe",
"driver_license_state": "FL",
"driver_license_number": "F99900020",
"driver_date_of_birth": "1980-06-15",
"covered": "Y",
"years_cdl_experience": 12,
"months_cdl_experience": 0,
"accidents_total": 0,
"suspensions_total": 0,
"violations_total": 0,
"major_violations_total": 0
}
'