curl --location --request POST 'https://api.bots.business/v2/bots/123/commands?api_key=UKDZu-c68cubrIbniuE2P_nWj0p5r4IHARNrAV-I' \
--header 'Content-Type: application/json' \
--data-raw '{
"command": "/help",
"aliases": "madat",
"answer": "Hello, how can i help you",
"group": "admins",
"help": "This command is for help",
"keyboard_body": "Direct Contact",
"commands_folder_id": 123,
"auto_retry_time": "2025-10-26T09:36:59.735Z",
"bjs_code": "Bot.sendMessage('\''How can i help you'\'')",
"need_reply": false
}'