To run the API, following settings need to be exported as env variables
- VAPID email
- VAPID private key path
- VAPID public key path
$ python api.py
$ curl -X GET http://127.0.0.1:5000/subscription
$ curl -X POST http://127.0.0.1:5000/subscription/ -d '{subsctption_token:token}'
$ curl -X POST http://127.0.0.1:5000/push