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")
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")