Files
NowChessSystems/bruno/account/challenge/02 List Challenges.bru
T
2026-04-30 18:56:54 +02:00

17 lines
200 B
Plaintext

meta {
name: List Challenges
type: http
seq: 2
}
get {
url: {{accountBaseUrl}}/challenge
body: none
auth: none
}
headers {
Authorization: Bearer {{token}}
Accept: application/json
}