Implement couple tests run locally to call this functions (using `deviceID` of my personal iOS device) and this notif:
```
let payload = json!({
"aps" : {
"alert" : {
"title" : "your_title_here",
"body" : "your_body_here"
},
"mutable-content": 1
}
});
```
Tested both successful notif (verifing on my device) and different error codes.