curl --location --request POST '/ideogram/upscale' \
--form 'image_file=@""' \
--form 'image_request="{
\"resemblance\": 50,
\"detail\": 50,
\"num_images\": 1
}"'
curl -X POST https: //api.yescale.io/ideogram/upscale \
-H "Api-Key: <apiKey>" \
-H "Content-Type: multipart/form-data" \
-F image_file=@<file1> \
-F image_request='{
"resemblance": 55,
"detail": 90
}'