{ "cardId": "123456789100", "startDate": 20230201, "endDate": 20230207 }
curl --location --request POST 'https://mcs-gateway.fscut.com/api/statistics/productivity' \ --header 'zoneId: America/Chicago' \ --header 'Content-Type: application/json' \ --data-raw '{ "cardId": "123456789100", "startDate": 20230201, "endDate": 20230207 }'
{ "status": 0, "msg": "OK", "data": { "productivity": 0.10871334411426338 } }