curl --location --request POST 'https://api.chatfire.cn/fal-ai/topaz/upscale/video' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"image_url": "https://storage.googleapis.com/falserverless/gallery/NOCA_Mick-Thompson.resized.resized.jpg",
"prompt": "masterpiece, best quality, highres",
"upscale_factor": 2,
"negative_prompt": "(worst quality, low quality, normal quality:2)",
"creativity": 0.35,
"resemblance": 0.6,
"guidance_scale": 4,
"num_inference_steps": 18,
"enable_safety_checker": true
}'