Authorization: ********************curl --location --request GET 'https://api.crol.mx//api/Contactos/ContactosSaldo/' \
--header 'Authorization: Bearer <token>'{
"data": {
"creditoLimite": 0,
"entidadId": 0,
"organizacionId": 0,
"saldo": 0,
"credito": true
},
"resultado": true,
"error": {
"error": null,
"errorMensaje": "string",
"errorCodigo": 0
}
}