Authorization: ********************curl --location --request PATCH 'https://decibel.foo/api/users/me/privacy' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"isPrivate": true,
"showHistory": true
}'{
"isPrivate": true,
"showHistory": true
}