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