curl --request PATCH \
--url https://revive-api-v2-production.herokuapp.com/v1/project-scopes/update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"dealId": "<string>",
"id": "<string>",
"description": "<string>",
"title": "<string>",
"isInPunchList": true,
"verified": true
}
'curl --request PATCH \
--url https://revive-api-v2-production.herokuapp.com/v1/project-scopes/update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"dealId": "<string>",
"id": "<string>",
"description": "<string>",
"title": "<string>",
"isInPunchList": true,
"verified": true
}
'