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,
"font_size": 0,
"border_size": 0
}
}'