curl --location --request POST '/controllers' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "South Bank",
"hostname": "luxer-abc123.local",
"ipAddress": "192.168.1.100",
"port": 8080,
"lockerCount": 20
}'{
"success": true,
"controller": {
"id": 0,
"name": "string",
"hostname": "string",
"ipAddress": "string",
"port": 8080,
"operational": true,
"operationalLastChecked": "2019-08-24T14:15:22Z",
"lastSeen": "2019-08-24T14:15:22Z",
"reasonCode": "CONTROL_BOARD_UNREACHABLE",
"reason": "string",
"lockerCount": 0,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
},
"lockersCreated": 0
}