{
"botId": "string",
"code": "string"
}curl --location --request POST '/api/v2/bot/code?token' \
--header 'Content-Type: application/json' \
--data-raw '{
"botId": "string",
"code": "string"
}'{
"errcode": 0,
"errmsg": "string"
}