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