meta { name: Send Challenge type: http seq: 1 } post { url: {{accountBaseUrl}}/challenge/{{username}} body: json auth: inherit } settings { encodeUrl: true timeout: 0 } headers { Content-Type: application/json Authorization: Bearer {{token}} } body:json { { "timeControl": { "limitSeconds": 600, "incrementSeconds": 5 } } }