username:password
Authorization: Basic *****************
{
"no": "A1"
}
curl --location --request POST '/woosh/dispatch/map/Storage' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"no": "A1"
}'
{"body":{"limit":{"bookings":[],"capacity":1,"occupys":[],"waitings":[]},"no":"A1"},"msg":"","ok":true,"type":"woosh.dispatch.map.Storage"}