Authorization: Bearer ********************{
"email": true,
"sms": false,
"push": true,
"frequency": "daily"
}curl --location --request PUT '/api/my/notify/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": true,
"sms": false,
"push": true,
"frequency": "daily"
}'{
"data": {}
}