This interface checks connectivity to the server and retrieves server timestamp.
curl --request GET \ --url https://futuresopenapi.odyssey.trade/fapi/v1/time
{ "timezone": "<string>", "serverTime": 123 }
An object that contains information about the time zone and the current timestamp.