curl --location --request POST 'https://open-cn.vnnox.com/v2/integration/vnnox-access-url' \
--header 'AppKey;' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;' \
--header 'Content-Type: application/json' \
--data-raw '{
"username":"myfdev",
"lang":"zh-CN",
"sys":"pro"
}'