{
"providerCallId": "1ac479e1-cfb6-4599-bcbe-f3c75afd79d1",
"customerPhone": "+614123232449",
"customerFullname": "Joe Someone",
"customerMessage": "Hi, I need a roadie for my 2025 Ford Mustang",
"customerEmail": "joe@gmail.com",
"customerCarRego": "JOE1234",
"bookingTime": "2026-01-16T02:57:14.100Z",
"pickupTime": "2026-01-16T06:57:14.100Z"
}curl --location --request POST 'https://mock.apidog.com/m1/839892-0-default/workshops/affa9b0d131e2bd184342d75/calls/leads' \
--header 'X-Partner-ID: PARTNER_ID' \
--header 'Authorization: Bearer ACCESS_TOKEN' \
--header 'Content-Type: application/json' \
--data-raw '{
"providerCallId": "1ac479e1-cfb6-4599-bcbe-f3c75afd79d1",
"customerPhone": "+614123232449",
"customerFullname": "Joe Someone",
"customerMessage": "Hi, I need a roadie for my 2025 Ford Mustang",
"customerEmail": "joe@gmail.com",
"customerCarRego": "JOE1234",
"bookingTime": "2026-01-16T02:57:14.100Z",
"pickupTime": "2026-01-16T06:57:14.100Z"
}'{
"success": true,
"callLead": {
"id": "string",
"workshopId": "string",
"partnerId": "string",
"status": "string",
"provider": "string",
"providerCallId": "string",
"customerPhone": "string",
"customerFullname": "string",
"customerMessage": "string",
"customerEmail": "string",
"customerCarRego": "string",
"metadata": {
"bookingTime": "string",
"pickupTime": "string"
},
"createdAt": "string",
"updatedAt": "string"
}
}