TOKEN variable.TOKEN is set (for example, in the active environment) before sending the request. It should contain a valid access token for the target UAT environment.id_region (number, required)k_business (number, required)id_report (number, required)status (string)"ok".a_data (object)a_row (array)a_data_api (object): Field values for the row (for example s_firstname, s_lastname, s_mail, s_name, a_member_group, url_photo, and other report-specific fields).dt_since_local (object): Local date/time metadata for the row (e.g., dt_date).s_note, uid, member, etc., depending on the report configuration.a_total (object)i_login_type.\*).is_prospect (boolean): Indicates whether the segment represents prospects.s_title (string): Human-readable label (e.g., "Active Member", "Prospect").s_value (number): Aggregate count or value for that segment.k_log, s_version, and __a_message may also be present and are primarily used for internal logging, versioning, or additional localized messages related to the report.curl --location -g --request GET '/v1/report/data?id_region={{id_region}}&k_business={{k_business}}&id_report=33' \
--header 'Content-Type: text/plain' \
--data-raw ''{}