curl --location 'https://api.triowfs.com/trio/api/v3/Timecard//reviews' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"ExternalId": "string",
"ReviewedOn": "2019-08-24T14:15:22.123Z",
"Status": 1,
"Steps": [
{
"name": "string",
"status": "NotStarted",
"tasks": [
{
"name": "string",
"status": "NotStarted",
"keyFindings": [
{
"title": "string",
"content": [
"string"
]
}
]
}
]
}
]
}'{
"IdOrNumber": "75965d54-cdd5-4eef-b754-c750fad4c83d",
"ReviewId": "7bc36eec-0649-4d57-9cc3-68e4e34ad412"
}