ContactService
Update contact notification setting
post/v1beta/contact/notification-setting
Request body
Example request
{
"educational_content": false,
"marketing_promotion": false,
"operational_notification": false,
"platform_update_news": false
}Response
A successful response.
Example response
{
"code": 0,
"data": {
"success": false
},
"desc": ""
}