curl --request POST \
--url https://www.anyfast.ai/v1/images/generations \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"model": "wan2.6-t2i",
"prompt": "在竹林中奔跑的熊猫",
"size": "1024x1024",
"n": 1,
"response_format": "url"
}
'