Docs: Update REPP account

This commit is contained in:
Karl Erik Õunapuu 2020-10-26 12:13:15 +02:00
parent 8790d1415a
commit cfd8e8b7f1
No known key found for this signature in database
GPG key ID: C9DD647298A34764

View file

@ -19,7 +19,11 @@ Content-Length: 37
Content-Type: application/json
{
"balance": "324.45",
"currency": "EUR"
"code": 1000,
"message": "Command completed successfully",
"data": {
"balance": "356.0",
"currency": "EUR"
}
}
```