When I set before_action :authenticate_with_token! in products controller and I try to create a product after I login from Postman, I get the error "Not authenticated" with the message in my server as "Filter chain halted as :authenticate_with_token! rendered or redirected Completed 401 Unauthorized". Any help on how to resolve this? Thank you in anticipation