'fastapi : save image from response body

I want to save an image from the response body to my local directory.
Here is my code:

return Response(bytes_io.getvalue(), media_type= "image/jpeg")


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source