{
"essId": 0,
"dataSource": "string",
"disDate": "string"
}
curl --location --request POST 'http://localhost:8080/esstimeearnings/newOneEssEarnings2' \
--header 'Content-Type: application/json' \
--data-raw '{
"essId": 0,
"dataSource": "string",
"disDate": "string"
}'
{
"": {}
}