curl --location --request GET '/v1/buildings/cdb2e995-c289-4e37-9ad8-06901a72aee7'
{
"data": {
"buildings": [
{
"id": "7988310d-0342-408d-a146-02702300f7da",
"name": "Office",
"address": "Alamat Jiipe 1",
"area": {
"id": "bfa2fed3-636c-4a95-acb8-b7b269767e1b",
"name": "pelabuhan"
}
}
],
"company_id": "cdb2e995-c289-4e37-9ad8-06901a72aee7",
"company_name": "PT Example Company",
"company_supporting_doc": null,
"total_building": 1
},
"message": "Buildings retrieved successfully"
}