Added base project
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
meta {
|
||||
name: Get Transactions
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{api_url}}/transactions
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
|
||||
headers {
|
||||
Authorization: Bearer {{token}}
|
||||
}
|
||||
Reference in New Issue
Block a user