Retrieve the current user settings
curl -X GET "http://localhost:7172/api/settings"
{
"property1": {
"simbriefUsername": "string",
"simbriefAdvancedFlightTracking": true
},
"property2": {
"simbriefUsername": "string",
"simbriefAdvancedFlightTracking": true
}
}