{
"after": "",
"limit": 10
}
curl --location --request POST 'https://api.mindshow.vip/v1/account/score_log' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"after": "",
"limit": 10
}'
{
"code": 0,
"info": "succ",
"request_id": "21al1389334aal4f",
"data": {
"list": [
{
"title": "标题",
"log_time": "2020-01-01T00:00:00+08:00",
"original_score": 0,
"modified_score": 0,
"final_score": 0
}
],
"after": "string"
}
}