Authorization: Bearer ********************curl --location --request GET 'http://localhost:8098/admin/backup/post' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"errMsg": null,
"data": {
"path": "/backup/2024-07-29_Post.zip",
"count": 1,
"successCount": 1,
"failCount": 0,
"failResult": []
}
}