curl --location --request GET '/api/members/me/notification-settings' \
--header 'Authorization: Bearer <token>'{
"code": "1",
"message": "성공하였습니다.",
"data": [
{
"type": "COMMENT",
"disabled": false
}
]
}