is it okay to download files using post routes?
i am sending csv buffer as stream from backend
and in frontend i am using post route
but for post route i need to download blob in fronend code
if i make it as get route in backend it downloads
although i am keeping headers in post route as attatchent
still i need to handle blob in frontend
any suggestions?