curl --location 'https://api-test.spotgo.eu/api/v1/automations/driverFines' \
--header 'Content-Type: application/json; x-api-version=1.0' \
--data-raw '{
"documentNumber": "123.45.678901.2",
"fineDate": "2026-05-30T08:08:00.000Z",
"fineReference": "",
"companyCountryCode": "LT",
"metadata": {
"internalId": "1001" // any your TMS internal ID for tracking
},
"licensePlate": "ABC123",
"driver": {
"address": {
"street": "Example Avenue",
"country": "PL",
"postalCode": "00-001",
"town": "WARSAW",
"region": "Mazowieckie",
"houseNumber": "10"
},
"phoneNumber": "+48123456789",
"emailAddress": "driver.demo@example.com",
"name": "John",
"gender": "Male",
"surname": "Smith",
"placeOfBirth": "PL",
"dateOfBirth": "1980-01-15"
},
"companyName": "DEMO LOGISTICS UAB"
}'