curl --request PATCH \
--url https://api.getovra.com/gdpr/consent \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"termsAccepted": true,
"privacyAccepted": true,
"marketingOptIn": true
}
'{
"ownerId": "<string>",
"termsAcceptedAt": "2023-11-07T05:31:56Z",
"privacyAcceptedAt": "2023-11-07T05:31:56Z",
"marketingOptIn": true,
"updatedAt": "2023-11-07T05:31:56Z"
}curl --request PATCH \
--url https://api.getovra.com/gdpr/consent \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"termsAccepted": true,
"privacyAccepted": true,
"marketingOptIn": true
}
'{
"ownerId": "<string>",
"termsAcceptedAt": "2023-11-07T05:31:56Z",
"privacyAcceptedAt": "2023-11-07T05:31:56Z",
"marketingOptIn": true,
"updatedAt": "2023-11-07T05:31:56Z"
}API key (sk_...) or Agent token (at_...)