25 lines
619 B
JSON
25 lines
619 B
JSON
{
|
|
"request": {
|
|
"method": "GET",
|
|
"url": "/api/cuentas"
|
|
},
|
|
"response": {
|
|
"status": 200,
|
|
"headers": {
|
|
"Content-Type": "application/json"
|
|
},
|
|
"jsonBody": {
|
|
"statusResponse": {
|
|
"status": "ok",
|
|
"statusCode": "200",
|
|
"message": "Operación exitosa",
|
|
"traceId": "c983d7aa-c81b-4f99-923f-e14b512c0199"
|
|
},
|
|
"cuentas": [
|
|
{ "id": "cta-01", "numero": "0102-1234-56-1234567890", "saldo": 5430.50, "tipo": "Corriente" },
|
|
{ "id": "cta-02", "numero": "0102-8877-99-9876543210", "saldo": 12500.00, "tipo": "Ahorros" }
|
|
]
|
|
}
|
|
}
|
|
}
|