Authorization: ********************curl --location --request PUT '/users/me/privacy' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"isPrivate": true,
"showHistory": true
}'{
"isPrivate": true,
"showHistory": true
}