Authorization: Bearer ********************
curl --location --request POST 'http://127.0.0.1:9897/api/autostun/restart' \
--header 'Authorization: Bearer <token>'
{
"success": true,
"backgroundTask": null,
"message": "string",
"data": null
}