200 OK : Returns an array of office objects, each containing detailed information such as office name, address, city, country, and other relevant fields.curl --location --request GET 'https://api.recruspace.com/api/v1/companies/offices/' \
--header 'Authorization: Bearer <token>'[
{
"id": 0,
"name": "string",
"address": "string",
"country": "string",
"city": "string",
"is_default": true,
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"company": "string"
}
]