curl --location --request POST 'https://api.302.ai/topazlabs/image/v1/enhance/async' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"output_format": "jpeg",
"subject_detection": "All",
"face_enhancement": true,
"face_enhancement_creativity": 0,
"face_enhancement_strength": 0.8,
"image": "https://file.302.ai/gpt/imgs/20250813/1685cb62a87a47cdaa82fe4813c23f02.jpg",
"model": "Standard V2",
"output_height": 1080,
"output_width": 1920,
"crop_to_fill": false
}'