curl --location --request GET 'https://roommapping.vervotech.com/api/2.0/hotels/GetMasterRoomAmenities' \
--header 'accountId;' \
--header 'token;'
{
"masterRoomAmenities": [
{
"id": 1,
"name": "Air Conditioner"
}
],
"success": true,
"statusCode": 1000
}