{
"http_method": "POST",
"url_path": "getMyCommands",
"req_body": {
"json": {
"language_code": "ru",
"scope": {
"type": "default"
}
}
},
"rep_body": {
"ok": true,
"result": [
{
"command": "test",
"description": "test",
"is_ephemeral": true
}
]
}
}