curl --location --request GET '/v2/notifications/opt-in' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{token}}'
{
"data": {
"notification": {
"type": "webhook_low_data",
"contact_point": "https://example.com"
}
},
"meta": {
"message": "success"
}
}