curl --location --request POST 'https://chat.xiaoheihe.cn/chatroom/api/token' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'grant_type=refresh_token' \
--data-urlencode 'client_id=000000' \
--data-urlencode 'client_secret=999999' \
--data-urlencode 'refresh_token=NJCYZDC1MJGTYZA1OC01MGM0LWIYNJATNZGZZJQYNWEZOWFK'{
"access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiI4ODM2MjU3IiwiYXVkIjpbIjAwMDAwMCJdLCJleHAiOjE3NTM4NjgwNDZ9.3s0PyOiNj8FnndvDO9_whMqyjTDhV2fBCSxfc2BZQc4",
"expires_in": 7200,
"refresh_token": "MMQXODA4NDETMGU2ZC01MZI2LTLKNGUTZDHHNDY1NDQ0ZDK3",
"scope": "user_info_read",
"token_type": "Bearer"
}