Authorization: Bearer ********************
curl --location --request GET 'http://10.12.186.133:30924/zspt/portrait/question' \
--header 'Authorization;'
{
"code": 0,
"msg": "",
"data": [
{
"bot_id": "",
"q_id": 0,
"q_name": "",
"q_content": "",
"is_enable": 0,
"update_time": ""
}
]
}