{ "prompt": "A happy scene on the beach." }
curl --location --request POST 'https://gptproto.com/kling/v1/images/generations' \ --header 'Content-Type: application/json' \ --data-raw '{ "prompt": "A happy scene on the beach." }'
{ "code": 0, "message": "string", "request_id": "string", "data": { "task_id": "string", "task_status": "string", "created_at": 0, "updated_at": 0 } }