username:passwordAuthorization: Basic *****************{
"token": "string"
}curl --location --request POST '169.254.128.2:5480/woosh/dispatch/map/Wormhole' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string"
}'{}