{ "password": "000000" }
curl --location --request POST 'http://127.0.0.1:46952/unlock_screen' \ --header 'Content-Type: application/json' \ --data-raw '{ "password": "000000" }'
{ "message": "Operation succeed", "code": 0 }