{
"latestMonth": 100,
"earliestMonth": 31,
"beforeShareRate": 29,
"jointLength": 3,
"annualReturn": 94
}
curl --location --request POST 'http://gateway249.kiwismart.top/app/app/submission/settlementRule/add' \
--header 'submissionKey: {{submissionKey}}' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"latestMonth": 100,
"earliestMonth": 31,
"beforeShareRate": 29,
"jointLength": 3,
"annualReturn": 94
}'
{
"code": 0,
"msg": "",
"data": {
"id": 0,
"beforeShareRate": 0.0,
"earliestMonth": 0,
"jointLength": 0,
"latestMonth": 0,
"annualReturn": 0.0
}
}