curl --location --request GET 'https://roommapping.vervotech.com/api/2.0/hotels/GetMasterRoomAttributes' \
--header 'accountId;' \
--header 'token;'
{
"masterAttributes": [
{
"name": "SmokingAllowed",
"validValues": [
"Unknown",
"Allowed",
"NotAllowed"
],
"description": "Smoking Room"
}
],
"success": true,
"message": "Success",
"statusCode": 1000
}