Authorization: ********************curl --location --request PUT 'https://api-homolog.docsend.com.br/api/v1/notificacoes/preferencias/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"notificationType": "string",
"emailEnabled": true,
"inAppEnabled": true,
"pushEnabled": true
}'{
"id": 0,
"userId": 0,
"notificationType": "string",
"emailEnabled": true,
"inAppEnabled": true,
"pushEnabled": true,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}