curl --location --request POST '/v1/images/edits' \
--header 'Authorization: Bearer <token>' \
--header 'Authorization;' \
--form 'model="doubao-seedream-4-0-250828"' \
--form 'image=@"cmMtdXBsb2FkLTE2ODc4MzMzNDc3NTEtMjA=/31225951_59371037e9_small.png"' \
--form 'mask=""' \
--form 'prompt="A cute baby sea otter wearing a beret."' \
--form 'n="1"' \
--form 'size="1024x1024"' \
--form 'response_format="url"'
{}