Authorization: Bearer ********************curl --location --request GET 'http://10.12.186.133:30924/zspt/testModule/calGetBotInfo?bot_id' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "",
"data": {
"bot_describe": "",
"bot_id": "",
"bot_app_id": "",
"bot_name": "",
"botQuestions": [
{
"q_content": "",
"q_id": "",
"q_name": ""
}
]
}
}