Having this pattern allows the response that will likely be something like:
{
"use_timezone_offset":"1",
"is_subuser": 0
"weekday_for_reports": "3"
}
To be better serialized so a client could use:
apiResponse.UseTimeZoneOffset = true;
apiResponse.IsSubuser = false;
apiResponse.WeekdayForReports = DayOfWeek.Tuesday;