/Member/notifications

Exemplo de requisição para obtenção dos dados de uma conta:

Request:
PUT /member/notifications
{
    "email": true,
    "mobilePush": true,
    "phoneCall": true
    "sms": true
}
Language
Click Try It! to start a request and see the response here!