Authorization: ********************{
"startDate": "string",
"endDate": "string",
"coachPrice": 0.001,
"principalPrice": 0.001
}curl --location --request POST 'http://127.0.0.1:10010/user/api/aisettleaccountsrecord/settleAccounts' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"startDate": "string",
"endDate": "string",
"coachPrice": 0.001,
"principalPrice": 0.001
}'{
"status": "",
"message": "",
"data": ""
}