curl --location --request POST 'https://api.cometapi.com/kling/v1/videos/multi-elements/delete-selection' \
--header 'Authorization: {{api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"session_id": "784914037360041984",
"frame_index": 1,
"points": [
{
"x": 0,
"y": 1
}
]
}'
{}