{
"contractCode": "string",
"uniqueId": "string",
"profit": 0
}curl --location --request POST '/asset/settle/updateProfit' \
--header 'Content-Type: application/json' \
--data-raw '{
"contractCode": "string",
"uniqueId": "string",
"profit": 0
}'{
"code": 0,
"success": false,
"data": false,
"msg": ""
}