curl --location --request POST 'https://bot.yuafeng.cn/api/user.php?path=bot&appid=机器人AppID&api_key=您的API密钥' \ --data-urlencode 'name=新机器人名称' \ --data-urlencode 'webhook_url=http://example.com/webhook' \ --data-urlencode 'status=active'
{}