manage:post permission.core.session_token: ********************Authorization: Bearer ********************curl --location '/statistics/posts'{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
{
"code": "CR-100001",
"field": "string",
"message": "string"
}
],
"result": {
"total": 0,
"draft": 0,
"pending": 0,
"published": 0
}
}