Authorization: Bearer ********************curl --location --request POST 'https://api.easyart.cc/v1/images/edits' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--form 'prompt="让两张图片的人物都坐在摩托车上"' \
--form 'model="gpt-image-2"' \
--form 'image=@"D:\\ModelHub\\dramart\\杜甫.png"' \
--form 'image=@"D:\\ModelHub\\dramart\\老太太.png"' \
--form 'n="1"' \
--form 'size="1024x1536"'{"error":{"message":"The API key doesn't exist. Request id: 0217761329741742776333f3b283eee8f5b1f81a3b36a6578fdf9","type":"Unauthorized","param":"","code":"AuthenticationError"}}