curl --location --request POST 'https://api.cometapi.com/kling/v1/videos/image-recognize' \
--header 'Authorization: {{api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"image": "https://cc.tvbs.com.tw/portal/images/2018/anchor21.jpg"
}'{}