{
"yearType": "2025",
"annualTargetRevenue": 22.30,
"annualCompletedRevenue": 9.88,
"annualTotalRealizedProfits": 2.80
}curl --location --request POST '/datacenter/cockpit/insertTitleTurnover' \
--header 'Authorization: Bearer b34fca0e1fa249598d3018542540476a' \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbiIsInRlbmFudElkIjoiLTEiLCJleHAiOjE3NzQ5MzgyOTAsImlhdCI6MTc3NDg1MTg5MH0.lNcYtnmLTLUbsm2ZZA6ya3Niumykikygxu3hAFSuXUyDDaY8Dydtm4QjyP8n_3CtQAs9orXbtc7N7tVU_ziUvw' \
--header 'Content-Type: application/json' \
--data-raw '{
"yearType": "2025",
"annualTargetRevenue": 22.30,
"annualCompletedRevenue": 9.88,
"annualTotalRealizedProfits": 2.80
}'{
"code": 0,
"data": false,
"msg": ""
}