Authorization: ********************curl --location --request GET 'https://api.crol.mx//api/Productos/ClaveProductoSAT?busqueda' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"clave": 0,
"descripcion": "string",
"palabrasSimilares": "string",
"text": "string",
"value": 0
}
],
"resultado": true,
"error": {
"error": null,
"errorMensaje": "string",
"errorCodigo": 0
}
}