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