Authorization: Bearer ********************{
"model": "wan2.7-image-pro",
"prompt": "一间有着精致窗户的花店,漂亮的木质门,摆放着花朵"
}curl --location 'https://makerend.com/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "wan2.7-image-pro",
"prompt": "一间有着精致窗户的花店,漂亮的木质门,摆放着花朵"
}'{"error":{"message":"invalid request body: json: cannot unmarshal string into Go struct field GeneralOpenAIRequest.response_format of type dto.ResponseFormat (request id: 20260507163239913971004ZVwereT)","type":"new_api_error","param":"","code":"invalid_request"}}