curl --location --request GET 'https://open.teambition.com/api/plantime/' \
--header 'Authorization: Bearer <appAccessToken>' \
--header 'X-Tenant-Id: 50c32af35a87e6b2...' \
--header 'X-Tenant-Type: organization'
{
"code": 200,
"errorMessage": "string",
"result": {
"plantimeId": "string",
"objectId": "string",
"orgId": "string",
"userId": "string",
"date": "2020-05-28T00:00:00.000Z",
"objectType": "task",
"submitterId": "string",
"createdAt": "2020-05-28T08:47:11.780Z",
"plantime": 0,
"updatedAt": "2020-05-28T08:47:11.780Z"
}
}