FrontToken: ********************curl --location --request POST '/front/login/refresh' \
--header 'refreshToken;' \
--header 'FrontToken: <api-key>'{
"code": 0,
"msg": "string",
"data": {
"scope": "string",
"tokenType": "string",
"accessToken": "string",
"refreshToken": "string",
"expiresIn": 0,
"refreshExpiresIn": 0,
"apiKey": "string"
},
"error": true,
"success": true
}