curl --request POST \
--url https://serengo.zias.be/api/notifications/preferences \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"friendRequests": true,
"friendAccepted": true,
"findLiked": true,
"findCommented": true,
"pushEnabled": true
}
'