{
"prompt": "--iw 0.8",
"text_image": "{base64}",
"template_id": 17,
"ratio": 3,
"type": "textshadow",
"callback_url": "xxxx"
}
curl --location --request POST '/api/v1/images/shadow/generate' \
--header 'Authorization: {你的token}' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "--iw 0.8",
"text_image": "{base64}",
"template_id": 17,
"ratio": 3,
"type": "textshadow",
"callback_url": "xxxx"
}'
{}