curl --location --request POST '/api/ideogram/v1/remix' \
--form 'image_file=@""' \
--form 'image_request="{\"image_weight\":50,\"model\":\"V_1\",\"magic_prompt_option\":\"AUTO\",\"style_type\":\"GENERAL\",\"prompt\":\"A serene tropical beach\",\"aspect_ratio\":\"ASPECT_10_16\",\"seed\":12345,\"negative_prompt\":\"brush strokes, painting\"}"'{
"data": [
{
"seed": 0,
"prompt": "string",
"resolution": "string",
"url": "string",
"is_image_safe": true
}
],
"created": "2019-08-24T14:15:22Z"
}