curl --request POST \
--url https://api.ppinfra.com/v3/async/jimeng-txt2img-v3.0 \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"prompt": "<string>",
"use_pre_llm": true,
"seed": 123,
"width": 123,
"height": 123,
"logo_info": {
"add_logo": true,
"position": 123,
"language": 123,
"opacity": 123,
"logo_text_content": "<string>"
}
}
'