Bots
获取所有机器人
curl -X GET "https://example.com/api/v1/platform/bots"{ "code": 0, "data": { "bots": [ { "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f", "name": "string", "adapter": "telegram", "config": {}, "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" } ] }}