curl --location --request GET '/api/server/info' \
--header 'Authorization: {{ACCESS_TOKEN}}'{
"architecture": "string",
"canNotDeleteFronts": [
"string"
],
"canNotDeleteServices": [
"string"
],
"online": true,
"operatingSystem": "string",
"repos": "string",
"serverType": "string"
}