Authorization: Bearer ********************
{
"essId": 0,
"boxId": 0,
"snCode": "string",
"disDate": "string",
"startDisDate": "string",
"endDisDate": "string"
}
curl --location --request POST 'http://localhost:8080/ess/boxearnings/countEarningsBySnCode' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"essId": 0,
"boxId": 0,
"snCode": "string",
"disDate": "string",
"startDisDate": "string",
"endDisDate": "string"
}'
{
"": {}
}