curl -L \
--request POST \
--url '/colorize_video_frame_with_prompt' \
--header 'Content-Type: multipart/form-data' \
--form 'image=binary' \
--form 'resolution=text' \
--form 'prompt=text' \
--form 'auto_color=text' \
--form 'white_balance=text' \
--form 'temperature=text' \
--form 'saturation=text'