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