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