POST
{URL}/vehicle/fullReportInforme completo de vehículo (callback asíncrono).
Body
{
patente: string,
callbackUrl: string
}Headers
Auth
Response
Success
{
success: true,
data: { /* ack / job */ },
error: null
}Error
{
success: false,
data: null,
error: <error description>
}