curl -L \
--request POST \
--url '/colorize_image_with_auto_prompt_base64' \
--header 'Content-Type: multipart/form-data' \
--form 'image=binary' \
--form 'resolution=text' \
--form 'prompt=text' \
--form 'standard_filter_id=text' \
--form 'artistic_filter_id=text' \
--form 'raw_captions=text' \
--form 'pre_fix=text' \
--form 'post_fix=text' \
--form 'auto_color=text' \
--form 'white_balance=text' \
--form 'temperature=text' \
--form 'saturation=text'