{
"agentid": 1000005,
"type": "image",
"image": {
"url": "xxxx",
"jump_url": "http://www.qq.com",
"pagepath": "pages/index"
},
"replace_user_data": true
}curl --location -g --request POST 'http://127.0.0.1/cgi-bin/agent/set_workbench_template?access_token={{accesstoken}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"agentid": 1000005,
"type": "image",
"image": {
"url": "xxxx",
"jump_url": "http://www.qq.com",
"pagepath": "pages/index"
},
"replace_user_data": true
}'{
"errcode": 0,
"errmsg": "string"
}