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