x-api-key: ********************curl --location 'https://api.triowfs.com/trio/api/v3/Timecard//reviews/' \
--header 'x-api-key: <api-key>'{
"Id": "38a5a5bb-dc30-49a2-b175-1de0d1488c43",
"TimecardId": "7464bc4f-8fc9-4db4-b757-53888a4387db",
"ExternalId": "string",
"ReviewedOn": "2019-08-24T14:15:22.123Z",
"ReviewedBy": "string",
"Status": 1,
"Steps": [
{
"name": "string",
"status": "NotStarted",
"tasks": [
{
"name": "string",
"status": "NotStarted",
"keyFindings": [
{
"title": "string",
"content": [
"string"
]
}
]
}
]
}
]
}