username:password
Authorization: Basic *****************
{
"robotId": 30001,
"name": "A666"
}
curl --location --request POST '/woosh/robot/setting/Identity' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"robotId": 30001,
"name": "A666"
}'
{"body":{"name":"A666","robotId":30001},"msg":"Request succeed","ok":true,"type":"woosh.robot.setting.Identity"}