curl --location --request POST 'https://testapi.666visa.cn/openvisa/upload_file_request' \
--header 'X-Date: ' \
--header 'X-Appid: {{appid}}' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "https://devo.666visa.cn/temp/f17005524686b6864df0c2eda46635bc32c503557a0.jpeg",
"file_suffix": "jpeg"
}'