curl --request GET \
--url https://api.getovra.com/gdpr/consent \
--header 'Authorization: Bearer <token>'{
"ownerId": "<string>",
"termsAcceptedAt": "2023-11-07T05:31:56Z",
"privacyAcceptedAt": "2023-11-07T05:31:56Z",
"marketingOptIn": true,
"updatedAt": "2023-11-07T05:31:56Z"
}curl --request GET \
--url https://api.getovra.com/gdpr/consent \
--header 'Authorization: Bearer <token>'{
"ownerId": "<string>",
"termsAcceptedAt": "2023-11-07T05:31:56Z",
"privacyAcceptedAt": "2023-11-07T05:31:56Z",
"marketingOptIn": true,
"updatedAt": "2023-11-07T05:31:56Z"
}