curl --location '' \
--header 'Content-Type: application/json' \
--data-raw '{
"externalId": "4002918",
"orderNumber": "4002918",
"type": "Appointment",
"appointmentDate": "2025-08-01T06:41:40.000Z",
"dealerId": "7800",
"vehicles": [
{
"vin": "SBM11AAA1EW123456",
"registration": "12345 Dubai",
"odometer": 15000,
"brand": "McLaren"
}
],
"customer": {
"externalId": "0010000001",
"firstName": "John",
"lastName": "Smith",
"name": "John Smith",
"emailAddresses": [
"john.smith@example.com"
],
"phones": [
{
"type": "Mobile",
"number": "+971501234567"
}
],
"addresses": [
{
"lines": [
""
],
"region": "DU",
"postcode": "",
"country": "AE"
}
]
},
"totals": {
"extendedPrice": 0,
"totalExTax": 0,
"total": 0
}
}'