{
"success": true,
"data": [
{
"id": 123,
"company_id": 123,
"tipo_documento": "<string>",
"numero_documento": "<string>",
"razon_social": "<string>",
"nombre_comercial": "<string>",
"direccion": "<string>",
"ubigeo": "<string>",
"distrito": "<string>",
"provincia": "<string>",
"departamento": "<string>",
"telefono": "<string>",
"email": "<string>",
"activo": true,
"created_at": "<string>",
"updated_at": "<string>",
"company": {
"id": 123,
"ruc": "<string>",
"razon_social": "<string>"
}
}
],
"meta": {
"total": 123,
"per_page": 123,
"current_page": 123,
"last_page": 123
}
}