Request Code Samples
curl --location --request GET 'http://localhost:8080/accounts?limit=10&offset=0'
Responses
application/json [
{
"id": 0,
"owner": "string",
"currency": "string",
"created_at": "string",
"balance": 0
}
]
Modified at 2025-02-23 11:58:15