generated from aura-ascend/template-service
add AccountController
This commit is contained in:
8
http/account.http
Normal file
8
http/account.http
Normal file
@@ -0,0 +1,8 @@
|
||||
### Create Account
|
||||
POST {{url}}/account
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"name": "account name",
|
||||
"amount": -1.11
|
||||
}
|
||||
Reference in New Issue
Block a user