Authorization: Bearer ********************{
"image": "image_url"
}curl --location --request POST 'https://api.ecovai.cn/kling/v1/videos/image-recognize' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"image": "image_url"
}'{}