curl --location --request POST 'http://192.168.21.1:5000/adjust_manual' \ --header 'Content-Type: text/plain' \ --data-raw '{ "positions":[[0.2,0.2],[0.1,0.1],[0.7,0.7],[0.6,0.9]] }'
{ "result": "success" }