curl --location --globoff 'http://localhost:5600/open/auth/token?client_id=yu_pLeEH5AKu&client_secret='
{ "code": 200, "data": { "token": "xxxxxx", "token_type": "Bearer", "expiration": 1237889999 } }