cURL
curl --request POST \ --url https://api.example.com/api/servers/:server/install
Authorization
Authorization: Bearer <token>
202 Accepted
curl -X POST https://wings.example.com/api/servers/8d3f9a2e-5c7b-4f1e-9d2a-6e8f1c3b5a7d/install \ -H "Authorization: Bearer your-wings-token" \ -H "Accept: application/json"
HTTP/1.1 202 Accepted
router/router_server.go:153