{
"id": "string",
"carId": "string",
"customerId": "string",
"workshopId": "string",
"bookingId": "string",
"reminderId": "string",
"car": {
"id": "string",
"customerId": "string",
"rego": "string",
"year": 0,
"make": "string",
"model": "string",
"badge": "string",
"vin": "string"
},
"customer": {
"id": "string",
"workshopId": "string",
"name": "string",
"firstName": "string",
"lastName": "string",
"email": "string",
"phone": "string",
"company": "string",
"address": "string",
"postcode": "string",
"suburb": "string"
},
"notes": "string",
"interval": 0,
"skipReminder": true,
"servicePeriod": 6,
"servicePackageType": "tyres",
"serviceDate": "2025-01-03T03:30:00Z",
"reminderAt": "2025-07-03T03:30:00Z",
"reminderSentAt": "2025-07-03T03:30:00Z",
"createdAt": "2025-01-03T03:30:00Z",
"updatedAt": "2025-07-03T03:30:00Z"
}