This method has the URL
https://api.toptranslation.com/v1/cost_centers
and returns all cost centers of a user.
Returns an array of cost centers.
{
meta: {
status: 200
},
data: [
{
identifier: '8c57bb8b-68fb-312d-b3c6-f6423239518',
name: 'IT Department',
created_at: '2016-12-29 12:23:45'
},
{
...
}
]
}