curl --location --request POST 'http://192.168.3.196:5000/getPics' \ --header 'Content-Type: text/plain' \ --data-raw ''
{ "result": 'success', "width": 640, "height": 480, "pic": base64_str }