You have an extra char in your authorization header. It should look like this
Authorization: Bearer {jwt}
instead of
Authorization: Bearer: {jwt}
You have an extra char in your authorization header. It should look like this
Authorization: Bearer {jwt}
instead of
Authorization: Bearer: {jwt}