I'm currently building an API with NodeJS using JSONWebtoken. When I try consuming with the token in the header I receive error 403 and it goes directly to the else statement in the code below, which means token is not there at all.I'm currently building an API with NodeJS using