{
"color": "#E23C39",
"description": "这是一个差异描述",
"region": {
"points": [
{
"lat": 45,
"lng": 66
},
{
"lat": 19,
"lng": 98
}
]
},
"taskUUID": "35ae3f74-ae6e-4852-96e7-17175697a349"
}
curl --location --request POST '/openapi/v0.9/model/api/v1/workspaces//comparators/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": "#E23C39",
"description": "这是一个差异描述",
"region": {
"points": [
{
"lat": 45,
"lng": 66
},
{
"lat": 19,
"lng": 98
}
]
},
"taskUUID": "35ae3f74-ae6e-4852-96e7-17175697a349"
}'
{
"code": 0,
"message": "success",
"data": {
"diff_no": 1,
"diff_uuid": "506b4007-f2a0-4be8-ac77-bc60cff3790a"
}
}