curl --location --request GET 'http://qiyukf.com/get_token' \
--header 'Content-Type: application/json' \
--data-raw '{
"appid": "string",
"appsecret": "string"
}'
{
"rlt": 0,
"token": "qiyukf_security_token",
"expires": 7200000
}