curl --location --request POST '/get_version_info' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"status": "ok",
"retcode": 0,
"data": {
"app_name": "NapCat.Onebot",
"protocol_version": "v11",
"app_version": "1.0.0"
},
"message": "",
"wording": "",
"stream": "normal-action"
}