Authorization: Bearer ********************
curl --location --request PUT '/config/set' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "requires_restart": 1 }'
null