Authorization: Bearer ********************
curl --location 'http://127.0.0.1:9897/api/laboratory/config' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "enabled": true }'
{}