Para solicitar acceso cree una cuenta en https://app.facthor.co.cr/ y envíenos un email para activarlo a david@itros.net
curl --location 'https://dev.facthor.co.cr/api/quotes?page=undefined&per_page=undefined&status=undefined&client_id=undefined&fecha_desde=undefined&fecha_hasta=undefined&search=undefined' \
--header 'X-FACTHOR-ID;' \
--header 'Authorization: Bearer <token>'{
"status": true,
"message": "Operación exitosa",
"data": [
{}
],
"pagination": {
"total": 150,
"per_page": 20,
"current_page": 1,
"last_page": 8,
"from": 1,
"to": 20
}
}