Authorization: Bearer ********************curl --location --globoff '/api/web/content/v1/content/detail?id=undefined&cat_id=undefined&_weiran_secret={{weiran-secret}}' \
--header 'x-os: {{x-os}}' \
--header 'x-id: {{x-id}}' \
--header 'x-type: user' \
--header 'Authorization: Bearer <token>'{
"code": 1,
"message": "string",
"data": {
"title": "string",
"author": "string",
"create_at": "string",
"content": "string",
"cat_title": "string",
"prev": {
"data": {
"path": "string",
"slug": "string",
"title": "string",
"id": 0
}
},
"next": {
"data": {
"path": "string",
"slug": "string",
"title": "string",
"id": 0
}
}
}
}