I am trying to send a push notification from Raspberry Pi to Pushbullet in Chrome PC from the following resource.
After typing the following commands, what should I enter when it asks for host password?
sudo apt-get install curl
curl -u [type your access code here] https://api.pushbullet.com/v2/pushes/ -d type=note -d title="Raspberry Pi" body="Hello World!"
Enter password for host: