generated from aura-ascend/template-service
update TransactionController with transfer
This commit is contained in:
@@ -15,3 +15,13 @@ Content-Type: application/json
|
||||
"account": "00000000-0000-0000-0000-000000000000",
|
||||
"amount": 1
|
||||
}
|
||||
|
||||
### Withdrawal
|
||||
POST {{url}}/transfer
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"account": "00000000-0000-0000-0000-000000000000",
|
||||
"receiver": "00000000-0000-0000-0000-000000000000",
|
||||
"amount": 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user