Authorization: Bearer ********************
{
"eating_time": true,
"trip_popular": true,
"trip_upcoming": true,
"trip_review": true,
"trip_daily": true,
"fcm_token": "string"
}
curl --location --request PUT '/core/v1/notifications/' \
--header 'Content-Type: application/json' \
--data-raw '{
"eating_time": true,
"trip_popular": true,
"trip_upcoming": true,
"trip_review": true,
"trip_daily": true,
"fcm_token": "string"
}'
{}