curl --location --request PATCH 'https://mock.apidog.com/m1/1212435-0-default/api/projects//requirements//status' \
--header 'If-Match;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"workflowStatus": "APPROVED"
}'{
"isSuccess": true,
"data": {
"id": "REQ-001",
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"workflowStatus": "GENERATED",
"reviewFeedback": "Requirement aligns with business objectives.",
"reviewedBy": "42",
"reviewedAt": "2026-07-20T10:50:00Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
},
"message": "Requirement status updated successfully",
"statusCode": 200,
"errors": [
"string"
]
}