Authorization: Bearer ********************curl --location --request POST '/kling/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model_name": "kling-v1",
"prompt": "Generate an image of a beach",
"negative_prompt": "",
"image": "",
"image_reference": "",
// "image_fidelity": "0.5",
"human_fidelity": 0.45,
"resolution": "1k",
"n": 2,
"aspect_ratio": "16:9",
"callback_url": ""
}'{}