{
"prompt": "string",
"model": "string",
"text_image": "string",
"template_id": 0,
"negative_prompt": "string",
"ratio": 0,
"type": "string",
"callback_url": "string"
}
curl --location --request POST 'https://goapi.gptnb.ai/api/v1/images/shadow/generate' \
--header 'Authorization: Bearer xxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "string",
"model": "string",
"text_image": "string",
"template_id": 0,
"negative_prompt": "string",
"ratio": 0,
"type": "string",
"callback_url": "string"
}'
{
"code": 0,
"msg": "成功",
"data": {
"img_uuid": "48647467-81c5-479d-a8f6-448ae6e017af"
}
}