{
"color": "string",
"description": "string",
"region": {
"origin_file_region": {
"height": 0,
"left": 0,
"top": 0,
"width": 0
},
"refer_file_region": {
"height": 0,
"left": 0,
"top": 0,
"width": 0
}
},
"resultUUID": "string",
"taskUUID": "string",
"uuid": "string",
"workspace_id": "string"
}
curl --location --request POST '/openapi/v0.9/media/api/v1/workspaces//comparators/"4dbc6ef2-0e3c-4d47-8b32-552a44f573c5"/result-groups/"4dbc6ef2-0e3c-4d47-8b32-552a44f573c5"/diff-detail' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--header 'Content-Type: application/json' \
--data-raw '{
"color": "string",
"description": "string",
"region": {
"origin_file_region": {
"height": 0,
"left": 0,
"top": 0,
"width": 0
},
"refer_file_region": {
"height": 0,
"left": 0,
"top": 0,
"width": 0
}
},
"resultUUID": "string",
"taskUUID": "string",
"uuid": "string",
"workspace_id": "string"
}'
{
"code": 0,
"message": "string",
"data": {
"diff_no": 0,
"diff_uuid": "string"
}
}