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

17 lines
216 B
Plaintext

meta {
name: Get Challenge
type: http
seq: 3
}
http {
method: GET
url: {{accountBaseUrl}}/challenge/{{challengeId}}
auth: none
}
headers {
Authorization: Bearer {{token}}
Accept: application/json
}