curl --location --request GET '/openapi/v0.9/media/api/v1/workspaces//comparators/"4dbc6ef2-0e3c-4d47-8b32-552a44f573c5"/result-groups/"4dbc6ef2-0e3c-4d47-8b32-552a44f573c5"' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}'
{
"code": 0,
"message": "string",
"data": {
"diff_list": [
{
"color": "string",
"description": "string",
"diff_no": 0,
"diff_type": 0,
"is_manual": true,
"region": [
0
],
"uuid": "string"
}
],
"origin_file_uuid": "string",
"refer_file_uuid": "string"
}
}