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_df()
A data holding sync file table
Note the time in response is UTC time. To convert it into local time, use
lubridate::with_tz(lubridate::ymd_hms(time))