1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{ "http_method": "POST", "url_path": "sendGift", "req_body": { "json": { "user_id": 1, "gift_id": "test", "text": "test", "text_parse_mode": "Markdown" } }, "rep_body": { "ok": true, "result": true } }