meta { name: Create Bot type: http seq: 5 } post { url: {{accountBaseUrl}}/account/bots body: json auth: inherit } settings { encodeUrl: true timeout: 0 } headers { Content-Type: application/json Authorization: Bearer {{token}} } body:json { { "name": "ChessBot-1" } }