Authorization: Bearer ********************curl --location --request PATCH 'user/settings' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pushNotification": true,
"smsNotification": true,
"emailNotification": true
}'{}