username:passwordAuthorization: Basic *****************{
"property1": "string",
"property2": "string"
}curl --location 'https://stg-api-hub.suntraveltech.com/webhook/v1' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"property1": "string",
"property2": "string"
}'{
"property1": "string",
"property2": "string"
}