HTTP 302 Found is a redirection-class status code defined in RFC9110. The resource temporarily resides at a different URL. The original URL should keep being used.
Redirection responses tell the client to look elsewhere — permanently, temporarily, or in its own cache. On the wire, the response begins with the status line HTTP/1.1 302 Found.