Authorization: ********************{}curl --location --request POST 'http://perfit-api.test.muke.design/api/auth/refresh' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"code": 200,
"message": "刷新成功",
"data": {
"token": "1|new_abc123def456..."
}
}