Send a push notification error

Hi,
I am trying to send a push notification from my code, this return error.

what do I have wrong in my code?

this issue was solved by generating an API token an then adding it to headers.append((“Authorization”, "Bearer " + tokenDev))