Calling function without assigning return value will print response status and response content in console. Assigning return value will print response status only.
list_sync_tables()
request response in JSON format
Note the time in response is UTC time. To convert it into local time, use
lubridate::with_tz(lubridate::ymd_hms(time))