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