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

24 lines
302 B
Plaintext

meta {
name: Decline Challenge
type: http
seq: 5
}
http {
method: POST
url: {{accountBaseUrl}}/challenge/{{challengeId}}/decline
body: json
auth: none
}
headers {
Content-Type: application/json
Authorization: Bearer {{token}}
}
body:json {
{
"reason": "Not interested"
}
}