username:password
Authorization: Basic *****************
X-Session-Token: ********************
curl --location --request POST '/system/reboot' \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data-raw '{ "delaySeconds": 5 }'
{ "success": true, "message": "string" }