49197 in region 2 in the UAT environment.a_class_listk_class (class ID)k_class, text_title), description fields (html_description, xml_description, html_special_instruction), image URL (url_image), and various promotion/visibility flagsa_schedule: list of schedule entries with fields such as:k_class_period, k_locationdl_start, dl_end)i_day, i_duration)text_time_start, text_time_range)a_staff_key, a_uid_staff_key)a_repeat)is_cancel)a_config: optional configuration object for the class (may be null if no specific config is set)m_price (class price as a string/decimal)is_event, is_bookable, is_virtual, is_single_buy, is_promotion_client, is_promotion_staff, etc.id_region (integer, required)2 and is used to scope the classes to a specific region in UAT.k_business (integer/string ID, required)49197 and is used to scope the classes to a specific business in UAT.curl --location -g --request GET '/v1/classes/view/element?id_region={{id_region}}&k_business={{k_business}}' \
--header 'Content-Type: text/plain' \
--data-raw ''{}