username:passwordAuthorization: Basic *****************{
"user": {
"userAgent": "string",
"ip": "string",
"referral": "string"
},
"journeyId": "string",
"hotelId": "string"
}curl --location 'http://providers.tripingram.local/hotel/get-hotel-details' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"user": {
"userAgent": "string",
"ip": "string",
"referral": "string"
},
"journeyId": "string",
"hotelId": "string"
}'{}