curl --location 'https://api.aworld.cloud/dashboard/v1/ai/images/generate' \
--header 'Content-Type: application/json' \
--data '{
"prompt": "string",
"style": "string",
"originalImageUrl": "http://example.com",
"language": "string",
"localize": true,
"sourceLanguage": "string",
"targetLanguage": "string"
}'{
"jobId": "string",
"status": "string",
"createdAt": "string"
}