curl --location --request GET 'https://api.gh.ink/v3/openAPI/token' \
--header 'Authorization;' \
--header 'SecretID;' \
--header 'SecretKey;'{
"code": 200,
"data": {
"token": "20K86nfDiOy0DVQ87bfuMnhpw7JBkMqKh"
},
"msg": "success"
}