docker compose up -d
go test -v ./...
Используемый порт 3333
127.0.0.1:3333/api/v1/wallets/{id}
127.0.0.1:3333/api/v1/wallet
Тело запроса:
{
"walletId": "09e711a7-7812-497e-9661-7aea014a8a56",
"operationType": "DEPOSIT",
"amount": 500.50
}