curl --request POST \
--url https://api.ppinfra.com/v3/async/qwen-image-edit \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"prompt": "<string>",
"image": "<string>",
"seed": 123,
"output_format": "<string>",
"watermark": true
}
'