{ "file": "File", "width": 200, "height": 200, "quality": 80, "format": "jpeg", "returnType": "buffer" }
curl --location --request POST 'https://api.wangxiaoze.cn/files/image-compress' \ --header 'Content-Type: application/json' \ --data-raw '{ "file": "File", "width": 200, "height": 200, "quality": 80, "format": "jpeg", "returnType": "buffer" }'