{
"prompt": "a flower --v 3",
"model": "51",
"qr_content": "https://qr.mewx.art",
"callback_url": "http://127.0.0.1:1234"
}
curl --location --request POST 'https://goapi.gptnb.ai/api/v1/images/generate' \
--header 'Authorization: Bearer {你的token}' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "a flower --v 3",
"model": "51",
"qr_content": "https://qr.mewx.art",
"callback_url": "http://127.0.0.1:1234"
}'
{}