curl --request PATCH \
--url https://revive-api-v2-production.herokuapp.com/v2/vision-ai/custom-object/{recordId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"requested_call": "<string>",
"request_contact_reason": "<string>"
}
'curl --request PATCH \
--url https://revive-api-v2-production.herokuapp.com/v2/vision-ai/custom-object/{recordId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"requested_call": "<string>",
"request_contact_reason": "<string>"
}
'