I have one API response in which I have one URL, when I am clicking on the URL it is opening in the browser and not getting downloaded. I want to make it downloadable through the backend only.
{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"id": 132,
"certificate_url": "https://temp.com/images/export/61ca22ef07dd8b000980b7a9/image-1640637167913.png"
}
]
}