{
"pageSize": 15,
"pageIndex": 1
}curl --location --request POST 'http://gateway249.kiwismart.top/app/app/submission/settlementRule/list' \
--header 'submissionKey: {{submissionKey}}' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageSize": 15,
"pageIndex": 1
}'{
"code": 0,
"msg": "",
"data": {
"total": 0,
"pageIndex": 0,
"pageSize": 0,
"pageCount": 0,
"rows": [
{
"id": 0,
"beforeShareRate": 0.0,
"earliestMonth": 0,
"jointLength": 0,
"latestMonth": 0,
"annualReturn": 0.0
}
]
}
}