Authorization: ********************curl --location --request GET 'https://api.crol.mx//api/CFDI/formaPagoCFDI?busqueda' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"formaId": 0,
"formaNombre": "string"
}
],
"resultado": true,
"error": {
"error": null,
"errorMensaje": "string",
"errorCodigo": 0
}
}