curl --location --globoff 'https://app.emooai.com/open-api/v1/auth/token?grant_type=client_credentials&client_id=&client_secret=' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"message": "string",
"data": {
"access_token": "string",
"token_type": "string",
"expires_in": 0
}
}