API for our Home Package Monitor project
http --json put http://host/api/signup username=username password=password phonenum=phonenumber deviceid=deviceid
http --json put http://host/api/login username=username password=password
http --json put http://138.197.213.158/api/updatenumber username=username password=password phonenumber=7788675309
http --json put http://host/api/acknowledge username=username password=password deviceid=deviceid approved=boolean
Check pending - Returns device info for if the device has a pending request (Should be called before getstatus)
http --json put http://host/api/checkpending username=username password=password deviceid=deviceid
http --json put http://host/api/viewdevices username=username
http --json put http://host/api/getstatus username=username password=password deviceid=deviceid
http --json put http://host/api/adddevice username=username deviceid=deviceid
http --json put http://host/api/removedevice username=username deviceid=deviceid
http --json put http://host/api/viewlog username=username deviceid=deviceid