{ "message": "string", "seconds": 0 }
curl --location --request POST '/api/server/shutdown' \ --header 'Content-Type: application/json' \ --data-raw '{ "message": "string", "seconds": 0 }'
{ "success": true }