curl -X POST 'https://api.sendforsign.com/api/settings' \
-H 'X-Sendforsign-Key: YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"data": {
"type": "email_notifications",
"clientKey": "YOUR_CLIENT_KEY",
"notification":
{
"approved": false,
"signed": false
}
}
}'