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