curl --location --request POST '/points_log' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOiIxIiwidXNlcm5hbWUiOiJ0d2VsdmUiLCJlbWFpbCI6IjQ2ODkwOTc2NUBxcS5jb20iLCJncm91cGlkIjoiMSIsImlhdCI6MTc0NTA4MTYzOCwiZXhwIjoxNzQ3NjczNjM4fQ.ot07bSsVEnmB9rpJftJI2qMIXX-VZHex81kDi49Vxi0' \
--header 'Content-Type: application/json' \
--data-raw ''
{
"code": 0,
"message": "string",
"data": {
"total": 0,
"page": 0,
"perpage": 0,
"list": [
{
"logid": 0,
"title": "string",
"credit": "string",
"desc": "string",
"time": "string",
"dateline": 0,
"operation": "string",
"relatedid": 0
}
]
},
"timestamp": 0
}