Set push token
This method will set the push token for the authenticated API token
Try this request in your browser
URL
https://api.natterly.com/api/v1/authentication/set_push_token
Access
    Must be authenticated as a user.
    
    If not authorised, a MustBeAuthenticated error will be returned.
    
  
Parameters
| Parameter | Type | Default | 
|---|---|---|
| 
         push_token Required The new push token  | 
      String | null | 
Errors
There are no action-specific errors which can be raised.
Response Data
This action will return a Boolean.