curl --location --request POST 'https://app.cubi.casa/api/integrate/v3/companies/offices' \
--header 'api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Berlin"
}'{
"message": "New office Berlin added!",
"office_id": "9928e772-1e96-4f62-837c-a77ab6e7c5f0"
}