curl --request POST \
--url https://api.unifically.com/kling-v2.1-master/generate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "<string>",
"start_image_url": "<string>",
"end_image_url": "<string>",
"duration": 123,
"resolution": "<string>",
"motion_id": "<string>",
"enhance_prompt": true,
"seed": 123,
"callback_url": "<string>"
}
'