curl --location --request POST '/v2/notifications/opt-out' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "webhook_low_data" //email_low_data, email_credit_limit, webhook_low_data, webhook_credit_limit
}'