Authorization: Bearer ********************curl --location --request GET '/buildings/constructionlist' \
--header 'Authorization: Bearer <token>'{
"buidlings": [
{
"building": {
"id": 0,
"name": "string",
"type": {
"def_id": 0,
"token_name": "string"
}
},
"cost": 0,
"time": 0
}
]
}