// I had this error response in my project and postman.
status code 301
// For me my mistake I noticed was http vs https
// Solution for me was to Change the protocol.
//--
If using : http
Try using : https
//--
If using : https
Try using : http