API endpoint that allows apps get a list of Active pharmacies.

GET /api/get_pharmacies/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 0,
    "next": null,
    "previous": null,
    "results": []
}