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