{ "exposure": -10 }
curl --location --request POST 'http://192.168.3.196:5000/setCamera?exposure=-1' \ --header 'Content-Type: application/json' \ --data-raw '{ "exposure": -10 }'
{}