curl --location --request POST 'http://192.168.21.1:5000/adjust_auto' \ --header 'Content-Type: text/plain' \ --data-raw '{ "position":0 }'
{ "result": "success" }