PWA Test circleCI, codeclimate, heroku

headers:

Content-Type / application/json
Authorization / key={token}

body - raw:

{
    "notification": {
        "title": "push notification title",
        "body": "push notification body",
        "click_action": "http://localhost:3000/"
    },
    "to": "{token}"
}