24 lines
302 B
Plaintext
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"
|
|
}
|
|
}
|