{ "appid": "10000", "appsecret": "2138426aa83c19eb2f7fd2bf53590fd1" }
curl --location --request POST 'https://www.vyuyun.com/apiv1/api/gettoken' \ --header 'Content-Type: application/json' \ --data-raw '{ "appid": "10000", "appsecret": "2138426aa83c19eb2f7fd2bf53590fd1" }'
{ "code": 0, "msg": "string", "data": { "expires_in": 0, "token": "string" } }