boring.tools-poc/bruno/Statistic.bru
Lars Hampe 1be0facd64
Some checks failed
Build and Push Docker Image / tests (push) Successful in 39s
Build and Push Docker Image / build (push) Failing after 1m8s
feat(app): changelog version auto create
2024-11-01 21:15:46 +01:00

16 lines
154 B
Plaintext

meta {
name: Statistic
type: http
seq: 2
}
get {
url: {{API_URL}}/v1/statistic
body: none
auth: bearer
}
auth:bearer {
token: {{TOKEN}}
}