Provides a full list of all data centers.
If successful, this endpoint will return a 200 OK status.
When the request is successful, you can expect an object matching the specification below to be returned.
{ data_centers: [ DataCenter { id: String name: String permalink: String country: String } ] }