username:password
Authorization: Basic *****************
{
"name": "wooshmap"
}
curl --location --request POST '/woosh/map/SceneData' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "wooshmap"
}'
{
"body": {
"maps": [
{
"end": {
"theta": 0.473383,
"x": -2.57125568,
"y": -8.37596226
},
"id": 0,
"keepoutPng": "",
"mapPng": {},
"markInfo": {},
"name": "wooshmap",
"origin": {
"theta": 0,
"x": -13.8952227,
"y": -16.3379803
},
"resolution": 0.05,
"timeWrite": "1678843323",
"trafficKeepoutPng": ""
}
],
"name": "wooshmap",
"taskInfo": {},
"actionGroup": ""
},
"msg": "Request succeed",
"ok": true,
"type": "woosh.map.SceneData"
}