curl --location --request GET 'http://api.etops.top/api/v2/token?client_id=test_user&client_secret=changeme&refresh_token&grant_type=client_credentials'{
"code": 0,
"data": {
"access_token": "string",
"refresh_token": "string"
}
}