curl --request POST \
--url https://nanostudio.cloud/api/virtual-tryon \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"personImage": "<string>",
"clothingImage": "<string>",
"settings": {
"poseStyle": "standing",
"lightingStyle": "natural",
"fitPreference": "fitted",
"backgroundStyle": "plain",
"realismLevel": "natural"
}
}
'