token: ********************
{
"model": "wanxiang",
"prompt": "提示词",
"ticket": "string"
}
curl --location --request POST 'http://api.nonebot.top/api/v1/chat/qwen/image/generations?token' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "wanxiang",
"prompt": "提示词",
"ticket": "string"
}'
null