Authorization: Bearer ********************{
"accountIds": [
"3398827",
"3398828"
]
}curl --location --request POST '/ma/holding/settle/flag' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountIds": [
"3398827",
"3398828"
]
}'{
"ret": 0,
"msg": "success",
"err": null,
"data": null,
"ok": true
}