for (const [key, value] of roomInfo.keywords.entries()) {
      body.keywords.push({
        key: key,
        value: value,
      });