HTTP Status Code 302 refers to Found. It indicates that the requested resource has been temporarily moved to a different URI, which is provided in the response's Location
header. This status code tells the client that it should perform a temporary redirect to the new location but should continue to use the original URI for future requests. HTTP clients like browsers will typically follow the redirect to the new location automatically. This status is often used in scenarios where the resource is temporarily unavailable at the original location but will return at a later time.