curl -sS https://34-87-84-99.sslip.io/api/devices/register \
-H "X-Master-Key: <MASTER_REGISTER_KEY>" \
-H "Content-Type: application/json" \
-d '{ "accountNumber":"1234567890", "pin":"1234", "name":"termux-ladbX1", "tags":["ladb","bank-bbl"], "bank":"bbl", "comment":"first device" }'
curl -sS https://34-87-84-99.sslip.io/api/devices/info \
-H "X-Auth-Key: <AUTH_KEY_FROM_REGISTER>"
curl -sS -X PATCH https://34-87-84-99.sslip.io/api/devices \
-H "X-Auth-Key: <AUTH_KEY>" -H "Content-Type: application/json" \
-d '{ "bank":"bbl", "comment":"rotate pin", "pin":"9876" }'
curl -sS https://34-87-84-99.sslip.io/api/health