Authorization: Bearer ********************curl --location --request POST 'https://ckbapi.quwanzhi.com/v1/ai/doubao/image' \
--header 'Authorization: Bearer <token>' \
--form 'content="一只可爱的小猫"' \
--form 'model="doubao-seedream-4-5-251128"' \
--form 'size="16:9"' \
--form 'response_format="url"' \
--form 'sequential_image_generation="disabled"'{}