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