feat: add payment module
This commit is contained in:
20
.bruno/Payment/beneficiary/dashboard.bru
Normal file
20
.bruno/Payment/beneficiary/dashboard.bru
Normal file
@@ -0,0 +1,20 @@
|
||||
meta {
|
||||
name: Dashboard
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{url}}/payment/dashboard/:id
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
params:path {
|
||||
id: 2f6dfb20-7834-484c-8472-096f72fc5f08
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
Reference in New Issue
Block a user