curl --location --request PUT 'https://api.triowfs.com/trio/Timecard//reviews/' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ReviewedOn": "2019-08-24T14:15:22.123Z",
"Status": "InQueue",
"Steps": [
{
"name": "string",
"status": "NotStarted",
"tasks": [
{
"name": "string",
"status": "NotStarted",
"keyFindings": [
{
"title": "string",
"content": [
"string"
]
}
]
}
]
}
]
}'"string"