curl --request POST \
--url https://api.ppinfra.com/v3/async/image-upscaler \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"image": "<string>",
"resolution": "<string>",
"output_format": "<string>"
}
'