Authorization: Bearer ********************curl --location --request POST 'http://gpadmin-api.cc/api/refreshToken' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"message": "success",
"data": {
"token": {
"token_type": "Bearer",
"expires_in": 7200,
"access_token": "3|ynpftgz9wLnh2xoo5rviC4IsbWCnELV9EQ1mYYC946e5dbec",
"refresh_token": "3|ynpftgz9wLnh2xoo5rviC4IsbWCnELV9EQ1mYYC946e5dbec"
}
}
}