curl --location --request GET '/openapi/v0.9/media/api/v1/workspaces//comparators/match-image?origin_dir_uuid="4dbc6ef2-0e3c-4d47-8b32-552a44f573c5"&refer_dir_uuid="4dbc6ef2-0e3c-4d47-8b32-552a44f573c5"' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}'
{
"code": 0,
"message": "string",
"data": {
"list": [
{
"code": 0,
"group_no": 0,
"origin_file_id": 0,
"origin_file_uuid": "string",
"refer_file_id": 0,
"refer_file_uuid": "string",
"state": 0
}
]
}
}