Authorization: Bearer ********************{
"model": "qwen-image-2.0-2026-03-03",
"prompt": "一只可爱的橘猫坐在窗台上,阳光洒在它身上,背景是城市风景"
}curl --location 'https://makerend.com/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "qwen-image-2.0-2026-03-03",
"prompt": "一只可爱的橘猫坐在窗台上,阳光洒在它身上,背景是城市风景"
}'{"error":{"message":"Invalid URL (GET /v1/images/generations)","type":"invalid_request_error","param":"","code":""}}