get_account_by_id
Developing
Request Code Samples
curl --location --request GET 'http://localhost:8080/accounts/41'
Responses
application/json {
"id": 0,
"owner": "string",
"currency": "string",
"created_at": "string",
"balance": 0
}
Modified at 2025-02-23 11:56:45