Authorization: Bearer ********************{
"app_ids": [
"string"
],
"osd": {
"display_name": true,
"display_box": true,
"display_track": true,
"display_polygon": true,
"font_size": 0,
"border_size": 0
},
"app_configs": [
{
"app_id": "string",
"polygon": [
[
0
]
]
}
]
}curl --location --request PUT '/api/task/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"app_ids": [
"string"
],
"osd": {
"display_name": true,
"display_box": true,
"display_track": true,
"display_polygon": true,
"font_size": 0,
"border_size": 0
},
"app_configs": [
{
"app_id": "string",
"polygon": [
[
0
]
]
}
]
}'{
"code": 0,
"msg": "string",
"data": {
"task_id": "string"
}
}