Authorization: ********************curl --location 'https://api.crol.mx/api/Bancos/FormasPago?busqueda=' \
--header 'Authorization: <api-key>'{
"data": [
{
"formaId": 0,
"formaNombre": "string"
}
],
"resultado": true,
"error": {
"error": null,
"errorMensaje": "string",
"errorCodigo": 0
}
}