Request
Body Params application/json
Request Code Samples
curl --location --request PATCH 'http://localhost:8080/accounts/1' \
--header 'Content-Type: application/json' \
--data-raw '{
"balance": 700
}'
Responses
application/json {
"id": 0,
"owner": "string",
"currency": "string",
"created_at": "string",
"balance": 0
}
Modified at 2025-02-23 12:20:55