username:password
Authorization: Basic *****************
{
"storage": {
"identity": {
"id": 0,
"no": "string"
},
"pose": {
"dock": {
"x": 0,
"y": 0,
"theta": 0
},
"real": {
"x": 0,
"y": 0,
"theta": 0
}
},
"nav": {
"arr": 0
},
"dock": {},
"charger": {}
}
}
curl --location --request POST '/woosh/map/mark/storage/Create' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"storage": {
"identity": {
"id": 0,
"no": "string"
},
"pose": {
"dock": {
"x": 0,
"y": 0,
"theta": 0
},
"real": {
"x": 0,
"y": 0,
"theta": 0
}
},
"nav": {
"arr": 0
},
"dock": {},
"charger": {}
}
}'
{}