{"info":{"_postman_id":"47becafd-fde3-4906-9f8f-036b60b591ea","name":"medCompare","description":"<html><head></head><body><h1 id=\"medcompare-api-documentation\">💊 MedCompare API Documentation</h1>\n<p>Welcome to the <strong>MedCompare</strong> API collection. MedCompare is a premium healthcare SaaS platform that enables users to compare medicine prices across verified local pharmacies in real-time, ensuring transparency and cost-savings for patients.</p>\n<h3 id=\"🌐-project-resources\">🌐 Project Resources</h3>\n<ul>\n<li><p><strong>GitHub Repository:</strong> <a href=\"https://github.com/RonitkumarSoni/med-Compare\">github.com/RonitkumarSoni/med-Compare</a></p>\n</li>\n<li><p><strong>Live Demo:</strong> <a href=\"https://med-compare.vercel.app\">med-compare.vercel.app</a></p>\n</li>\n<li><p><strong>UI Design:</strong> <a href=\"https://www.figma.com/design/svFKcrbxUl8nmBNylqzpfj/Untitled?node-id=6-4\">Figma Design System</a></p>\n</li>\n</ul>\n<hr>\n<h3 id=\"🚀-getting-started\">🚀 Getting Started</h3>\n<ol>\n<li><p><strong>Base URL:</strong> The collection uses the <code>http://localhost:5000</code> variable, which defaults to <code>http://localhost:5000</code>.</p>\n</li>\n<li><p><strong>Authentication:</strong> Most private endpoints require a <code>Bearer Token</code>.</p>\n<ul>\n<li><p>First, run the <strong>Login User</strong> request.</p>\n</li>\n<li><p>Copy the <code>token</code> from the response.</p>\n</li>\n<li><p>Go to the <strong>Authorization</strong> tab of the collection, select <strong>Bearer Token</strong>, and paste your token.</p>\n</li>\n</ul>\n</li>\n</ol>\n<hr>\n<h3 id=\"🛠️-api-modules-overview\">🛠️ API Modules Overview</h3>\n<ul>\n<li><p><strong>🔐 Authentication:</strong> User/Pharmacy registration, Login, and Profile management.</p>\n</li>\n<li><p><strong>🏥 Pharmacy Management:</strong> Shop registration, verification status, and profile updates.</p>\n</li>\n<li><p><strong>💊 Medicine Engine:</strong> Core comparison logic, hyperlocal search, and price tracking.</p>\n</li>\n<li><p><strong>📥 Inquiry System:</strong> Real-time communication between users and pharmacists.</p>\n</li>\n<li><p><strong>🤖 AI Assistant:</strong> Gemini-powered chatbot for health queries and platform help.</p>\n</li>\n<li><p><strong>📊 Analytics:</strong> Dashboard statistics and business insights for pharmacy owners.</p>\n</li>\n</ul>\n<hr>\n<p><em>Created with ❤️ by MedCompare Team | Dedicated to Healthcare Transparency</em></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"💊 MedCompare API Documentation","slug":"medcompare-api-documentation"}],"owner":"50841099","collectionId":"47becafd-fde3-4906-9f8f-036b60b591ea","publishedId":"2sBXqKnfAo","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-05-01T09:25:43.000Z"},"item":[{"name":"Authentication APIs","item":[{"name":"GET Requests","item":[{"name":"Logout User","id":"bf8afb58-edf7-4619-923b-5e71c484a057","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/auth/logout","urlObject":{"protocol":"http","port":"5000","path":["api","auth","logout"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fe827079-5cc6-4313-9f72-96975eb98b07","name":"Logout User","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/auth/logout"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Resource-Policy","value":"cross-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"198"},{"key":"Date","value":"Fri, 01 May 2026 06:51:54 GMT"},{"key":"X-RateLimit-Reset","value":"1777618883"},{"key":"Set-Cookie","value":"token=none; Path=/; Expires=Fri, 01 May 2026 06:52:04 GMT; HttpOnly"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"26"},{"key":"ETag","value":"W/\"1a-pIPrt4esgEyEkX/w62Rnrj9XXdg\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {}\n}"}],"_postman_id":"bf8afb58-edf7-4619-923b-5e71c484a057"},{"name":"Get Current User (Me)","id":"3075f83e-ae55-437d-be34-7988b58a3c80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/auth/me","urlObject":{"path":["api","auth","me"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"aa64e474-5ee8-441b-a9ea-0d9d4d631abd","name":"Get Current User (Me)","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/auth/me"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Resource-Policy","value":"cross-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"189"},{"key":"Date","value":"Fri, 01 May 2026 07:00:50 GMT"},{"key":"X-RateLimit-Reset","value":"1777618883"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"291"},{"key":"ETag","value":"W/\"123-r5afcqZSD3HyQK3zHzPUQYWoSQ0\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"86fc0765-91bd-4248-9efa-a7e3d6212bb2\",\n        \"name\": \"Rahul\",\n        \"email\": \"test@example.com\",\n        \"password\": \"$2a$10$O76pA31J3tt8dn5K4Dtsz.9xtZXq9uBxqGuUq2mZD6iIrwSOyvuku\",\n        \"phone\": \"9876543210\",\n        \"role\": null,\n        \"city\": null,\n        \"state\": null,\n        \"created_at\": \"2026-05-01T06:59:10.618144+00:00\"\n    }\n}"}],"_postman_id":"3075f83e-ae55-437d-be34-7988b58a3c80"}],"id":"f184b655-3a67-48cd-a504-68bce2ab4cb9","_postman_id":"f184b655-3a67-48cd-a504-68bce2ab4cb9","description":""},{"name":"POST Requests","item":[{"name":"Register User","id":"c30388b5-8290-4160-8782-c35d11c9e4d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:5000/api/auth/register","urlObject":{"path":["api","auth","register"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"8d94bc02-edab-4172-81a9-145d6507fb15","name":"Register User","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Rahul\",\r\n  \"email\": \"test@example.com\",\r\n  \"password\": \"yourpassword123\",\r\n  \"phone\": \"9876543210\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/auth/register"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Resource-Policy","value":"cross-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"192"},{"key":"Date","value":"Fri, 01 May 2026 06:59:09 GMT"},{"key":"X-RateLimit-Reset","value":"1777618883"},{"key":"Set-Cookie","value":"token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6Ijg2ZmMwNzY1LTkxYmQtNDI0OC05ZWZhLWE3ZTNkNjIxMmJiMiIsImlhdCI6MTc3NzYxODc1MCwiZXhwIjoxNzc4MjIzNTUwfQ.aBlcZy1IB4LmRyl_btIJT2ve7i-SH6S0lNlNOigAqHc; Path=/; Expires=Sun, 31 May 2026 06:59:10 GMT; HttpOnly"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"321"},{"key":"ETag","value":"W/\"141-ONLNXcCBSxWF2HWN8FSgCvnQObA\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6Ijg2ZmMwNzY1LTkxYmQtNDI0OC05ZWZhLWE3ZTNkNjIxMmJiMiIsImlhdCI6MTc3NzYxODc1MCwiZXhwIjoxNzc4MjIzNTUwfQ.aBlcZy1IB4LmRyl_btIJT2ve7i-SH6S0lNlNOigAqHc\",\n    \"data\": {\n        \"id\": \"86fc0765-91bd-4248-9efa-a7e3d6212bb2\",\n        \"name\": \"Rahul\",\n        \"email\": \"test@example.com\",\n        \"role\": null\n    }\n}"}],"_postman_id":"c30388b5-8290-4160-8782-c35d11c9e4d9"},{"name":"Login User","id":"3b3debaa-7c02-4823-9b42-63f6a0c5f7fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:5000/api/auth/login","urlObject":{"path":["api","auth","login"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"bdb79175-4650-4719-a0e0-f2538cd64050","name":"Login User","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"test@example.com\",\r\n  \"password\": \"yourpassword123\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Resource-Policy","value":"cross-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"191"},{"key":"Date","value":"Fri, 01 May 2026 07:00:17 GMT"},{"key":"X-RateLimit-Reset","value":"1777618883"},{"key":"Set-Cookie","value":"token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6Ijg2ZmMwNzY1LTkxYmQtNDI0OC05ZWZhLWE3ZTNkNjIxMmJiMiIsImlhdCI6MTc3NzYxODgxOSwiZXhwIjoxNzc4MjIzNjE5fQ.pOF-ZRxFn5xEtNuW2DKah1ezheKuIH_mV4rPjxUMYP0; Path=/; Expires=Sun, 31 May 2026 07:00:19 GMT; HttpOnly"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"321"},{"key":"ETag","value":"W/\"141-vZQEZTxlELX+fI84yvjnYpbQKRU\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6Ijg2ZmMwNzY1LTkxYmQtNDI0OC05ZWZhLWE3ZTNkNjIxMmJiMiIsImlhdCI6MTc3NzYxODgxOSwiZXhwIjoxNzc4MjIzNjE5fQ.pOF-ZRxFn5xEtNuW2DKah1ezheKuIH_mV4rPjxUMYP0\",\n    \"data\": {\n        \"id\": \"86fc0765-91bd-4248-9efa-a7e3d6212bb2\",\n        \"name\": \"Rahul\",\n        \"email\": \"test@example.com\",\n        \"role\": null\n    }\n}"}],"_postman_id":"3b3debaa-7c02-4823-9b42-63f6a0c5f7fe"}],"id":"ea8eed04-ea54-47c8-8bcd-850022202366","_postman_id":"ea8eed04-ea54-47c8-8bcd-850022202366","description":""},{"name":"PUT Requests","item":[{"name":"Update Profile","id":"1d173abf-5bae-48b0-974f-5c5a52703ee1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Rahul Updated\",\r\n  \"city\": \"Delhi\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/auth/update-profile","urlObject":{"protocol":"http","port":"5000","path":["api","auth","update-profile"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2aa87cdc-50ac-4ff7-a2d9-16068229d83b","name":"Update Profile","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Rahul Updated\",\r\n  \"city\": \"Delhi\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/auth/update-profile"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Resource-Policy","value":"cross-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"197"},{"key":"Date","value":"Fri, 01 May 2026 07:04:45 GMT"},{"key":"X-RateLimit-Reset","value":"1777619581"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"302"},{"key":"ETag","value":"W/\"12e-uwG12RsfHHl11I73/OUOyHzUORw\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"86fc0765-91bd-4248-9efa-a7e3d6212bb2\",\n        \"name\": \"Rahul Updated\",\n        \"email\": \"test@example.com\",\n        \"password\": \"$2a$10$O76pA31J3tt8dn5K4Dtsz.9xtZXq9uBxqGuUq2mZD6iIrwSOyvuku\",\n        \"phone\": \"9876543210\",\n        \"role\": null,\n        \"city\": \"Delhi\",\n        \"state\": null,\n        \"created_at\": \"2026-05-01T06:59:10.618144+00:00\"\n    }\n}"}],"_postman_id":"1d173abf-5bae-48b0-974f-5c5a52703ee1"},{"name":"Change Password","id":"84f4d4d9-a4be-4cfd-bd7f-c3566c703ba4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"currentPassword\": \"yourpassword123\",\r\n  \"newPassword\": \"newpassword456\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/auth/change-password","urlObject":{"protocol":"http","port":"5000","path":["api","auth","change-password"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e35cab7f-059a-4b29-85cf-aa36b6e38204","name":"Change Password","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"currentPassword\": \"yourpassword123\",\r\n  \"newPassword\": \"newpassword456\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/auth/change-password"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Resource-Policy","value":"cross-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"195"},{"key":"Date","value":"Fri, 01 May 2026 07:07:39 GMT"},{"key":"X-RateLimit-Reset","value":"1777619581"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"58"},{"key":"ETag","value":"W/\"3a-6uyAlqLM/ukP5GiusNKs4+EQLc8\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Password updated successfully\"\n}"}],"_postman_id":"84f4d4d9-a4be-4cfd-bd7f-c3566c703ba4"}],"id":"6d87e651-ae21-4f81-9d1a-577ce9207363","_postman_id":"6d87e651-ae21-4f81-9d1a-577ce9207363","description":""}],"id":"2f9277c9-c389-45df-b024-aaec69040a0e","_postman_id":"2f9277c9-c389-45df-b024-aaec69040a0e","description":""},{"name":"Pharmacies APIs","item":[{"name":"GET Requests","item":[{"name":"Get All Pharmacies","id":"32e67caa-6cec-4368-9d0f-2b27506e2db4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/pharmacies","urlObject":{"protocol":"http","port":"5000","path":["api","pharmacies"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9f5d53f8-5067-40c8-a35b-03716a714c20","name":"Get All Pharmacies","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/pharmacies"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Resource-Policy","value":"cross-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"193"},{"key":"Date","value":"Fri, 01 May 2026 07:08:36 GMT"},{"key":"X-RateLimit-Reset","value":"1777619581"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2993"},{"key":"ETag","value":"W/\"bb1-ewU0id/3YcAW8ma6pkOkICjpS+8\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"count\": 8,\n    \"data\": [\n        {\n            \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n            \"shop_name\": \"Sanjeevani Health Clinic\",\n            \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n            \"contact_number\": \"9876543210\",\n            \"license_number\": null,\n            \"verification_status\": \"verified\",\n            \"rating\": 4.5,\n            \"image_url\": null,\n            \"city\": \"Delhi\",\n            \"state\": \"Delhi\",\n            \"created_at\": \"2026-04-23T16:41:09.741738+00:00\"\n        },\n        {\n            \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n            \"shop_name\": \"City Medicos Mumbai\",\n            \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n            \"contact_number\": \"9123456789\",\n            \"license_number\": null,\n            \"verification_status\": \"verified\",\n            \"rating\": 4.5,\n            \"image_url\": null,\n            \"city\": \"Mumbai\",\n            \"state\": \"Maharashtra\",\n            \"created_at\": \"2026-04-23T16:41:09.741738+00:00\"\n        },\n        {\n            \"id\": \"c9bbc478-91c7-4090-9e7f-0594134a051b\",\n            \"owner_id\": \"9b0b7a6d-d91a-4047-92f3-3af1207dd524\",\n            \"shop_name\": \"My Pharmacy\",\n            \"shop_address\": \"Bandra, Mumbai\",\n            \"contact_number\": \"+917667495945\",\n            \"license_number\": null,\n            \"verification_status\": \"pending\",\n            \"rating\": 4.5,\n            \"image_url\": null,\n            \"city\": \"Mumbai\",\n            \"state\": \"Maharashtra\",\n            \"created_at\": \"2026-04-24T10:10:58.928563+00:00\"\n        },\n        {\n            \"id\": \"87ad8840-879b-4fd6-b84d-f5636c880ac5\",\n            \"owner_id\": \"07a3434b-6ee6-48f3-a417-10816211ec36\",\n            \"shop_name\": \"Admin User Pharmacy\",\n            \"shop_address\": \"Mumbai, Maharashtra\",\n            \"contact_number\": \"9876543210\",\n            \"license_number\": null,\n            \"verification_status\": \"pending\",\n            \"rating\": 4.5,\n            \"image_url\": null,\n            \"city\": \"Mumbai\",\n            \"state\": \"Maharashtra\",\n            \"created_at\": \"2026-04-24T10:23:33.917976+00:00\"\n        },\n        {\n            \"id\": \"52b051b4-5ddd-4c22-b5cf-ddc474bc3abc\",\n            \"owner_id\": \"6c0d33cd-a3b5-4908-b388-2436f90b15ac\",\n            \"shop_name\": \"Rahul Verma Pharmacy\",\n            \"shop_address\": \"Mumbai, Maharashtra\",\n            \"contact_number\": \"9876543210\",\n            \"license_number\": null,\n            \"verification_status\": \"pending\",\n            \"rating\": 4.5,\n            \"image_url\": null,\n            \"city\": \"Mumbai\",\n            \"state\": \"Maharashtra\",\n            \"created_at\": \"2026-04-24T10:23:35.293963+00:00\"\n        },\n        {\n            \"id\": \"1182a84c-a10b-4506-ac43-1032792443c2\",\n            \"owner_id\": \"572528a3-08f3-4b98-9a51-90a6962a89c4\",\n            \"shop_name\": \"BLOCK PATRATU Pharmacy\",\n            \"shop_address\": \"Mumbai, Maharashtra\",\n            \"contact_number\": \"+917667495945\",\n            \"license_number\": null,\n            \"verification_status\": \"pending\",\n            \"rating\": 4.5,\n            \"image_url\": null,\n            \"city\": \"Mumbai\",\n            \"state\": \"Maharashtra\",\n            \"created_at\": \"2026-04-24T10:23:35.796457+00:00\"\n        },\n        {\n            \"id\": \"8dceff45-7bed-42fe-8483-1199e26ff79f\",\n            \"owner_id\": \"fe0de870-4ef4-4062-a38a-3b1d9b6655e5\",\n            \"shop_name\": \"Ronit Kumar soni Pharmacy\",\n            \"shop_address\": \"Mumbai, Maharashtra\",\n            \"contact_number\": \"9876543210\",\n            \"license_number\": null,\n            \"verification_status\": \"pending\",\n            \"rating\": 4.5,\n            \"image_url\": null,\n            \"city\": \"Mumbai\",\n            \"state\": \"Maharashtra\",\n            \"created_at\": \"2026-04-24T10:23:36.500225+00:00\"\n        },\n        {\n            \"id\": \"250a4284-769a-4feb-938c-ba15e93ec14c\",\n            \"owner_id\": \"d80dd40f-a009-4884-bb47-86003980bbfb\",\n            \"shop_name\": \"My Pharmacy\",\n            \"shop_address\": \"Bandra, Mumbai\",\n            \"contact_number\": null,\n            \"license_number\": null,\n            \"verification_status\": \"pending\",\n            \"rating\": 4.5,\n            \"image_url\": null,\n            \"city\": \"Mumbai\",\n            \"state\": \"Maharashtra\",\n            \"created_at\": \"2026-04-24T10:55:06.982916+00:00\"\n        }\n    ]\n}"}],"_postman_id":"32e67caa-6cec-4368-9d0f-2b27506e2db4"},{"name":"Get Pharmacy by ID","id":"e0cfcfac-fe7d-4a44-aac3-c220b040dcba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/pharmacies/2cb96b21-0247-4b5a-a157-03e9c7e22a0e","urlObject":{"protocol":"http","port":"5000","path":["api","pharmacies","2cb96b21-0247-4b5a-a157-03e9c7e22a0e"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8592e544-17c0-4a94-bc61-86d10d955704","name":"Get Pharmacy by ID","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/pharmacies/2cb96b21-0247-4b5a-a157-03e9c7e22a0e"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Resource-Policy","value":"cross-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"185"},{"key":"Date","value":"Fri, 01 May 2026 07:12:32 GMT"},{"key":"X-RateLimit-Reset","value":"1777619581"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"411"},{"key":"ETag","value":"W/\"19b-y7HXD96lJy8k4q3jcF5I4xifyp0\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n        \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n        \"shop_name\": \"Sanjeevani Health Clinic\",\n        \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n        \"contact_number\": \"9876543210\",\n        \"license_number\": null,\n        \"verification_status\": \"verified\",\n        \"rating\": 4.5,\n        \"image_url\": null,\n        \"city\": \"Delhi\",\n        \"state\": \"Delhi\",\n        \"created_at\": \"2026-04-23T16:41:09.741738+00:00\"\n    }\n}"}],"_postman_id":"e0cfcfac-fe7d-4a44-aac3-c220b040dcba"},{"name":"Get My Pharmacy Analytics","id":"03d84954-a714-474f-886b-9c852c736089","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/pharmacies/my-analytics","urlObject":{"protocol":"http","port":"5000","path":["api","pharmacies","my-analytics"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ca8e958c-632f-47f3-a8a3-1f506fc3b523","name":"Get My Pharmacy Analytics","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/pharmacies/my-analytics"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Resource-Policy","value":"cross-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"198"},{"key":"Date","value":"Fri, 01 May 2026 07:36:51 GMT"},{"key":"X-RateLimit-Reset","value":"1777621572"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"114"},{"key":"ETag","value":"W/\"72-3yD9nzBgcsXfUdaYzWV+62uJJBg\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"totalMedicines\": 1,\n        \"lowStock\": 0,\n        \"expiringSoon\": 0,\n        \"totalInquiries\": 0,\n        \"pendingInquiries\": 0\n    }\n}"}],"_postman_id":"03d84954-a714-474f-886b-9c852c736089"},{"name":"Get Pharmacy Analytics","id":"40675ed7-5c13-4add-a011-96e8cd628fe9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/pharmacies/634c0f3b-c6c4-4ac9-b557-99d04caedfe6/analytics","urlObject":{"protocol":"http","port":"5000","path":["api","pharmacies","634c0f3b-c6c4-4ac9-b557-99d04caedfe6","analytics"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9cb80f8a-3cf4-4ba6-b2da-07f6d819bee1","name":"Get Pharmacy Analytics","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/pharmacies/634c0f3b-c6c4-4ac9-b557-99d04caedfe6/analytics"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Resource-Policy","value":"cross-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"197"},{"key":"Date","value":"Fri, 01 May 2026 07:38:16 GMT"},{"key":"X-RateLimit-Reset","value":"1777621572"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"114"},{"key":"ETag","value":"W/\"72-S2mwIG8aVBcQecX7dTaTPGq7+io\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"totalMedicines\": 0,\n        \"lowStock\": 0,\n        \"expiringSoon\": 0,\n        \"totalInquiries\": 0,\n        \"pendingInquiries\": 0\n    }\n}"}],"_postman_id":"40675ed7-5c13-4add-a011-96e8cd628fe9"}],"id":"2a21e7dc-1862-4202-9059-ef4e5caeaf1b","_postman_id":"2a21e7dc-1862-4202-9059-ef4e5caeaf1b","description":""},{"name":"POST Requests","item":[{"name":"Register Pharmacy","id":"172522b3-43b2-4044-aab5-ab119f1b2da5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"shopName\": \"Mera Medical Store\",\r\n  \"address\": \"Delhi\",\r\n  \"phone\": \"9988776655\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/pharmacies","urlObject":{"protocol":"http","port":"5000","path":["api","pharmacies"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9827c037-8acf-4a46-a9b0-c39b96126360","name":"Register Pharmacy","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"shopName\": \"Amit Medical Store\",\r\n  \"shop_name\": \"Amit Medical Store\",\r\n  \"address\": \"Delhi\",\r\n  \"shop_address\": \"Delhi\",\r\n  \"phone\": \"9988776655\",\r\n  \"contact_number\": \"9988776655\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/pharmacies"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Resource-Policy","value":"cross-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"199"},{"key":"Date","value":"Fri, 01 May 2026 07:24:15 GMT"},{"key":"X-RateLimit-Reset","value":"1777620856"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"115"},{"key":"ETag","value":"W/\"73-q61OJFvk4K99+extdo8gCrLxIjk\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Could not find the 'address' column of 'pharmacies' in the schema cache\",\n    \"errors\": null\n}"},{"id":"c16fd856-f7f1-457f-ad81-2f52fbfd44c5","name":"Register Pharmacy","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"shopName\": \"Mera Medical Store\",\r\n  \"address\": \"Delhi\",\r\n  \"phone\": \"9988776655\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/pharmacies"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Resource-Policy","value":"cross-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"199"},{"key":"Date","value":"Fri, 01 May 2026 07:36:11 GMT"},{"key":"X-RateLimit-Reset","value":"1777621572"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"82"},{"key":"ETag","value":"W/\"52-O4Xtnms1Tem81AEu4VlpWe0A9h0\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"You already have a registered pharmacy\",\n    \"errors\": null\n}"}],"_postman_id":"172522b3-43b2-4044-aab5-ab119f1b2da5"}],"id":"18920bba-e61a-45c5-b05e-655b7448f0df","_postman_id":"18920bba-e61a-45c5-b05e-655b7448f0df","description":""},{"name":"PUT Requests","item":[{"name":"Update Pharmacy","id":"51d69337-b692-40d5-974d-07bf72557e1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"shop_name\": \"Mera Super Medical Store\",\r\n  \"shop_address\": \"Naya Pata, Mumbai\",\r\n  \"contact_number\": \"8899001122\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/pharmacies/e812ecc5-99c0-4b0f-a5f6-2ecffbdc0b74","urlObject":{"protocol":"http","port":"5000","path":["api","pharmacies","e812ecc5-99c0-4b0f-a5f6-2ecffbdc0b74"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"64cedd25-53f3-4815-87cb-9b41305f6c0d","name":"Update Pharmacy","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"shop_name\": \"Mera Super Medical Store\",\r\n  \"shop_address\": \"Naya Pata, Mumbai\",\r\n  \"contact_number\": \"8899001122\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/pharmacies/e812ecc5-99c0-4b0f-a5f6-2ecffbdc0b74"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Resource-Policy","value":"cross-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"199"},{"key":"Date","value":"Fri, 01 May 2026 07:47:23 GMT"},{"key":"X-RateLimit-Reset","value":"1777622244"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"393"},{"key":"ETag","value":"W/\"189-AzMMjUK/Xf63YJFgxTblo3R22b8\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"e812ecc5-99c0-4b0f-a5f6-2ecffbdc0b74\",\n        \"owner_id\": \"88861a60-bac5-4791-874a-b5eeb76bec86\",\n        \"shop_name\": \"Mera Super Medical Store\",\n        \"shop_address\": \"Naya Pata, Mumbai\",\n        \"contact_number\": \"8899001122\",\n        \"license_number\": null,\n        \"verification_status\": \"pending\",\n        \"rating\": 4.5,\n        \"image_url\": null,\n        \"city\": \"Mumbai\",\n        \"state\": \"Maharashtra\",\n        \"created_at\": \"2026-05-01T07:26:53.219894+00:00\"\n    }\n}"}],"_postman_id":"51d69337-b692-40d5-974d-07bf72557e1a"}],"id":"83394bd0-4717-49da-a6a6-f4010e074733","_postman_id":"83394bd0-4717-49da-a6a6-f4010e074733","description":""}],"id":"85d2dd1c-5fa9-4a75-9ca0-6cdb7db3b1f5","_postman_id":"85d2dd1c-5fa9-4a75-9ca0-6cdb7db3b1f5","description":""},{"name":"Medicines APIs","item":[{"name":"GET Requests","item":[{"name":"Get All Medicines","id":"74a68f15-1a47-429e-a2e2-fc685e2f148a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/medicines","urlObject":{"protocol":"http","port":"5000","path":["api","medicines"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c7728ad3-c56c-4557-9848-c5cb514dc74c","name":"Get All Medicines","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/medicines"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Resource-Policy","value":"cross-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"198"},{"key":"Date","value":"Fri, 01 May 2026 07:48:01 GMT"},{"key":"X-RateLimit-Reset","value":"1777622244"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"13275"},{"key":"ETag","value":"W/\"33db-u+HA5t6rMhkqff+LxFJUxOFi8A8\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"count\": 10,\n    \"total\": 4008,\n    \"data\": [\n        {\n            \"id\": \"49ab1ea0-5239-43cd-aa20-9966786972c4\",\n            \"pharmacy_id\": \"e812ecc5-99c0-4b0f-a5f6-2ecffbdc0b74\",\n            \"name\": \"Paracetamol 500mg\",\n            \"brand_name\": \"Calpol\",\n            \"generic_name\": null,\n            \"price\": 40.5,\n            \"discount_percentage\": 0,\n            \"selling_price\": 35,\n            \"available_quantity\": 50,\n            \"expiry_date\": \"2026-12-31\",\n            \"dosage_form\": \"Tablet\",\n            \"strength\": null,\n            \"image_url\": null,\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-05-01T07:26:53.437339+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": \"ABC Pharma Distributors\",\n            \"dealer_number\": \"9876543210\",\n            \"pharmacies\": {\n                \"id\": \"e812ecc5-99c0-4b0f-a5f6-2ecffbdc0b74\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"88861a60-bac5-4791-874a-b5eeb76bec86\",\n                \"image_url\": null,\n                \"shop_name\": \"Mera Super Medical Store\",\n                \"created_at\": \"2026-05-01T07:26:53.219894+00:00\",\n                \"shop_address\": \"Naya Pata, Mumbai\",\n                \"contact_number\": \"8899001122\",\n                \"license_number\": null,\n                \"verification_status\": \"pending\"\n            },\n            \"brandName\": \"Calpol\",\n            \"genericName\": null,\n            \"availableQuantity\": 50,\n            \"expiryDate\": \"2026-12-31\",\n            \"sellingPrice\": 35,\n            \"imageUrl\": null,\n            \"isActive\": true,\n            \"isApproved\": true\n        },\n        {\n            \"id\": \"2393e16b-e924-40b9-a2b1-cf3ba3e0ba06\",\n            \"pharmacy_id\": \"250a4284-769a-4feb-938c-ba15e93ec14c\",\n            \"name\": \"Fever Medicine Tablet (PTECH-650), 650 mg\",\n            \"brand_name\": \" PTECH-650\",\n            \"generic_name\": null,\n            \"price\": 24,\n            \"discount_percentage\": 0,\n            \"selling_price\": 20,\n            \"available_quantity\": 100,\n            \"expiry_date\": \"20025-12-10\",\n            \"dosage_form\": \"Tablet\",\n            \"strength\": null,\n            \"image_url\": \"https://5.imimg.com/data5/SELLER/Default/2024/4/410217491/ST/DQ/NW/125278182/fever-medicine-tablet-ptech-650-1000x1000.jpeg\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T10:55:16.902258+00:00\",\n            \"latitude\": 23.224195,\n            \"longitude\": 72.50809,\n            \"shop_address\": \"Swaminarayan University in Kalol, Gandhinagar(Ahmedabad-Mehsana Highway\",\n            \"dealer_name\": \"Neel Patel\",\n            \"dealer_number\": \"+917667495945\",\n            \"pharmacies\": {\n                \"id\": \"250a4284-769a-4feb-938c-ba15e93ec14c\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"d80dd40f-a009-4884-bb47-86003980bbfb\",\n                \"image_url\": null,\n                \"shop_name\": \"My Pharmacy\",\n                \"created_at\": \"2026-04-24T10:55:06.982916+00:00\",\n                \"shop_address\": \"Bandra, Mumbai\",\n                \"contact_number\": null,\n                \"license_number\": null,\n                \"verification_status\": \"pending\"\n            },\n            \"brandName\": \" PTECH-650\",\n            \"genericName\": null,\n            \"availableQuantity\": 100,\n            \"expiryDate\": \"20025-12-10\",\n            \"sellingPrice\": 20,\n            \"imageUrl\": \"https://5.imimg.com/data5/SELLER/Default/2024/4/410217491/ST/DQ/NW/125278182/fever-medicine-tablet-ptech-650-1000x1000.jpeg\",\n            \"isActive\": true,\n            \"isApproved\": true\n        },\n        {\n            \"id\": \"043eeab6-9fdf-4c4d-9f87-001eaa5ac758\",\n            \"pharmacy_id\": \"8dceff45-7bed-42fe-8483-1199e26ff79f\",\n            \"name\": \"Crocin 650mg Advance\",\n            \"brand_name\": \"GSK (GlaxoSmithKline)\",\n            \"generic_name\": null,\n            \"price\": 30,\n            \"discount_percentage\": 0,\n            \"selling_price\": 20,\n            \"available_quantity\": 10,\n            \"expiry_date\": \"2025-12-20\",\n            \"dosage_form\": \"Tablet\",\n            \"strength\": null,\n            \"image_url\": \"https://www.crocin.com/content/dam/cf-consumer-healthcare/panadol-reborn/en_IN/product-detail/380x463/Crocin-650mg-Pack_26May22-380x463.png\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T10:26:23.551618+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": \" Wellness Forever, Link Road, Andheri West, Mumbai\",\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"8dceff45-7bed-42fe-8483-1199e26ff79f\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"fe0de870-4ef4-4062-a38a-3b1d9b6655e5\",\n                \"image_url\": null,\n                \"shop_name\": \"Ronit Kumar soni Pharmacy\",\n                \"created_at\": \"2026-04-24T10:23:36.500225+00:00\",\n                \"shop_address\": \"Mumbai, Maharashtra\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"pending\"\n            },\n            \"brandName\": \"GSK (GlaxoSmithKline)\",\n            \"genericName\": null,\n            \"availableQuantity\": 10,\n            \"expiryDate\": \"2025-12-20\",\n            \"sellingPrice\": 20,\n            \"imageUrl\": \"https://www.crocin.com/content/dam/cf-consumer-healthcare/panadol-reborn/en_IN/product-detail/380x463/Crocin-650mg-Pack_26May22-380x463.png\",\n            \"isActive\": true,\n            \"isApproved\": true\n        },\n        {\n            \"id\": \"d99661b4-11bb-42bc-a7b9-d458213b98b2\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ascodex BR Syrup\",\n            \"brand_name\": \"Glenmark Pharmaceuticals Ltd\",\n            \"generic_name\": \"Guaifenesin (50mg/5ml) Terbutaline (1.25mg/5ml)\",\n            \"price\": 52.5,\n            \"discount_percentage\": 13,\n            \"selling_price\": 45.67,\n            \"available_quantity\": 323,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"bottle of 60 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            },\n            \"brandName\": \"Glenmark Pharmaceuticals Ltd\",\n            \"genericName\": \"Guaifenesin (50mg/5ml) Terbutaline (1.25mg/5ml)\",\n            \"availableQuantity\": 323,\n            \"expiryDate\": \"2028-04-23\",\n            \"sellingPrice\": 45.67,\n            \"imageUrl\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"isActive\": true,\n            \"isApproved\": true\n        },\n        {\n            \"id\": \"6d186dc3-e05a-4c88-8689-a0adc3234e95\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ambrodil-D Junior Syrup\",\n            \"brand_name\": \"Aristo Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Chlorpheniramine Maleate (2mg/5ml) Dextromethorphan Hydrobromide (10mg/5ml)\",\n            \"price\": 48.87,\n            \"discount_percentage\": 10,\n            \"selling_price\": 43.98,\n            \"available_quantity\": 222,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"bottle of 60 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            },\n            \"brandName\": \"Aristo Pharmaceuticals Pvt Ltd\",\n            \"genericName\": \"Chlorpheniramine Maleate (2mg/5ml) Dextromethorphan Hydrobromide (10mg/5ml)\",\n            \"availableQuantity\": 222,\n            \"expiryDate\": \"2028-04-23\",\n            \"sellingPrice\": 43.98,\n            \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"isActive\": true,\n            \"isApproved\": true\n        },\n        {\n            \"id\": \"2a6caad3-0de5-48f3-89eb-b2ba929d1406\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Atocare 10mg Tablet\",\n            \"brand_name\": \"Signova Pharma Pvt Ltd\",\n            \"generic_name\": \"Atorvastatin (10mg)\",\n            \"price\": 60.45,\n            \"discount_percentage\": 22,\n            \"selling_price\": 47.15,\n            \"available_quantity\": 80,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            },\n            \"brandName\": \"Signova Pharma Pvt Ltd\",\n            \"genericName\": \"Atorvastatin (10mg)\",\n            \"availableQuantity\": 80,\n            \"expiryDate\": \"2028-04-23\",\n            \"sellingPrice\": 47.15,\n            \"imageUrl\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"isActive\": true,\n            \"isApproved\": true\n        },\n        {\n            \"id\": \"f5844e30-f14b-4493-9b9f-0272a714daf6\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Acenova P Tablet\",\n            \"brand_name\": \"Synchem Lab\",\n            \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n            \"price\": 42.3,\n            \"discount_percentage\": 0,\n            \"selling_price\": 42.3,\n            \"available_quantity\": 170,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            },\n            \"brandName\": \"Synchem Lab\",\n            \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n            \"availableQuantity\": 170,\n            \"expiryDate\": \"2028-04-23\",\n            \"sellingPrice\": 42.3,\n            \"imageUrl\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"isActive\": true,\n            \"isApproved\": true\n        },\n        {\n            \"id\": \"65550013-8975-42a0-bc9a-affd9142428a\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Azysafe 500mg Tablet\",\n            \"brand_name\": \"Overseas Healthcare Pvt Ltd\",\n            \"generic_name\": \"Azithromycin (500mg)\",\n            \"price\": 71.7,\n            \"discount_percentage\": 23,\n            \"selling_price\": 55.21,\n            \"available_quantity\": 177,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 3 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1585435557343-3b092031a831?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            },\n            \"brandName\": \"Overseas Healthcare Pvt Ltd\",\n            \"genericName\": \"Azithromycin (500mg)\",\n            \"availableQuantity\": 177,\n            \"expiryDate\": \"2028-04-23\",\n            \"sellingPrice\": 55.21,\n            \"imageUrl\": \"https://images.unsplash.com/photo-1585435557343-3b092031a831?q=80&w=600\",\n            \"isActive\": true,\n            \"isApproved\": true\n        },\n        {\n            \"id\": \"3e977f13-1c7d-4d30-bf6b-b729e929082e\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alkof 100 mg/2 mg/10 mg Tablet\",\n            \"brand_name\": \"Alkem Laboratories Ltd\",\n            \"generic_name\": \"Guaifenesin (100mg) Chlorpheniramine Maleate (2mg)\",\n            \"price\": 40,\n            \"discount_percentage\": 23,\n            \"selling_price\": 30.8,\n            \"available_quantity\": 103,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            },\n            \"brandName\": \"Alkem Laboratories Ltd\",\n            \"genericName\": \"Guaifenesin (100mg) Chlorpheniramine Maleate (2mg)\",\n            \"availableQuantity\": 103,\n            \"expiryDate\": \"2028-04-23\",\n            \"sellingPrice\": 30.8,\n            \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"isActive\": true,\n            \"isApproved\": true\n        },\n        {\n            \"id\": \"46fc6ac7-7ffc-4480-9090-2b77b87b26f1\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azulix 4 Tablet\",\n            \"brand_name\": \"Torrent Pharmaceuticals Ltd\",\n            \"generic_name\": \"Glimepiride (4mg)\",\n            \"price\": 196.15,\n            \"discount_percentage\": 23,\n            \"selling_price\": 151.04,\n            \"available_quantity\": 301,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            },\n            \"brandName\": \"Torrent Pharmaceuticals Ltd\",\n            \"genericName\": \"Glimepiride (4mg)\",\n            \"availableQuantity\": 301,\n            \"expiryDate\": \"2028-04-23\",\n            \"sellingPrice\": 151.04,\n            \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"isActive\": true,\n            \"isApproved\": true\n        }\n    ]\n}"}],"_postman_id":"74a68f15-1a47-429e-a2e2-fc685e2f148a"},{"name":"Compare Medicines","id":"506b9837-c546-420f-ac5c-7d86a262e64a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/medicines/compare?name=Paracetamol","urlObject":{"protocol":"http","port":"5000","path":["api","medicines","compare"],"host":["localhost"],"query":[{"key":"name","value":"Paracetamol"}],"variable":[]}},"response":[{"id":"0e5ab3ea-de18-4b76-8618-5895004e1990","name":"Compare Medicines","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:5000/api/medicines/compare?name=Paracetamol","protocol":"http","host":["localhost"],"port":"5000","path":["api","medicines","compare"],"query":[{"key":"name","value":"Paracetamol"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Resource-Policy","value":"cross-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"196"},{"key":"Date","value":"Fri, 01 May 2026 07:49:03 GMT"},{"key":"X-RateLimit-Reset","value":"1777622244"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"400837"},{"key":"ETag","value":"W/\"61dc5-J4rei4x40a6h2P1w8WISGy+ns0s\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"count\": 296,\n    \"data\": {\n        \"listings\": [\n            {\n                \"id\": \"f974a0ce-24de-4064-a9f6-64dbcb0a6f53\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acemiz -MR Tablet\",\n                \"brand_name\": \"Lupin Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 99.5,\n                \"discount_percentage\": 18,\n                \"selling_price\": 81.59,\n                \"available_quantity\": 481,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Lupin Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 481,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 81.59,\n                \"discountPercentage\": 18,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"49ab1ea0-5239-43cd-aa20-9966786972c4\",\n                \"pharmacy_id\": \"e812ecc5-99c0-4b0f-a5f6-2ecffbdc0b74\",\n                \"name\": \"Paracetamol 500mg\",\n                \"brand_name\": \"Calpol\",\n                \"generic_name\": null,\n                \"price\": 40.5,\n                \"discount_percentage\": 0,\n                \"selling_price\": 35,\n                \"available_quantity\": 50,\n                \"expiry_date\": \"2026-12-31\",\n                \"dosage_form\": \"Tablet\",\n                \"strength\": null,\n                \"image_url\": null,\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-05-01T07:26:53.437339+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": \"ABC Pharma Distributors\",\n                \"dealer_number\": \"9876543210\",\n                \"pharmacies\": {\n                    \"id\": \"e812ecc5-99c0-4b0f-a5f6-2ecffbdc0b74\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"88861a60-bac5-4791-874a-b5eeb76bec86\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Mera Super Medical Store\",\n                    \"created_at\": \"2026-05-01T07:26:53.219894+00:00\",\n                    \"shop_address\": \"Naya Pata, Mumbai\",\n                    \"contact_number\": \"8899001122\",\n                    \"license_number\": null,\n                    \"verification_status\": \"pending\"\n                },\n                \"brandName\": \"Calpol\",\n                \"genericName\": null,\n                \"availableQuantity\": 50,\n                \"expiryDate\": \"2026-12-31\",\n                \"sellingPrice\": 35,\n                \"discountPercentage\": 0,\n                \"imageUrl\": null,\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"8f1f262c-5304-4114-9ead-60fc36a75bdd\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acekay Sera Tablet\",\n                \"brand_name\": \"Khandelwal Laboratories Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 17.5,\n                \"discount_percentage\": 19,\n                \"selling_price\": 14.18,\n                \"available_quantity\": 142,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Khandelwal Laboratories Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 142,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 14.18,\n                \"discountPercentage\": 19,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"b442b52f-13a4-4e64-bc0e-7ca0ae56d757\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Alkem Cold 5 mg/500 mg/5 mg Tablet\",\n                \"brand_name\": \"Alkem Laboratories Ltd\",\n                \"generic_name\": \"Cetirizine (5mg) Paracetamol (500mg)\",\n                \"price\": 28,\n                \"discount_percentage\": 23,\n                \"selling_price\": 21.56,\n                \"available_quantity\": 318,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Alkem Laboratories Ltd\",\n                \"genericName\": \"Cetirizine (5mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 318,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 21.56,\n                \"discountPercentage\": 23,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"d2947d8d-85a5-4133-8b95-9eed76f2e5f3\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acedol P 100 mg/500 mg Tablet\",\n                \"brand_name\": \"Astrum Healthcare Pvt  Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 48,\n                \"discount_percentage\": 9,\n                \"selling_price\": 43.68,\n                \"available_quantity\": 295,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Astrum Healthcare Pvt  Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 295,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 43.68,\n                \"discountPercentage\": 9,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"cb916616-4bb5-4ccc-ba72-5e338177e215\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acemiz Plus Tablet\",\n                \"brand_name\": \"Lupin Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 99.5,\n                \"discount_percentage\": 5,\n                \"selling_price\": 94.53,\n                \"available_quantity\": 260,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Lupin Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 260,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 94.53,\n                \"discountPercentage\": 5,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"8e82e647-1488-4ca6-ab61-f33d04d49837\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Alerfri SF 650 mg/60 mg/2.5 mg Tablet\",\n                \"brand_name\": \"Navil Laboratories Pvt Ltd\",\n                \"generic_name\": \"Paracetamol (650mg) Pseudoephedrine (60mg)\",\n                \"price\": 59.25,\n                \"discount_percentage\": 0,\n                \"selling_price\": 59.25,\n                \"available_quantity\": 432,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Navil Laboratories Pvt Ltd\",\n                \"genericName\": \"Paracetamol (650mg) Pseudoephedrine (60mg)\",\n                \"availableQuantity\": 432,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 59.25,\n                \"discountPercentage\": 0,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"c35bdff1-e1f8-4038-b5c1-fc46beafdad3\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Alex P Syrup\",\n                \"brand_name\": \"Glenmark Pharmaceuticals Ltd\",\n                \"generic_name\": \"Chlorpheniramine Maleate (0.5mg/5ml) Paracetamol (125mg/5ml)\",\n                \"price\": 98,\n                \"discount_percentage\": 3,\n                \"selling_price\": 95.06,\n                \"available_quantity\": 276,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"bottle of 60 ml Syrup\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Glenmark Pharmaceuticals Ltd\",\n                \"genericName\": \"Chlorpheniramine Maleate (0.5mg/5ml) Paracetamol (125mg/5ml)\",\n                \"availableQuantity\": 276,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 95.06,\n                \"discountPercentage\": 3,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"9bbb2c72-ff42-49f0-9fbc-598f6a15cb3d\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Arflur-P Tablet\",\n                \"brand_name\": \"FDC Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 41.5,\n                \"discount_percentage\": 16,\n                \"selling_price\": 34.86,\n                \"available_quantity\": 456,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"FDC Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 456,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 34.86,\n                \"discountPercentage\": 16,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"8bf4eed9-2591-47f2-aee7-f142e82f4901\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acenext P 100mg/325mg Tablet\",\n                \"brand_name\": \"Cadila Pharmaceuticals Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 58,\n                \"discount_percentage\": 18,\n                \"selling_price\": 47.56,\n                \"available_quantity\": 461,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Cadila Pharmaceuticals Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 461,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 47.56,\n                \"discountPercentage\": 18,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"fb679f0f-6fd5-4243-982a-541e56d8572b\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Aceloflam MR Tablet\",\n                \"brand_name\": \"Alkem Laboratories Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 64,\n                \"discount_percentage\": 17,\n                \"selling_price\": 53.12,\n                \"available_quantity\": 365,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Alkem Laboratories Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 365,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 53.12,\n                \"discountPercentage\": 17,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"311a4140-772f-4b6f-997a-129a39405cda\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Aceclomax-SP Tablet\",\n                \"brand_name\": \"Growmax Medicare Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 75,\n                \"discount_percentage\": 19,\n                \"selling_price\": 60.75,\n                \"available_quantity\": 393,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Growmax Medicare Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 393,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 60.75,\n                \"discountPercentage\": 19,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"783fdf70-fa38-4e63-8795-bc7d0237a52b\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Anaflam 400mg/325mg Tablet\",\n                \"brand_name\": \"Albert David Ltd\",\n                \"generic_name\": \"Ibuprofen (400mg) Paracetamol (325mg)\",\n                \"price\": 8,\n                \"discount_percentage\": 24,\n                \"selling_price\": 6.08,\n                \"available_quantity\": 195,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Albert David Ltd\",\n                \"genericName\": \"Ibuprofen (400mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 195,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 6.08,\n                \"discountPercentage\": 24,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"bc17ee87-326e-48b7-b6a8-583b9bc4722b\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acecare SP Tablet\",\n                \"brand_name\": \"Hicare Pharma\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 63,\n                \"discount_percentage\": 19,\n                \"selling_price\": 51.03,\n                \"available_quantity\": 88,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Hicare Pharma\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 88,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 51.03,\n                \"discountPercentage\": 19,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"735a1fff-110d-426c-ad54-059b47e87ff9\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"ACTION OR 1000mg Tablet\",\n                \"brand_name\": \"Apex Laboratories Pvt Ltd\",\n                \"generic_name\": \"Paracetamol (1000mg)\",\n                \"price\": 42.3,\n                \"discount_percentage\": 3,\n                \"selling_price\": 41.03,\n                \"available_quantity\": 177,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Apex Laboratories Pvt Ltd\",\n                \"genericName\": \"Paracetamol (1000mg)\",\n                \"availableQuantity\": 177,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 41.03,\n                \"discountPercentage\": 3,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"9c59a1b5-e480-40dc-b86e-fa522729f372\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acp  Tablet MR\",\n                \"brand_name\": \"Baksun Healthcare Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 41.61,\n                \"discount_percentage\": 8,\n                \"selling_price\": 38.28,\n                \"available_quantity\": 119,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablet mr\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Baksun Healthcare Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 119,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 38.28,\n                \"discountPercentage\": 8,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"c225e202-2559-4a92-97e8-88bdf0fb8fe3\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Agmamol 500mg Tablet\",\n                \"brand_name\": \"Amore Health Essentials Pvt Ltd\",\n                \"generic_name\": \"Paracetamol (500mg)\",\n                \"price\": 14,\n                \"discount_percentage\": 15,\n                \"selling_price\": 11.9,\n                \"available_quantity\": 33,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 15 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Amore Health Essentials Pvt Ltd\",\n                \"genericName\": \"Paracetamol (500mg)\",\n                \"availableQuantity\": 33,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 11.9,\n                \"discountPercentage\": 15,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"fe6a3cc0-45f1-49b8-8eeb-9e191def112d\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Alergin Cold Total Tablet\",\n                \"brand_name\": \"Cipla Ltd\",\n                \"generic_name\": \"Paracetamol (NA) Caffeine (NA)\",\n                \"price\": 51.5,\n                \"discount_percentage\": 22,\n                \"selling_price\": 40.17,\n                \"available_quantity\": 264,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Cipla Ltd\",\n                \"genericName\": \"Paracetamol (NA) Caffeine (NA)\",\n                \"availableQuantity\": 264,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 40.17,\n                \"discountPercentage\": 22,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"4bb5ed37-1e67-4a5d-be44-023c7c5bd2f2\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Admol Junior 125mg Tablet\",\n                \"brand_name\": \"Ethicare Pharma\",\n                \"generic_name\": \"Paracetamol (125mg)\",\n                \"price\": 19.25,\n                \"discount_percentage\": 4,\n                \"selling_price\": 18.48,\n                \"available_quantity\": 445,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Ethicare Pharma\",\n                \"genericName\": \"Paracetamol (125mg)\",\n                \"availableQuantity\": 445,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 18.48,\n                \"discountPercentage\": 4,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"27c07ed5-a95e-4d14-b751-85f912c0cc0c\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Admol 1g Tablet SR\",\n                \"brand_name\": \"Kepler Health Care\",\n                \"generic_name\": \"Paracetamol (300mg) Paracetamol (700mg)\",\n                \"price\": 50,\n                \"discount_percentage\": 16,\n                \"selling_price\": 42,\n                \"available_quantity\": 362,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablet sr\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Kepler Health Care\",\n                \"genericName\": \"Paracetamol (300mg) Paracetamol (700mg)\",\n                \"availableQuantity\": 362,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 42,\n                \"discountPercentage\": 16,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"ffa88317-f689-4e56-a86a-43dbcd5580d3\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Algina 650 Tablet\",\n                \"brand_name\": \"Geno Pharmaceuticals Ltd\",\n                \"generic_name\": \"Paracetamol (650mg)\",\n                \"price\": 11.25,\n                \"discount_percentage\": 1,\n                \"selling_price\": 11.14,\n                \"available_quantity\": 432,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Geno Pharmaceuticals Ltd\",\n                \"genericName\": \"Paracetamol (650mg)\",\n                \"availableQuantity\": 432,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 11.14,\n                \"discountPercentage\": 1,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"988bd920-dced-46e3-bde3-ae42e304ee0a\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acetal P  100 mg/500 mg Tablet\",\n                \"brand_name\": \"Total Healthcare\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 26.25,\n                \"discount_percentage\": 18,\n                \"selling_price\": 21.52,\n                \"available_quantity\": 425,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Total Healthcare\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 425,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 21.52,\n                \"discountPercentage\": 18,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"3d818804-ea57-4b34-b50c-1e483354fe4b\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Altram Tablet\",\n                \"brand_name\": \"Axon Drugs Pvt Ltd\",\n                \"generic_name\": \"Paracetamol/Acetaminophen  (NA) Tramadol (NA)\",\n                \"price\": 49.97,\n                \"discount_percentage\": 18,\n                \"selling_price\": 40.98,\n                \"available_quantity\": 41,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Axon Drugs Pvt Ltd\",\n                \"genericName\": \"Paracetamol/Acetaminophen  (NA) Tramadol (NA)\",\n                \"availableQuantity\": 41,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 40.98,\n                \"discountPercentage\": 18,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"79681a33-779a-4fd0-8f25-b8a1c90e7807\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Aclonac P 100mg/500mg Tablet\",\n                \"brand_name\": \"PCI Pharmaceuticals\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 35.93,\n                \"discount_percentage\": 14,\n                \"selling_price\": 30.9,\n                \"available_quantity\": 355,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"PCI Pharmaceuticals\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 355,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 30.9,\n                \"discountPercentage\": 14,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"50df2832-c5f3-4fe8-bfe2-ebaa8acd7d27\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Allerfree Tablet\",\n                \"brand_name\": \"Unimarck Healthcare Ltd\",\n                \"generic_name\": \"Chlorpheniramine Maleate (2mg) Paracetamol (500mg)\",\n                \"price\": 46.2,\n                \"discount_percentage\": 0,\n                \"selling_price\": 46.2,\n                \"available_quantity\": 345,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Unimarck Healthcare Ltd\",\n                \"genericName\": \"Chlorpheniramine Maleate (2mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 345,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 46.2,\n                \"discountPercentage\": 0,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"50963178-2399-4c51-a7cd-6f3b1958104c\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Alcinac Forte 100mg/325mg/15mg Tablet\",\n                \"brand_name\": \"Leeford Healthcare Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 85,\n                \"discount_percentage\": 8,\n                \"selling_price\": 78.2,\n                \"available_quantity\": 207,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Leeford Healthcare Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 207,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 78.2,\n                \"discountPercentage\": 8,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"a9c5c849-e4b2-4e77-bdb9-8899ff3f7e2a\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Arden 650mg Tablet\",\n                \"brand_name\": \"Adonis Laboratories Pvt Ltd\",\n                \"generic_name\": \"Paracetamol (650mg)\",\n                \"price\": 28.06,\n                \"discount_percentage\": 11,\n                \"selling_price\": 24.97,\n                \"available_quantity\": 275,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Adonis Laboratories Pvt Ltd\",\n                \"genericName\": \"Paracetamol (650mg)\",\n                \"availableQuantity\": 275,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 24.97,\n                \"discountPercentage\": 11,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"3c3a1235-e950-4776-a63a-219535a5e1d6\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Aceclodus P 100 mg/500 mg Tablet\",\n                \"brand_name\": \"Zydus Cadila\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 57.8,\n                \"discount_percentage\": 4,\n                \"selling_price\": 55.49,\n                \"available_quantity\": 373,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Zydus Cadila\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 373,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 55.49,\n                \"discountPercentage\": 4,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"c80c48fb-f646-4ae9-9746-873920e9bcc0\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Anaflam Xps  Tablet\",\n                \"brand_name\": \"Albert David Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 96.23,\n                \"discount_percentage\": 22,\n                \"selling_price\": 75.06,\n                \"available_quantity\": 502,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Albert David Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 502,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 75.06,\n                \"discountPercentage\": 22,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"40b6cdf8-6a64-4655-9b65-46494fb1f1ba\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acewok Plus Tablet\",\n                \"brand_name\": \"Intra Life\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 74.52,\n                \"discount_percentage\": 17,\n                \"selling_price\": 61.85,\n                \"available_quantity\": 137,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Intra Life\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 137,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 61.85,\n                \"discountPercentage\": 17,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"f42145d1-ab64-4e39-8c91-cb99dbd5546e\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acent Plus Tablet\",\n                \"brand_name\": \"Intra Labs India Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 74.52,\n                \"discount_percentage\": 21,\n                \"selling_price\": 58.87,\n                \"available_quantity\": 439,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Intra Labs India Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 439,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 58.87,\n                \"discountPercentage\": 21,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"811a913b-f67c-4499-94d9-608d4f99a142\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acimol 500mg Tablet\",\n                \"brand_name\": \"Allied Chemicals & Pharmaceuticals Pvt Ltd\",\n                \"generic_name\": \"Paracetamol (500mg)\",\n                \"price\": 6,\n                \"discount_percentage\": 9,\n                \"selling_price\": 5.46,\n                \"available_quantity\": 48,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Allied Chemicals & Pharmaceuticals Pvt Ltd\",\n                \"genericName\": \"Paracetamol (500mg)\",\n                \"availableQuantity\": 48,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 5.46,\n                \"discountPercentage\": 9,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"52d902e6-ce85-49eb-9b49-ed1dff833ba7\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Ace Plus Tablet\",\n                \"brand_name\": \"Maxis Healthcare\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 99,\n                \"discount_percentage\": 16,\n                \"selling_price\": 83.16,\n                \"available_quantity\": 242,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Maxis Healthcare\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 242,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 83.16,\n                \"discountPercentage\": 16,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"6203f4f9-31c8-4121-8312-426d732c86f8\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Actidol-DP Tablet\",\n                \"brand_name\": \"Obsurge Biotech Ltd\",\n                \"generic_name\": \"Domperidone (10mg) Paracetamol (325mg)\",\n                \"price\": 112.2,\n                \"discount_percentage\": 20,\n                \"selling_price\": 89.76,\n                \"available_quantity\": 306,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Obsurge Biotech Ltd\",\n                \"genericName\": \"Domperidone (10mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 306,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 89.76,\n                \"discountPercentage\": 20,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"ae10d36d-8068-4722-9a96-14e9d9d121cf\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Aceron TC Tablet\",\n                \"brand_name\": \"Oaknet Healthcare Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 137.68,\n                \"discount_percentage\": 0,\n                \"selling_price\": 137.68,\n                \"available_quantity\": 64,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Oaknet Healthcare Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 64,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 137.68,\n                \"discountPercentage\": 0,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"777b86a4-8bda-44c7-9be8-517979951bf8\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Adiflam Plus Suspension\",\n                \"brand_name\": \"Leben Life Sciences Pvt Ltd\",\n                \"generic_name\": \"Ibuprofen (100mg) Paracetamol (162.5mg)\",\n                \"price\": 30.25,\n                \"discount_percentage\": 8,\n                \"selling_price\": 27.83,\n                \"available_quantity\": 191,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"bottle of 60 ml Suspension\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Leben Life Sciences Pvt Ltd\",\n                \"genericName\": \"Ibuprofen (100mg) Paracetamol (162.5mg)\",\n                \"availableQuantity\": 191,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 27.83,\n                \"discountPercentage\": 8,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"4974ee4b-ede6-4d43-b415-eaaa3650d77b\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Alkem Cold Suspension\",\n                \"brand_name\": \"Alkem Laboratories Ltd\",\n                \"generic_name\": \"Cetirizine (2.5mg/5ml) Paracetamol (125mg/5ml)\",\n                \"price\": 53,\n                \"discount_percentage\": 8,\n                \"selling_price\": 48.76,\n                \"available_quantity\": 243,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"bottle of 60 ml Suspension\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Alkem Laboratories Ltd\",\n                \"genericName\": \"Cetirizine (2.5mg/5ml) Paracetamol (125mg/5ml)\",\n                \"availableQuantity\": 243,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 48.76,\n                \"discountPercentage\": 8,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"12f53e77-d754-49dc-b208-e666c3761681\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Aclon-SP Tablet\",\n                \"brand_name\": \"Iscon Life Sciences\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 62.5,\n                \"discount_percentage\": 9,\n                \"selling_price\": 56.88,\n                \"available_quantity\": 16,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Iscon Life Sciences\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 16,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 56.88,\n                \"discountPercentage\": 9,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"0fbe1874-e133-4c92-86e0-88bc277db1bf\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Alcecost SP 100mg/325mg/10mg Tablet\",\n                \"brand_name\": \"Austro Labs\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 158,\n                \"discount_percentage\": 8,\n                \"selling_price\": 145.36,\n                \"available_quantity\": 337,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Austro Labs\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 337,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 145.36,\n                \"discountPercentage\": 8,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"b3b942b7-1b41-4aa7-9a45-5de53ea1dbc6\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Anafortan Syrup\",\n                \"brand_name\": \"Abbott\",\n                \"generic_name\": \"Camylofin (12.5mg/5ml) Paracetamol (125mg/5ml)\",\n                \"price\": 101.73,\n                \"discount_percentage\": 9,\n                \"selling_price\": 92.57,\n                \"available_quantity\": 366,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"bottle of 60 ml Syrup\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Abbott\",\n                \"genericName\": \"Camylofin (12.5mg/5ml) Paracetamol (125mg/5ml)\",\n                \"availableQuantity\": 366,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 92.57,\n                \"discountPercentage\": 9,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"10ae1eb2-a53a-487d-86bf-bb8cc96d037a\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acemol-SP Tablet\",\n                \"brand_name\": \"West-Coast Pharmaceutical Works Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 70,\n                \"discount_percentage\": 17,\n                \"selling_price\": 58.1,\n                \"available_quantity\": 56,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"West-Coast Pharmaceutical Works Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 56,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 58.1,\n                \"discountPercentage\": 17,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"8ef73d2b-d1ab-459b-92ad-d915885e69a0\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acepar 100mg/325mg Tablet\",\n                \"brand_name\": \"Allenge India\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 28,\n                \"discount_percentage\": 7,\n                \"selling_price\": 26.04,\n                \"available_quantity\": 494,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Allenge India\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 494,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 26.04,\n                \"discountPercentage\": 7,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"ecf2483c-1efb-4e6d-873a-895ade23bf10\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acemiz-S Tablet\",\n                \"brand_name\": \"Lupin Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 115.44,\n                \"discount_percentage\": 7,\n                \"selling_price\": 107.36,\n                \"available_quantity\": 200,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Lupin Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 200,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 107.36,\n                \"discountPercentage\": 7,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"f5844e30-f14b-4493-9b9f-0272a714daf6\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acenova P Tablet\",\n                \"brand_name\": \"Synchem Lab\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 42.3,\n                \"discount_percentage\": 0,\n                \"selling_price\": 42.3,\n                \"available_quantity\": 170,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Synchem Lab\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 170,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 42.3,\n                \"discountPercentage\": 0,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"ac7e560a-7e15-4d7b-92bc-c294e86c7907\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acecare SP Tablet\",\n                \"brand_name\": \"Hicare Pharma\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 63,\n                \"discount_percentage\": 4,\n                \"selling_price\": 60.48,\n                \"available_quantity\": 317,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Hicare Pharma\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 317,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 60.48,\n                \"discountPercentage\": 4,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"5383df1f-9f05-4411-8498-919a6e229de2\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acefen SP Tablet\",\n                \"brand_name\": \"Salud Care India Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 61.02,\n                \"discount_percentage\": 12,\n                \"selling_price\": 53.7,\n                \"available_quantity\": 52,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Salud Care India Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 52,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 53.7,\n                \"discountPercentage\": 12,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"02e4556a-b5c4-4767-acf2-264ff0611b0d\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acolate DS Suspension\",\n                \"brand_name\": \"Gujarat Terce Laboratories Ltd\",\n                \"generic_name\": \"Chlorpheniramine Maleate (2mg) Paracetamol (250mg)\",\n                \"price\": 63.5,\n                \"discount_percentage\": 3,\n                \"selling_price\": 61.59,\n                \"available_quantity\": 418,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"bottle of 60 ml Suspension\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Gujarat Terce Laboratories Ltd\",\n                \"genericName\": \"Chlorpheniramine Maleate (2mg) Paracetamol (250mg)\",\n                \"availableQuantity\": 418,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 61.59,\n                \"discountPercentage\": 3,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"cc684976-861e-4cb2-9ec4-465afd3ec1a4\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acimol MR 100mg/325mg/250mg Tablet\",\n                \"brand_name\": \"Leeford Healthcare Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 65,\n                \"discount_percentage\": 15,\n                \"selling_price\": 55.25,\n                \"available_quantity\": 358,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Leeford Healthcare Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 358,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 55.25,\n                \"discountPercentage\": 15,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"52b5c57d-2394-434a-9fee-e461acef7b8e\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Aeknil Injection\",\n                \"brand_name\": \"Therapeutic Pharmaceuticals\",\n                \"generic_name\": \"Paracetamol (150mg)\",\n                \"price\": 22.4,\n                \"discount_percentage\": 17,\n                \"selling_price\": 18.59,\n                \"available_quantity\": 265,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"vial of 15 ml Injection\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Therapeutic Pharmaceuticals\",\n                \"genericName\": \"Paracetamol (150mg)\",\n                \"availableQuantity\": 265,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 18.59,\n                \"discountPercentage\": 17,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"b7112a19-95b5-44d0-8865-575793f164ff\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Aceclomax-SP Tablet\",\n                \"brand_name\": \"Growmax Medicare Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 75,\n                \"discount_percentage\": 4,\n                \"selling_price\": 72,\n                \"available_quantity\": 476,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1631549916768-4119b295f789?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Growmax Medicare Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 476,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 72,\n                \"discountPercentage\": 4,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1631549916768-4119b295f789?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"691a5605-1a7b-4af8-8604-c42e2c4cd57d\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Alkem Cold Suspension\",\n                \"brand_name\": \"Alkem Laboratories Ltd\",\n                \"generic_name\": \"Cetirizine (2.5mg/5ml) Paracetamol (125mg/5ml)\",\n                \"price\": 53,\n                \"discount_percentage\": 12,\n                \"selling_price\": 46.64,\n                \"available_quantity\": 324,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"bottle of 60 ml Suspension\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Alkem Laboratories Ltd\",\n                \"genericName\": \"Cetirizine (2.5mg/5ml) Paracetamol (125mg/5ml)\",\n                \"availableQuantity\": 324,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 46.64,\n                \"discountPercentage\": 12,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"b43fe688-c9c3-439a-96f4-ce070ddc1231\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Akilos-P Tablet\",\n                \"brand_name\": \"Unison Pharmaceuticals Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 22.7,\n                \"discount_percentage\": 11,\n                \"selling_price\": 20.2,\n                \"available_quantity\": 217,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Unison Pharmaceuticals Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 217,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 20.2,\n                \"discountPercentage\": 11,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"d225718f-bcf1-46fd-9506-2cd4c1522e98\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Aclopar 100mg/500mg Tablet\",\n                \"brand_name\": \"Injecto Capta Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 36,\n                \"discount_percentage\": 0,\n                \"selling_price\": 36,\n                \"available_quantity\": 319,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Injecto Capta Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 319,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 36,\n                \"discountPercentage\": 0,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"d4a57042-fd76-4482-8fd4-81de41e1724c\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acentio P Tablet\",\n                \"brand_name\": \"Blisson Mediplus Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 54,\n                \"discount_percentage\": 4,\n                \"selling_price\": 51.84,\n                \"available_quantity\": 278,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Blisson Mediplus Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 278,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 51.84,\n                \"discountPercentage\": 4,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"2361dd70-b9f0-43dc-b3be-16b3d7a2ebd0\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Alerfri Tablet\",\n                \"brand_name\": \"Navil Laboratories Pvt Ltd\",\n                \"generic_name\": \"Chlorpheniramine Maleate (2mg) Paracetamol (325mg)\",\n                \"price\": 46.5,\n                \"discount_percentage\": 23,\n                \"selling_price\": 35.8,\n                \"available_quantity\": 399,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Navil Laboratories Pvt Ltd\",\n                \"genericName\": \"Chlorpheniramine Maleate (2mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 399,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 35.8,\n                \"discountPercentage\": 23,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"66f40ffb-d2d9-48ce-becc-f3cc4d412671\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Aceclopar 100mg/325mg Tablet\",\n                \"brand_name\": \"Themis Medicare Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 60,\n                \"discount_percentage\": 2,\n                \"selling_price\": 58.8,\n                \"available_quantity\": 71,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Themis Medicare Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 71,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 58.8,\n                \"discountPercentage\": 2,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"3e1264f3-3a99-4895-864c-569a3bb4dc21\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Alex P Paed Drop\",\n                \"brand_name\": \"Glenmark Pharmaceuticals Ltd\",\n                \"generic_name\": \"Chlorpheniramine Maleate (2mg/ml) Paracetamol (125mg/ml)\",\n                \"price\": 73,\n                \"discount_percentage\": 12,\n                \"selling_price\": 64.24,\n                \"available_quantity\": 424,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"bottle of 15 ml Drop\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Glenmark Pharmaceuticals Ltd\",\n                \"genericName\": \"Chlorpheniramine Maleate (2mg/ml) Paracetamol (125mg/ml)\",\n                \"availableQuantity\": 424,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 64.24,\n                \"discountPercentage\": 12,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"66891c75-27fd-416d-835a-22270d5cc61c\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acolate DS Suspension\",\n                \"brand_name\": \"Gujarat Terce Laboratories Ltd\",\n                \"generic_name\": \"Chlorpheniramine Maleate (2mg) Paracetamol (250mg)\",\n                \"price\": 63.5,\n                \"discount_percentage\": 6,\n                \"selling_price\": 59.69,\n                \"available_quantity\": 195,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"bottle of 60 ml Suspension\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Gujarat Terce Laboratories Ltd\",\n                \"genericName\": \"Chlorpheniramine Maleate (2mg) Paracetamol (250mg)\",\n                \"availableQuantity\": 195,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 59.69,\n                \"discountPercentage\": 6,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"345b3a65-a670-42bb-922f-6de6810c15c3\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acceclowoc-SP Tablet\",\n                \"brand_name\": \"Tridoss Laboratories Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 121.1,\n                \"discount_percentage\": 22,\n                \"selling_price\": 94.46,\n                \"available_quantity\": 475,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Tridoss Laboratories Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 475,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 94.46,\n                \"discountPercentage\": 22,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"545e8e05-a6c2-44a4-b640-f88ca52977e5\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Aceclowal P 100mg/500mg Tablet\",\n                \"brand_name\": \"Wallace Pharmaceuticals Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 63,\n                \"discount_percentage\": 19,\n                \"selling_price\": 51.03,\n                \"available_quantity\": 15,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Wallace Pharmaceuticals Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 15,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 51.03,\n                \"discountPercentage\": 19,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"6bc61805-4a99-401e-83ec-972d317bc73c\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Arden 500mg Tablet\",\n                \"brand_name\": \"Adonis Laboratories Pvt Ltd\",\n                \"generic_name\": \"Paracetamol (500mg)\",\n                \"price\": 16.92,\n                \"discount_percentage\": 9,\n                \"selling_price\": 15.4,\n                \"available_quantity\": 362,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 15 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Adonis Laboratories Pvt Ltd\",\n                \"genericName\": \"Paracetamol (500mg)\",\n                \"availableQuantity\": 362,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 15.4,\n                \"discountPercentage\": 9,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"2f3acec6-d128-411f-8178-6c1df1f46df3\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acekay Sera Tablet\",\n                \"brand_name\": \"Khandelwal Laboratories Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 17.5,\n                \"discount_percentage\": 23,\n                \"selling_price\": 13.47,\n                \"available_quantity\": 75,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Khandelwal Laboratories Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 75,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 13.47,\n                \"discountPercentage\": 23,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"e30a1177-aebf-4a9a-852c-8aabcf7efef4\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acecloren Tablet\",\n                \"brand_name\": \"Indoco Remedies Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 115,\n                \"discount_percentage\": 24,\n                \"selling_price\": 87.4,\n                \"available_quantity\": 374,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Indoco Remedies Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 374,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 87.4,\n                \"discountPercentage\": 24,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"6178f154-385a-4c65-8075-6611b486f1dd\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acecare-Plus Tablet\",\n                \"brand_name\": \"Eurocare\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 70,\n                \"discount_percentage\": 12,\n                \"selling_price\": 61.6,\n                \"available_quantity\": 199,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Eurocare\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 199,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 61.6,\n                \"discountPercentage\": 12,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"00b208cd-ce51-46b0-9bb4-3a8d18017d6d\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Alcinac P 100mg/325mg Tablet\",\n                \"brand_name\": \"Leeford Healthcare Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 60,\n                \"discount_percentage\": 12,\n                \"selling_price\": 52.8,\n                \"available_quantity\": 295,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 15 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Leeford Healthcare Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 295,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 52.8,\n                \"discountPercentage\": 12,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"dce7699a-41b9-4961-b629-aba4226d569d\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Algin 100 mg/500 mg Tablet\",\n                \"brand_name\": \"Gujarat Terce Laboratories Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 22.77,\n                \"discount_percentage\": 20,\n                \"selling_price\": 18.22,\n                \"available_quantity\": 122,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Gujarat Terce Laboratories Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 122,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 18.22,\n                \"discountPercentage\": 20,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"d387147a-c074-4a26-9374-901cbd690bc4\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Alex P Syrup\",\n                \"brand_name\": \"Glenmark Pharmaceuticals Ltd\",\n                \"generic_name\": \"Chlorpheniramine Maleate (0.5mg/5ml) Paracetamol (125mg/5ml)\",\n                \"price\": 98,\n                \"discount_percentage\": 24,\n                \"selling_price\": 74.48,\n                \"available_quantity\": 424,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"bottle of 60 ml Syrup\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Glenmark Pharmaceuticals Ltd\",\n                \"genericName\": \"Chlorpheniramine Maleate (0.5mg/5ml) Paracetamol (125mg/5ml)\",\n                \"availableQuantity\": 424,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 74.48,\n                \"discountPercentage\": 24,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"9f7e887b-9fe3-4a3f-9af3-37069932ac18\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acefile P 100mg/325mg Tablet\",\n                \"brand_name\": \"Ajanta Pharma Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 66.25,\n                \"discount_percentage\": 21,\n                \"selling_price\": 52.34,\n                \"available_quantity\": 297,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Ajanta Pharma Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 297,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 52.34,\n                \"discountPercentage\": 21,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"98598bb8-5112-4f6c-ba2f-a18de7d5ab60\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acolate Kid Syrup Mango\",\n                \"brand_name\": \"Gujarat Terce Laboratories Ltd\",\n                \"generic_name\": \"Chlorpheniramine Maleate (1mg/5ml) Paracetamol (125mg/5ml)\",\n                \"price\": 48.5,\n                \"discount_percentage\": 4,\n                \"selling_price\": 46.56,\n                \"available_quantity\": 148,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"bottle of 60 ml Syrup\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Gujarat Terce Laboratories Ltd\",\n                \"genericName\": \"Chlorpheniramine Maleate (1mg/5ml) Paracetamol (125mg/5ml)\",\n                \"availableQuantity\": 148,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 46.56,\n                \"discountPercentage\": 4,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"63b2f90b-1d8e-4f12-afdf-c2c5139e8370\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acnac-SP Tablet\",\n                \"brand_name\": \"Atishya Biotech\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 75,\n                \"discount_percentage\": 10,\n                \"selling_price\": 67.5,\n                \"available_quantity\": 256,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Atishya Biotech\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 256,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 67.5,\n                \"discountPercentage\": 10,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"25b042e0-c8a5-4c74-9f2e-d6d552ce47a7\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Adiflam Plus 400 mg/500 mg Tablet\",\n                \"brand_name\": \"Leben Life Sciences Pvt Ltd\",\n                \"generic_name\": \"Ibuprofen (400mg) Paracetamol (500mg)\",\n                \"price\": 19.5,\n                \"discount_percentage\": 10,\n                \"selling_price\": 17.55,\n                \"available_quantity\": 87,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Leben Life Sciences Pvt Ltd\",\n                \"genericName\": \"Ibuprofen (400mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 87,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 17.55,\n                \"discountPercentage\": 10,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"d35c0982-c3d0-4a10-8f07-da380f955f46\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Anafortan Syrup\",\n                \"brand_name\": \"Abbott\",\n                \"generic_name\": \"Camylofin (12.5mg/5ml) Paracetamol (125mg/5ml)\",\n                \"price\": 101.73,\n                \"discount_percentage\": 7,\n                \"selling_price\": 94.61,\n                \"available_quantity\": 320,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"bottle of 60 ml Syrup\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Abbott\",\n                \"genericName\": \"Camylofin (12.5mg/5ml) Paracetamol (125mg/5ml)\",\n                \"availableQuantity\": 320,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 94.61,\n                \"discountPercentage\": 7,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"f1b2b93c-1bf9-43be-aaf7-0bb38e2d8ab0\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Aldigesic 100mg/500mg/250mg Tablet MR\",\n                \"brand_name\": \"Alkem Laboratories Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 100,\n                \"discount_percentage\": 3,\n                \"selling_price\": 97,\n                \"available_quantity\": 479,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablet mr\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Alkem Laboratories Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 479,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 97,\n                \"discountPercentage\": 3,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"4840b1f4-dc49-4485-9824-5a8bc161847b\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Anafast 100mg/325mg Tablet\",\n                \"brand_name\": \"Overseas Healthcare Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 42,\n                \"discount_percentage\": 21,\n                \"selling_price\": 33.18,\n                \"available_quantity\": 141,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Overseas Healthcare Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 141,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 33.18,\n                \"discountPercentage\": 21,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"c3f178d8-7d19-466a-8af1-cde1d3056c06\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Anaflam Xps  Tablet\",\n                \"brand_name\": \"Albert David Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 96.23,\n                \"discount_percentage\": 17,\n                \"selling_price\": 79.87,\n                \"available_quantity\": 25,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Albert David Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 25,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 79.87,\n                \"discountPercentage\": 17,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"04bb3a5d-6f92-4a4e-91c1-921e810b1e98\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acenext SP 100 mg/500 mg/15 mg Tablet\",\n                \"brand_name\": \"Cadila Pharmaceuticals Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 84.5,\n                \"discount_percentage\": 20,\n                \"selling_price\": 67.6,\n                \"available_quantity\": 494,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Cadila Pharmaceuticals Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 494,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 67.6,\n                \"discountPercentage\": 20,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"bc9d8618-1174-4b17-b80e-f55b2b2ac834\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Anti Cold Syrup\",\n                \"brand_name\": \"Safe Life Care\",\n                \"generic_name\": \"Chlorpheniramine Maleate (2mg/5ml) Paracetamol (125mg/5ml)\",\n                \"price\": 85,\n                \"discount_percentage\": 17,\n                \"selling_price\": 70.55,\n                \"available_quantity\": 13,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"bottle of 60 ml Syrup\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Safe Life Care\",\n                \"genericName\": \"Chlorpheniramine Maleate (2mg/5ml) Paracetamol (125mg/5ml)\",\n                \"availableQuantity\": 13,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 70.55,\n                \"discountPercentage\": 17,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"26bae180-3764-4028-8a82-380da25badef\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acolate Kid Syrup Mango\",\n                \"brand_name\": \"Gujarat Terce Laboratories Ltd\",\n                \"generic_name\": \"Chlorpheniramine Maleate (1mg/5ml) Paracetamol (125mg/5ml)\",\n                \"price\": 48.5,\n                \"discount_percentage\": 18,\n                \"selling_price\": 39.77,\n                \"available_quantity\": 494,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"bottle of 60 ml Syrup\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Gujarat Terce Laboratories Ltd\",\n                \"genericName\": \"Chlorpheniramine Maleate (1mg/5ml) Paracetamol (125mg/5ml)\",\n                \"availableQuantity\": 494,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 39.77,\n                \"discountPercentage\": 18,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"44e9c32d-bd04-4ae6-902e-7a97db2cd798\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acerest Plus Tablet\",\n                \"brand_name\": \"Sunrest Life Science\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 45,\n                \"discount_percentage\": 4,\n                \"selling_price\": 43.2,\n                \"available_quantity\": 239,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Sunrest Life Science\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 239,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 43.2,\n                \"discountPercentage\": 4,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"87a11cf6-62bd-4773-b6b1-c0e06aec876e\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Abdospas 20mg/500mg Tablet\",\n                \"brand_name\": \"Signit Laboratories Pvt Ltd\",\n                \"generic_name\": \"Dicyclomine (20mg) Paracetamol (500mg)\",\n                \"price\": 11.5,\n                \"discount_percentage\": 1,\n                \"selling_price\": 11.38,\n                \"available_quantity\": 452,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Signit Laboratories Pvt Ltd\",\n                \"genericName\": \"Dicyclomine (20mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 452,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 11.38,\n                \"discountPercentage\": 1,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"3ddaa8cb-73c0-4a4e-baf9-96a44579ad29\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acceclowoc-P Tablet\",\n                \"brand_name\": \"Wockhardt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 60.09,\n                \"discount_percentage\": 4,\n                \"selling_price\": 57.69,\n                \"available_quantity\": 468,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Wockhardt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 468,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 57.69,\n                \"discountPercentage\": 4,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"4155755e-d6cb-4e5d-ab02-bdc0b534e6a5\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Alex P Paed Drop\",\n                \"brand_name\": \"Glenmark Pharmaceuticals Ltd\",\n                \"generic_name\": \"Chlorpheniramine Maleate (2mg/ml) Paracetamol (125mg/ml)\",\n                \"price\": 73,\n                \"discount_percentage\": 20,\n                \"selling_price\": 58.4,\n                \"available_quantity\": 277,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"bottle of 15 ml Drop\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Glenmark Pharmaceuticals Ltd\",\n                \"genericName\": \"Chlorpheniramine Maleate (2mg/ml) Paracetamol (125mg/ml)\",\n                \"availableQuantity\": 277,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 58.4,\n                \"discountPercentage\": 20,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"505a7e26-c026-4045-aa21-ba35c640dc65\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Alcinac MR Tablet\",\n                \"brand_name\": \"Leeford Healthcare Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 75,\n                \"discount_percentage\": 24,\n                \"selling_price\": 57,\n                \"available_quantity\": 479,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Leeford Healthcare Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 479,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 57,\n                \"discountPercentage\": 24,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"c0d2c898-a1e4-425a-9ee1-4c809d623990\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acedol P 100 mg/500 mg Tablet\",\n                \"brand_name\": \"Astrum Healthcare Pvt  Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 48,\n                \"discount_percentage\": 7,\n                \"selling_price\": 44.64,\n                \"available_quantity\": 497,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Astrum Healthcare Pvt  Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 497,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 44.64,\n                \"discountPercentage\": 7,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"6a10c367-bea6-40ef-93da-bae353073243\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Admol 650mg Tablet\",\n                \"brand_name\": \"Ethicare Pharma\",\n                \"generic_name\": \"Paracetamol (650mg)\",\n                \"price\": 22.85,\n                \"discount_percentage\": 20,\n                \"selling_price\": 18.28,\n                \"available_quantity\": 359,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Ethicare Pharma\",\n                \"genericName\": \"Paracetamol (650mg)\",\n                \"availableQuantity\": 359,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 18.28,\n                \"discountPercentage\": 20,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"053e937b-5a2b-41b7-94aa-1d2af49252b0\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acolate Tablet\",\n                \"brand_name\": \"Gujarat Terce Laboratories Ltd\",\n                \"generic_name\": \"Caffeine (30mg) Paracetamol (325mg)\",\n                \"price\": 39,\n                \"discount_percentage\": 21,\n                \"selling_price\": 30.81,\n                \"available_quantity\": 453,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Gujarat Terce Laboratories Ltd\",\n                \"genericName\": \"Caffeine (30mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 453,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 30.81,\n                \"discountPercentage\": 21,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"c36f2b9d-df86-4f60-90d8-1608d8993643\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Anprox-MR Tablet\",\n                \"brand_name\": \"Seagull Pharmaceutical Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 35,\n                \"discount_percentage\": 3,\n                \"selling_price\": 33.95,\n                \"available_quantity\": 10,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Seagull Pharmaceutical Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 10,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 33.95,\n                \"discountPercentage\": 3,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"2d5c6825-8b68-4635-95e6-4e1e2bfe32b0\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Aceloflam XP 100 mg/325 mg Tablet\",\n                \"brand_name\": \"Alkem Laboratories Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 104,\n                \"discount_percentage\": 14,\n                \"selling_price\": 89.44,\n                \"available_quantity\": 110,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 15 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Alkem Laboratories Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 110,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 89.44,\n                \"discountPercentage\": 14,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"9a339271-9b74-4815-be52-2e870b271408\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Aceron P Tablet\",\n                \"brand_name\": \"Oaknet Healthcare Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 53.51,\n                \"discount_percentage\": 24,\n                \"selling_price\": 40.67,\n                \"available_quantity\": 47,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Oaknet Healthcare Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 47,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 40.67,\n                \"discountPercentage\": 24,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"066bc638-9e47-4d1a-8242-b4d4684b44c3\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Anaflam XP 100mg/325mg Tablet\",\n                \"brand_name\": \"Albert David Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 52.56,\n                \"discount_percentage\": 23,\n                \"selling_price\": 40.47,\n                \"available_quantity\": 165,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Albert David Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 165,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 40.47,\n                \"discountPercentage\": 23,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"c25a92a0-22f7-4ff1-adff-ac31954d851a\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Altram Tablet\",\n                \"brand_name\": \"Axon Drugs Pvt Ltd\",\n                \"generic_name\": \"Paracetamol/Acetaminophen  (NA) Tramadol (NA)\",\n                \"price\": 49.97,\n                \"discount_percentage\": 15,\n                \"selling_price\": 42.47,\n                \"available_quantity\": 231,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Axon Drugs Pvt Ltd\",\n                \"genericName\": \"Paracetamol/Acetaminophen  (NA) Tramadol (NA)\",\n                \"availableQuantity\": 231,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 42.47,\n                \"discountPercentage\": 15,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"ff500fb6-cb34-432e-9581-50ef01d74583\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Adiflam Plus Suspension\",\n                \"brand_name\": \"Leben Life Sciences Pvt Ltd\",\n                \"generic_name\": \"Ibuprofen (100mg) Paracetamol (162.5mg)\",\n                \"price\": 30.25,\n                \"discount_percentage\": 13,\n                \"selling_price\": 26.32,\n                \"available_quantity\": 285,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"bottle of 60 ml Suspension\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Leben Life Sciences Pvt Ltd\",\n                \"genericName\": \"Ibuprofen (100mg) Paracetamol (162.5mg)\",\n                \"availableQuantity\": 285,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 26.32,\n                \"discountPercentage\": 13,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"bf5318cb-b568-4d72-b1a2-579ab146d600\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Afenak Plus 100 mg/500 mg Tablet\",\n                \"brand_name\": \"Ind Swift Laboratories Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 77.85,\n                \"discount_percentage\": 7,\n                \"selling_price\": 72.4,\n                \"available_quantity\": 383,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1631549916768-4119b295f789?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Ind Swift Laboratories Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 383,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 72.4,\n                \"discountPercentage\": 7,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1631549916768-4119b295f789?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"6291db95-3b96-4ae4-88ea-c005951b058a\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acent Plus Tablet\",\n                \"brand_name\": \"Intra Labs India Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 74.52,\n                \"discount_percentage\": 9,\n                \"selling_price\": 67.81,\n                \"available_quantity\": 375,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Intra Labs India Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 375,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 67.81,\n                \"discountPercentage\": 9,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"9458e788-698d-44a1-8af9-9bd18d3f9e1a\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Alerfri Tablet\",\n                \"brand_name\": \"Navil Laboratories Pvt Ltd\",\n                \"generic_name\": \"Chlorpheniramine Maleate (2mg) Paracetamol (325mg)\",\n                \"price\": 46.5,\n                \"discount_percentage\": 6,\n                \"selling_price\": 43.71,\n                \"available_quantity\": 389,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Navil Laboratories Pvt Ltd\",\n                \"genericName\": \"Chlorpheniramine Maleate (2mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 389,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 43.71,\n                \"discountPercentage\": 6,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"dfc7819c-77d0-4f51-9704-c4e449f7a443\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acp  Tablet MR\",\n                \"brand_name\": \"Baksun Healthcare Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 41.61,\n                \"discount_percentage\": 3,\n                \"selling_price\": 40.36,\n                \"available_quantity\": 385,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablet mr\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Baksun Healthcare Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 385,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 40.36,\n                \"discountPercentage\": 3,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"f7926974-8e52-40dd-9402-7b9e74b7c0eb\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Ace-SP Tablet\",\n                \"brand_name\": \"Pharmagic Lifesciences\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 78.4,\n                \"discount_percentage\": 15,\n                \"selling_price\": 66.64,\n                \"available_quantity\": 279,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Pharmagic Lifesciences\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 279,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 66.64,\n                \"discountPercentage\": 15,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"2d8bdd1d-a157-40f1-b9c8-a322894eef92\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Aclopar 100mg/500mg Tablet\",\n                \"brand_name\": \"Injecto Capta Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 36,\n                \"discount_percentage\": 1,\n                \"selling_price\": 35.64,\n                \"available_quantity\": 259,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Injecto Capta Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 259,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 35.64,\n                \"discountPercentage\": 1,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"9052045b-2c01-481e-801d-f68c29e1fe46\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Aceclomax-P Tablet\",\n                \"brand_name\": \"Growmax Medicare Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 56,\n                \"discount_percentage\": 10,\n                \"selling_price\": 50.4,\n                \"available_quantity\": 130,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Growmax Medicare Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 130,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 50.4,\n                \"discountPercentage\": 10,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"87329859-f1be-45ac-bafd-566c37ee37ea\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Ace-Proxyvon SP Tablet\",\n                \"brand_name\": \"Dr Reddy's Laboratories Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 123,\n                \"discount_percentage\": 20,\n                \"selling_price\": 98.4,\n                \"available_quantity\": 501,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Dr Reddy's Laboratories Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 501,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 98.4,\n                \"discountPercentage\": 20,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"506a0051-6b13-4160-97dd-19a7877f5320\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acenext SP 100 mg/500 mg/15 mg Tablet\",\n                \"brand_name\": \"Cadila Pharmaceuticals Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 84.5,\n                \"discount_percentage\": 15,\n                \"selling_price\": 71.83,\n                \"available_quantity\": 34,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Cadila Pharmaceuticals Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 34,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 71.83,\n                \"discountPercentage\": 15,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"2aa6b909-f5c1-4736-a6d2-dd5925dfb24a\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acceclowoc-P Tablet\",\n                \"brand_name\": \"Wockhardt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 60.09,\n                \"discount_percentage\": 21,\n                \"selling_price\": 47.47,\n                \"available_quantity\": 299,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Wockhardt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 299,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 47.47,\n                \"discountPercentage\": 21,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"23d47958-4f20-43e9-a55b-e659fe506403\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Aclopen Plus 100mg/325mg Tablet\",\n                \"brand_name\": \"Morepen Laboratories Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 6.87,\n                \"discount_percentage\": 0,\n                \"selling_price\": 6.87,\n                \"available_quantity\": 325,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Morepen Laboratories Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 325,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 6.87,\n                \"discountPercentage\": 0,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"0f350602-1f4d-4ef7-9dd5-cac033b47c3b\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Asolt-AT Tablet\",\n                \"brand_name\": \"Profic Organic Ltd\",\n                \"generic_name\": \"Diclofenac (46.5mg) Paracetamol (325mg)\",\n                \"price\": 118,\n                \"discount_percentage\": 24,\n                \"selling_price\": 89.68,\n                \"available_quantity\": 419,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Profic Organic Ltd\",\n                \"genericName\": \"Diclofenac (46.5mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 419,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 89.68,\n                \"discountPercentage\": 24,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"1092200e-7df4-4ada-9971-326d25a0f12a\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Aeknil Injection\",\n                \"brand_name\": \"Therapeutic Pharmaceuticals\",\n                \"generic_name\": \"Paracetamol (150mg)\",\n                \"price\": 22.4,\n                \"discount_percentage\": 21,\n                \"selling_price\": 17.7,\n                \"available_quantity\": 393,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"vial of 15 ml Injection\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Therapeutic Pharmaceuticals\",\n                \"genericName\": \"Paracetamol (150mg)\",\n                \"availableQuantity\": 393,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 17.7,\n                \"discountPercentage\": 21,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"2a1019b7-e6a8-4588-8e68-09fb10ae5663\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Anti Cold Syrup\",\n                \"brand_name\": \"Safe Life Care\",\n                \"generic_name\": \"Chlorpheniramine Maleate (2mg/5ml) Paracetamol (125mg/5ml)\",\n                \"price\": 85,\n                \"discount_percentage\": 2,\n                \"selling_price\": 83.3,\n                \"available_quantity\": 446,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"bottle of 60 ml Syrup\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Safe Life Care\",\n                \"genericName\": \"Chlorpheniramine Maleate (2mg/5ml) Paracetamol (125mg/5ml)\",\n                \"availableQuantity\": 446,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 83.3,\n                \"discountPercentage\": 2,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"6396e05c-1803-43c5-9cf1-0f5c38c4b52d\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acnac-SP Tablet\",\n                \"brand_name\": \"Atishya Biotech\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 75,\n                \"discount_percentage\": 3,\n                \"selling_price\": 72.75,\n                \"available_quantity\": 189,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Atishya Biotech\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 189,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 72.75,\n                \"discountPercentage\": 3,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"8a6bf1b1-74f6-48a3-bba0-042906ca7ede\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acenac-P  Tablet\",\n                \"brand_name\": \"Medley Pharmaceuticals\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 91.5,\n                \"discount_percentage\": 10,\n                \"selling_price\": 82.35,\n                \"available_quantity\": 30,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 15 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Medley Pharmaceuticals\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 30,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 82.35,\n                \"discountPercentage\": 10,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"e0d13edf-fc2b-4972-9786-1a14caf7de8a\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Aceclo-MR Tablet\",\n                \"brand_name\": \"Aristo Pharmaceuticals Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 88.65,\n                \"discount_percentage\": 18,\n                \"selling_price\": 72.69,\n                \"available_quantity\": 139,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Aristo Pharmaceuticals Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 139,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 72.69,\n                \"discountPercentage\": 18,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"a8f3c051-ebe2-413d-a174-431c2854b789\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Aclonac P 100mg/500mg Tablet\",\n                \"brand_name\": \"PCI Pharmaceuticals\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 35.93,\n                \"discount_percentage\": 18,\n                \"selling_price\": 29.46,\n                \"available_quantity\": 379,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"PCI Pharmaceuticals\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 379,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 29.46,\n                \"discountPercentage\": 18,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"ac1a2019-d2f0-41f5-9e88-c255ddf627fa\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Arflur-P Tablet\",\n                \"brand_name\": \"FDC Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 41.5,\n                \"discount_percentage\": 7,\n                \"selling_price\": 38.59,\n                \"available_quantity\": 128,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"FDC Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 128,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 38.59,\n                \"discountPercentage\": 7,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"c7c7ffe5-97fd-41b1-97a3-7496b8340ba7\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Aceclomax-P Tablet\",\n                \"brand_name\": \"Growmax Medicare Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 56,\n                \"discount_percentage\": 23,\n                \"selling_price\": 43.12,\n                \"available_quantity\": 424,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Growmax Medicare Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 424,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 43.12,\n                \"discountPercentage\": 23,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"2def97ed-18e9-412e-affd-289096333cb1\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Anprox Tablet\",\n                \"brand_name\": \"Seagull Pharmaceutical Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 31.46,\n                \"discount_percentage\": 22,\n                \"selling_price\": 24.54,\n                \"available_quantity\": 222,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Seagull Pharmaceutical Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 222,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 24.54,\n                \"discountPercentage\": 22,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"47c43cc6-d819-4bd7-b239-a15b7e2c505e\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Aceclodol P 100mg/500mg Tablet\",\n                \"brand_name\": \"Medley Pharmaceuticals\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 42,\n                \"discount_percentage\": 14,\n                \"selling_price\": 36.12,\n                \"available_quantity\": 261,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Medley Pharmaceuticals\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 261,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 36.12,\n                \"discountPercentage\": 14,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"34c91d54-9954-4be8-83cd-13624d1d58c7\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Arden 500mg Tablet\",\n                \"brand_name\": \"Adonis Laboratories Pvt Ltd\",\n                \"generic_name\": \"Paracetamol (500mg)\",\n                \"price\": 16.92,\n                \"discount_percentage\": 3,\n                \"selling_price\": 16.41,\n                \"available_quantity\": 198,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 15 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Adonis Laboratories Pvt Ltd\",\n                \"genericName\": \"Paracetamol (500mg)\",\n                \"availableQuantity\": 198,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 16.41,\n                \"discountPercentage\": 3,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"6daac026-2ccd-458a-9841-90b3bcad92a1\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Aceta SP  Tablet\",\n                \"brand_name\": \"Solvate Laboratries Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 68,\n                \"discount_percentage\": 17,\n                \"selling_price\": 56.44,\n                \"available_quantity\": 19,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Solvate Laboratries Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 19,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 56.44,\n                \"discountPercentage\": 17,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"34acd22f-cbbc-4824-9fb1-9ed1b9211777\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Adoc SP 100mg/325mg Tablet\",\n                \"brand_name\": \"Morepen Laboratories Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 21.5,\n                \"discount_percentage\": 10,\n                \"selling_price\": 19.35,\n                \"available_quantity\": 261,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Morepen Laboratories Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 261,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 19.35,\n                \"discountPercentage\": 10,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"75eac534-7dcc-4c53-b1a0-6c0c42fbd9c8\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acerest Plus Tablet\",\n                \"brand_name\": \"Sunrest Life Science\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 45,\n                \"discount_percentage\": 13,\n                \"selling_price\": 39.15,\n                \"available_quantity\": 145,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Sunrest Life Science\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 145,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 39.15,\n                \"discountPercentage\": 13,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"5aa422d7-f28e-47d6-99ac-00ea88fa1594\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acecloren P  Tablet 100mg/325mg\",\n                \"brand_name\": \"Indoco Remedies Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 73,\n                \"discount_percentage\": 10,\n                \"selling_price\": 65.7,\n                \"available_quantity\": 467,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Indoco Remedies Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 467,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 65.7,\n                \"discountPercentage\": 10,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"3090f27e-55f0-4dd1-92ea-cae8b05e7d55\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Alcecost SP 100mg/325mg/10mg Tablet\",\n                \"brand_name\": \"Austro Labs\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 158,\n                \"discount_percentage\": 17,\n                \"selling_price\": 131.14,\n                \"available_quantity\": 309,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Austro Labs\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 309,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 131.14,\n                \"discountPercentage\": 17,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"f7f13edd-96ce-4e62-a199-c3926b78bf4a\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Aldigesic-SP Tablet\",\n                \"brand_name\": \"Alkem Laboratories Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 120,\n                \"discount_percentage\": 10,\n                \"selling_price\": 108,\n                \"available_quantity\": 446,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Alkem Laboratories Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 446,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 108,\n                \"discountPercentage\": 10,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"103ff140-bb5b-409f-8661-a756442989a9\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Aceclo Plus Tablet\",\n                \"brand_name\": \"Aristo Pharmaceuticals Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 90.85,\n                \"discount_percentage\": 8,\n                \"selling_price\": 83.58,\n                \"available_quantity\": 381,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 15 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Aristo Pharmaceuticals Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 381,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 83.58,\n                \"discountPercentage\": 8,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"9982f60e-9737-4e77-ba64-0676dfcb20be\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acenac-P  Tablet\",\n                \"brand_name\": \"Medley Pharmaceuticals\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 61,\n                \"discount_percentage\": 14,\n                \"selling_price\": 52.46,\n                \"available_quantity\": 486,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Medley Pharmaceuticals\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 486,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 52.46,\n                \"discountPercentage\": 14,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"541f6ed7-69d5-41f6-949b-2d4e22891ece\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Ace Proxyvon Tablet\",\n                \"brand_name\": \"Dr Reddy's Laboratories Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 72.5,\n                \"discount_percentage\": 1,\n                \"selling_price\": 71.78,\n                \"available_quantity\": 483,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Dr Reddy's Laboratories Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 483,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 71.78,\n                \"discountPercentage\": 1,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"4b5b9d5e-1be3-4e4f-af7a-9d68c91a2a00\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acton-OR Tablet SR\",\n                \"brand_name\": \"Apex Laboratories Pvt Ltd\",\n                \"generic_name\": \"Paracetamol (300mg) Paracetamol (700mg)\",\n                \"price\": 50.55,\n                \"discount_percentage\": 5,\n                \"selling_price\": 48.02,\n                \"available_quantity\": 76,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablet ir\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Apex Laboratories Pvt Ltd\",\n                \"genericName\": \"Paracetamol (300mg) Paracetamol (700mg)\",\n                \"availableQuantity\": 76,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 48.02,\n                \"discountPercentage\": 5,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"c4c84305-dafa-4a0d-929d-bb7b454e48ae\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acecloren P  Tablet 100mg/325mg\",\n                \"brand_name\": \"Indoco Remedies Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 73,\n                \"discount_percentage\": 12,\n                \"selling_price\": 64.24,\n                \"available_quantity\": 423,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Indoco Remedies Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 423,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 64.24,\n                \"discountPercentage\": 12,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"3a2b0310-c877-45f4-a2b5-b9e6dad46262\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acuvin Tablet\",\n                \"brand_name\": \"Abbott\",\n                \"generic_name\": \"Paracetamol/Acetaminophen  (325mg) Tramadol (37.5mg)\",\n                \"price\": 227.66,\n                \"discount_percentage\": 5,\n                \"selling_price\": 216.28,\n                \"available_quantity\": 462,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 15 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Abbott\",\n                \"genericName\": \"Paracetamol/Acetaminophen  (325mg) Tramadol (37.5mg)\",\n                \"availableQuantity\": 462,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 216.28,\n                \"discountPercentage\": 5,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"1dd18dde-e168-43ed-809c-e87f3caeb755\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Akilos-P Tablet\",\n                \"brand_name\": \"Unison Pharmaceuticals Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 22.7,\n                \"discount_percentage\": 6,\n                \"selling_price\": 21.34,\n                \"available_quantity\": 502,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Unison Pharmaceuticals Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 502,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 21.34,\n                \"discountPercentage\": 6,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"a4be596a-0012-487e-8fca-4d9ed7185893\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Arflur 3D Tablet\",\n                \"brand_name\": \"FDC Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 74.75,\n                \"discount_percentage\": 18,\n                \"selling_price\": 61.3,\n                \"available_quantity\": 113,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"FDC Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 113,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 61.3,\n                \"discountPercentage\": 18,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"14074433-aca8-4784-8a8f-d58f3583f2ff\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Akilos-SP Tablet\",\n                \"brand_name\": \"Unison Pharmaceuticals Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 43.3,\n                \"discount_percentage\": 11,\n                \"selling_price\": 38.54,\n                \"available_quantity\": 385,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Unison Pharmaceuticals Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 385,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 38.54,\n                \"discountPercentage\": 11,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"97b5753b-296c-494d-93e0-159602a8d803\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Alerid Cold Tablet\",\n                \"brand_name\": \"Cipla Ltd\",\n                \"generic_name\": \"Cetirizine (5mg) Paracetamol (325mg)\",\n                \"price\": 65.5,\n                \"discount_percentage\": 23,\n                \"selling_price\": 50.44,\n                \"available_quantity\": 185,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Cipla Ltd\",\n                \"genericName\": \"Cetirizine (5mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 185,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 50.44,\n                \"discountPercentage\": 23,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"6acc59e3-b6b3-4ce3-84b8-338808e4ebeb\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Aceclopar 100mg/325mg Tablet\",\n                \"brand_name\": \"Themis Medicare Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 60,\n                \"discount_percentage\": 9,\n                \"selling_price\": 54.6,\n                \"available_quantity\": 101,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Themis Medicare Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 101,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 54.6,\n                \"discountPercentage\": 9,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"73e16bf6-e22f-4d22-bd0d-f2fa31b99c39\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Aceloflam Plus Tablet\",\n                \"brand_name\": \"Alkem Laboratories Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 58,\n                \"discount_percentage\": 24,\n                \"selling_price\": 44.08,\n                \"available_quantity\": 103,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Alkem Laboratories Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 103,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 44.08,\n                \"discountPercentage\": 24,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"d2869753-2461-4a00-ae84-97fbd427d70e\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Aclon-SP Tablet\",\n                \"brand_name\": \"Iscon Life Sciences\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 62.5,\n                \"discount_percentage\": 24,\n                \"selling_price\": 47.5,\n                \"available_quantity\": 116,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Iscon Life Sciences\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 116,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 47.5,\n                \"discountPercentage\": 24,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"ac609477-27a5-4dea-921a-7cff8fd08ca3\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acenac-P  Tablet\",\n                \"brand_name\": \"Medley Pharmaceuticals\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 91.5,\n                \"discount_percentage\": 9,\n                \"selling_price\": 83.27,\n                \"available_quantity\": 440,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 15 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Medley Pharmaceuticals\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 440,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 83.27,\n                \"discountPercentage\": 9,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"a32ffd63-7fff-41f2-9683-16b78806c7ee\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acton-OR Plus+ Tablet\",\n                \"brand_name\": \"Apex Laboratories Pvt Ltd\",\n                \"generic_name\": \"Paracetamol (325mg) Thiocolchicoside (4mg)\",\n                \"price\": 164.9,\n                \"discount_percentage\": 21,\n                \"selling_price\": 130.27,\n                \"available_quantity\": 73,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Apex Laboratories Pvt Ltd\",\n                \"genericName\": \"Paracetamol (325mg) Thiocolchicoside (4mg)\",\n                \"availableQuantity\": 73,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 130.27,\n                \"discountPercentage\": 21,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"07c488a8-0c8c-4346-a8df-0607673d0ea5\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Paracetamol 500mg\",\n                \"brand_name\": \"Crocin\",\n                \"generic_name\": \"Paracetamol\",\n                \"price\": 30,\n                \"discount_percentage\": 10,\n                \"selling_price\": 27,\n                \"available_quantity\": 100,\n                \"expiry_date\": \"2025-12-31\",\n                \"dosage_form\": \"Tablet\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T16:41:09.901007+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Crocin\",\n                \"genericName\": \"Paracetamol\",\n                \"availableQuantity\": 100,\n                \"expiryDate\": \"2025-12-31\",\n                \"sellingPrice\": 27,\n                \"discountPercentage\": 10,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"61012c44-4336-4b63-8e94-0d5ba14111bc\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Ace-SP Tablet\",\n                \"brand_name\": \"Pharmagic Lifesciences\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 78.4,\n                \"discount_percentage\": 19,\n                \"selling_price\": 63.5,\n                \"available_quantity\": 104,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Pharmagic Lifesciences\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 104,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 63.5,\n                \"discountPercentage\": 19,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"dea41839-2dd7-4072-bd91-e85b00046c0d\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acepar SP 100mg/325mg/15mg Tablet\",\n                \"brand_name\": \"Nemi Pharmaceuticles\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 90,\n                \"discount_percentage\": 14,\n                \"selling_price\": 77.4,\n                \"available_quantity\": 219,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Nemi Pharmaceuticles\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 219,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 77.4,\n                \"discountPercentage\": 14,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"e301ac1b-d5bc-445d-9e88-5da1c2ab8b8e\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acelopara Tablet\",\n                \"brand_name\": \"Awakesoul Pharmaceutical Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 43.9,\n                \"discount_percentage\": 9,\n                \"selling_price\": 39.95,\n                \"available_quantity\": 301,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Awakesoul Pharmaceutical Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 301,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 39.95,\n                \"discountPercentage\": 9,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"ecfe51cc-19be-4743-af02-75ee719abe34\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acenext MR 100mg/325mg/250mg Tablet\",\n                \"brand_name\": \"Cadila Pharmaceuticals Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 84.5,\n                \"discount_percentage\": 13,\n                \"selling_price\": 73.52,\n                \"available_quantity\": 227,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Cadila Pharmaceuticals Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 227,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 73.52,\n                \"discountPercentage\": 13,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"f12584d4-8139-4df3-95a9-61ce68b9bfb4\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acefile SP 100mg/325mg/10mg Tablet\",\n                \"brand_name\": \"Ajanta Pharma Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 78,\n                \"discount_percentage\": 14,\n                \"selling_price\": 67.08,\n                \"available_quantity\": 232,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Ajanta Pharma Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 232,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 67.08,\n                \"discountPercentage\": 14,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"29a96ea8-0c15-4023-99d7-ca59ae99594f\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Arflur-MR Tablet\",\n                \"brand_name\": \"FDC Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 55,\n                \"discount_percentage\": 13,\n                \"selling_price\": 47.85,\n                \"available_quantity\": 313,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"FDC Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 313,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 47.85,\n                \"discountPercentage\": 13,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"57ec3e63-3850-4057-9959-54eabf265620\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Anaflam XP 100mg/325mg Tablet\",\n                \"brand_name\": \"Albert David Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 52.56,\n                \"discount_percentage\": 19,\n                \"selling_price\": 42.57,\n                \"available_quantity\": 152,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Albert David Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 152,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 42.57,\n                \"discountPercentage\": 19,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"ce0b6958-b92f-4703-934b-baed85430dde\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Anadom 10mg/500mg Tablet\",\n                \"brand_name\": \"Icon Life Sciences\",\n                \"generic_name\": \"Domperidone (10mg) Paracetamol (500mg)\",\n                \"price\": 60,\n                \"discount_percentage\": 8,\n                \"selling_price\": 55.2,\n                \"available_quantity\": 381,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Icon Life Sciences\",\n                \"genericName\": \"Domperidone (10mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 381,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 55.2,\n                \"discountPercentage\": 8,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"c83e5a7d-7ef9-4083-bfc9-7e65ded342fb\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Adine-Plus Tablet\",\n                \"brand_name\": \"Dr. Johns Laboratories Pvt Ltd\",\n                \"generic_name\": \"Diclofenac (50mg) Paracetamol (325mg)\",\n                \"price\": 96.2,\n                \"discount_percentage\": 11,\n                \"selling_price\": 85.62,\n                \"available_quantity\": 361,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Dr. Johns Laboratories Pvt Ltd\",\n                \"genericName\": \"Diclofenac (50mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 361,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 85.62,\n                \"discountPercentage\": 11,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"00bbffcf-0276-43ab-b413-fe1ee30ccebb\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acetal MR 100mg/325mg/250mg Tablet\",\n                \"brand_name\": \"Blubell Pharma\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 55,\n                \"discount_percentage\": 4,\n                \"selling_price\": 52.8,\n                \"available_quantity\": 215,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Blubell Pharma\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 215,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 52.8,\n                \"discountPercentage\": 4,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"74c7b7ed-fb31-4ef1-a33c-573a1d895496\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Adoc SP 100mg/325mg Tablet\",\n                \"brand_name\": \"Morepen Laboratories Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 21.5,\n                \"discount_percentage\": 23,\n                \"selling_price\": 16.55,\n                \"available_quantity\": 135,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Morepen Laboratories Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 135,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 16.55,\n                \"discountPercentage\": 23,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"d14e73c6-26a8-4dcd-ae3f-46ad5b09c228\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Aceton-P Tablet\",\n                \"brand_name\": \"Sycon Healthcare Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 61,\n                \"discount_percentage\": 14,\n                \"selling_price\": 52.46,\n                \"available_quantity\": 38,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Sycon Healthcare Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 38,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 52.46,\n                \"discountPercentage\": 14,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"dba5e85d-ecf6-425f-a9ff-9c83680a3ccc\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Asozen SR Plus 100mg/325mg/10mg Tablet\",\n                \"brand_name\": \"Zeelab Pharmacy Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 20,\n                \"discount_percentage\": 0,\n                \"selling_price\": 20,\n                \"available_quantity\": 379,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Zeelab Pharmacy Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 379,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 20,\n                \"discountPercentage\": 0,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"6ce23428-8832-43a7-9aaa-b74d49367153\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acepar MR Tablet\",\n                \"brand_name\": \"Allenge India\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 54,\n                \"discount_percentage\": 1,\n                \"selling_price\": 53.46,\n                \"available_quantity\": 463,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Allenge India\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 463,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 53.46,\n                \"discountPercentage\": 1,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"36ba7a32-f9c3-44fb-9ef0-7cec86850130\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Ace Tablet\",\n                \"brand_name\": \"Hallmark Chemicals\",\n                \"generic_name\": \"Paracetamol (1000mg)\",\n                \"price\": 43,\n                \"discount_percentage\": 3,\n                \"selling_price\": 41.71,\n                \"available_quantity\": 465,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Hallmark Chemicals\",\n                \"genericName\": \"Paracetamol (1000mg)\",\n                \"availableQuantity\": 465,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 41.71,\n                \"discountPercentage\": 3,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"54447660-4595-4f20-9997-b6ccaa98aaa2\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Ace-KS Tablet\",\n                \"brand_name\": \"kalal & Saiyed Pharma Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 50,\n                \"discount_percentage\": 0,\n                \"selling_price\": 50,\n                \"available_quantity\": 90,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"kalal & Saiyed Pharma Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 90,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 50,\n                \"discountPercentage\": 0,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"ef7200af-198f-48f6-af3f-78d42cb8e1e9\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Aceloflam XP 100 mg/325 mg Tablet\",\n                \"brand_name\": \"Alkem Laboratories Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 104,\n                \"discount_percentage\": 9,\n                \"selling_price\": 94.64,\n                \"available_quantity\": 152,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 15 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Alkem Laboratories Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 152,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 94.64,\n                \"discountPercentage\": 9,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"bc0256e1-7ace-45f5-87e0-20164fbe9b42\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acendol-P Tablet\",\n                \"brand_name\": \"Serum Institute Of India Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 59.2,\n                \"discount_percentage\": 5,\n                \"selling_price\": 56.24,\n                \"available_quantity\": 32,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Serum Institute Of India Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 32,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 56.24,\n                \"discountPercentage\": 5,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"f252596e-4fe3-43c9-9575-fff155e61910\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acer Plus Tablet\",\n                \"brand_name\": \"Aerochem Neutron\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 69,\n                \"discount_percentage\": 10,\n                \"selling_price\": 62.1,\n                \"available_quantity\": 505,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Aerochem Neutron\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 505,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 62.1,\n                \"discountPercentage\": 10,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"2d5fc628-a130-44f5-bf31-0414839565ca\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Aceross-P Tablet\",\n                \"brand_name\": \"Emami Frank Ross Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 33.5,\n                \"discount_percentage\": 16,\n                \"selling_price\": 28.14,\n                \"available_quantity\": 502,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Emami Frank Ross Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 502,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 28.14,\n                \"discountPercentage\": 16,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"3c3ca078-f534-4cf7-a732-200354c9e9f1\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Asozen-Plus Tablet\",\n                \"brand_name\": \"Zeelab Pharmacy Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 10,\n                \"discount_percentage\": 21,\n                \"selling_price\": 7.9,\n                \"available_quantity\": 394,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Zeelab Pharmacy Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 394,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 7.9,\n                \"discountPercentage\": 21,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"6a942fc2-ced8-4ab9-8d33-6ea7f32a000f\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Aclo-P Tablet\",\n                \"brand_name\": \"Regalia Pharmaceuticals (I) Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 37.13,\n                \"discount_percentage\": 21,\n                \"selling_price\": 29.33,\n                \"available_quantity\": 133,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Regalia Pharmaceuticals (I) Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 133,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 29.33,\n                \"discountPercentage\": 21,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"8aafbefe-70b2-452c-b7b0-d980ce87e638\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Anprox-MR Tablet\",\n                \"brand_name\": \"Seagull Pharmaceutical Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 35,\n                \"discount_percentage\": 1,\n                \"selling_price\": 34.65,\n                \"available_quantity\": 88,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Seagull Pharmaceutical Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 88,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 34.65,\n                \"discountPercentage\": 1,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"59a11669-010e-4a77-a6c8-f2d5417b6f20\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Aclopen Plus 100mg/325mg Tablet\",\n                \"brand_name\": \"Morepen Laboratories Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 6.87,\n                \"discount_percentage\": 8,\n                \"selling_price\": 6.32,\n                \"available_quantity\": 19,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Morepen Laboratories Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 19,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 6.32,\n                \"discountPercentage\": 8,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"7a39473e-84fc-40c5-af38-80c2668e2661\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Aspen SP Tablet\",\n                \"brand_name\": \"Proton Remedies Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 75,\n                \"discount_percentage\": 1,\n                \"selling_price\": 74.25,\n                \"available_quantity\": 361,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Proton Remedies Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 361,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 74.25,\n                \"discountPercentage\": 1,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"98346c40-ce95-414c-a28c-f7b128911cdd\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Aceden-P Tablet\",\n                \"brand_name\": \"BMW Pharmaco India Pvt. Ltd.\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 30,\n                \"discount_percentage\": 24,\n                \"selling_price\": 22.8,\n                \"available_quantity\": 287,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"BMW Pharmaco India Pvt. Ltd.\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 287,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 22.8,\n                \"discountPercentage\": 24,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"756cff1f-25f6-4518-a283-4a51d38543cc\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Asirest-SP Tablet\",\n                \"brand_name\": \"Sunrest Life Science\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 85,\n                \"discount_percentage\": 8,\n                \"selling_price\": 78.2,\n                \"available_quantity\": 242,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Sunrest Life Science\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 242,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 78.2,\n                \"discountPercentage\": 8,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"e45ee590-c144-44a2-adda-75726d4e5be2\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"AP 100mg/325mg Tablet\",\n                \"brand_name\": \"Denizen Pharmaceuticals India (P) Ltd\",\n                \"generic_name\": \"Nimesulide (100mg) Paracetamol (325mg)\",\n                \"price\": 14.3,\n                \"discount_percentage\": 22,\n                \"selling_price\": 11.15,\n                \"available_quantity\": 150,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Denizen Pharmaceuticals India (P) Ltd\",\n                \"genericName\": \"Nimesulide (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 150,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 11.15,\n                \"discountPercentage\": 22,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"9a290e1c-c5e3-444a-a696-291c2dfbd790\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Aceloflam Plus Tablet\",\n                \"brand_name\": \"Alkem Laboratories Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 94,\n                \"discount_percentage\": 0,\n                \"selling_price\": 94,\n                \"available_quantity\": 102,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 15 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Alkem Laboratories Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 102,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 94,\n                \"discountPercentage\": 0,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"2c9be04f-4e40-46bd-bdec-a872ffad94f0\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"AC Para 100mg/325mg Tablet\",\n                \"brand_name\": \"MMC Healthcare Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 60,\n                \"discount_percentage\": 10,\n                \"selling_price\": 54,\n                \"available_quantity\": 464,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"MMC Healthcare Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 464,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 54,\n                \"discountPercentage\": 10,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"4c830efa-0b89-41f3-b4ba-2dd964082a29\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Abdospas 20mg/500mg Tablet\",\n                \"brand_name\": \"Signit Laboratories Pvt Ltd\",\n                \"generic_name\": \"Dicyclomine (20mg) Paracetamol (500mg)\",\n                \"price\": 11.5,\n                \"discount_percentage\": 9,\n                \"selling_price\": 10.46,\n                \"available_quantity\": 313,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Signit Laboratories Pvt Ltd\",\n                \"genericName\": \"Dicyclomine (20mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 313,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 10.46,\n                \"discountPercentage\": 9,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"7dde84b6-6c85-4d0f-add1-da502fd12be1\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Afenak Plus 100 mg/500 mg Tablet\",\n                \"brand_name\": \"Ind Swift Laboratories Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 77.85,\n                \"discount_percentage\": 16,\n                \"selling_price\": 65.39,\n                \"available_quantity\": 413,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Ind Swift Laboratories Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 413,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 65.39,\n                \"discountPercentage\": 16,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"15c131ad-32ea-4e63-963f-a1128bba4927\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acenova P Tablet\",\n                \"brand_name\": \"Synchem Lab\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 42.3,\n                \"discount_percentage\": 19,\n                \"selling_price\": 34.26,\n                \"available_quantity\": 227,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Synchem Lab\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 227,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 34.26,\n                \"discountPercentage\": 19,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"379a6ea5-8924-4e05-9bf1-c0bce33940aa\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Aceflam S Tablet\",\n                \"brand_name\": \"Micro Labs Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 21.93,\n                \"discount_percentage\": 21,\n                \"selling_price\": 17.32,\n                \"available_quantity\": 355,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Micro Labs Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 355,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 17.32,\n                \"discountPercentage\": 21,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"89a38215-8863-40b6-8ce1-71cda2ce2f1c\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Assidol SP Tablet\",\n                \"brand_name\": \"Assiduous Life Sciences Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 71,\n                \"discount_percentage\": 20,\n                \"selling_price\": 56.8,\n                \"available_quantity\": 83,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Assiduous Life Sciences Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 83,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 56.8,\n                \"discountPercentage\": 20,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"b618a623-0bd4-4ce2-8651-a9e137392bc4\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Aceron P Tablet\",\n                \"brand_name\": \"Oaknet Healthcare Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 53.51,\n                \"discount_percentage\": 10,\n                \"selling_price\": 48.16,\n                \"available_quantity\": 189,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Oaknet Healthcare Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 189,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 48.16,\n                \"discountPercentage\": 10,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"1b08864c-c89d-41ec-bf2b-c124d4f78286\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acentio P Tablet\",\n                \"brand_name\": \"Blisson Mediplus Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 54,\n                \"discount_percentage\": 8,\n                \"selling_price\": 49.68,\n                \"available_quantity\": 225,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Blisson Mediplus Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 225,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 49.68,\n                \"discountPercentage\": 8,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"08d6ee41-f8fe-40f1-a1f1-77ec4bd795d6\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Aclozest SP Tablet\",\n                \"brand_name\": \"Ikon Remedies Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 89.5,\n                \"discount_percentage\": 12,\n                \"selling_price\": 78.76,\n                \"available_quantity\": 44,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Ikon Remedies Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 44,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 78.76,\n                \"discountPercentage\": 12,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"c15fb46d-4739-4de8-83e1-8a589e40c4f9\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acemol 100 mg/500 mg Tablet\",\n                \"brand_name\": \"West-Coast Pharmaceutical Works Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 35.93,\n                \"discount_percentage\": 0,\n                \"selling_price\": 35.93,\n                \"available_quantity\": 455,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"West-Coast Pharmaceutical Works Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 455,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 35.93,\n                \"discountPercentage\": 0,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"18bc6b7e-e2d8-473e-9895-5212f1abf3d2\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Alonac SP Tablet\",\n                \"brand_name\": \"East West Pharma\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 61.5,\n                \"discount_percentage\": 6,\n                \"selling_price\": 57.81,\n                \"available_quantity\": 122,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"East West Pharma\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 122,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 57.81,\n                \"discountPercentage\": 6,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"7c00c056-188f-4392-a52e-49fbe146b4a4\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Aclopride P 100 mg/500 mg Tablet\",\n                \"brand_name\": \"Innovative Pharmaceuticals\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 59.83,\n                \"discount_percentage\": 19,\n                \"selling_price\": 48.46,\n                \"available_quantity\": 198,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Innovative Pharmaceuticals\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 198,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 48.46,\n                \"discountPercentage\": 19,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"6989ab46-c4df-4ac8-a7dc-533ad70654b2\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acepep SP Tablet\",\n                \"brand_name\": \"Sun Life Sciences Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 75,\n                \"discount_percentage\": 22,\n                \"selling_price\": 58.5,\n                \"available_quantity\": 396,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Sun Life Sciences Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 396,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 58.5,\n                \"discountPercentage\": 22,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"c3785b72-70da-4432-968c-2e0ab056f572\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Amol 500mg Tablet\",\n                \"brand_name\": \"Torrent Pharmaceuticals Ltd\",\n                \"generic_name\": \"Paracetamol (500mg)\",\n                \"price\": 3.56,\n                \"discount_percentage\": 24,\n                \"selling_price\": 2.71,\n                \"available_quantity\": 391,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Torrent Pharmaceuticals Ltd\",\n                \"genericName\": \"Paracetamol (500mg)\",\n                \"availableQuantity\": 391,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 2.71,\n                \"discountPercentage\": 24,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"226bdcd6-ab7f-4ed0-9937-3f358e09223e\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acklogal-SP Tablet\",\n                \"brand_name\": \"Galpha Laboratories Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 113.13,\n                \"discount_percentage\": 7,\n                \"selling_price\": 105.21,\n                \"available_quantity\": 121,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Galpha Laboratories Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 121,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 105.21,\n                \"discountPercentage\": 7,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"983fc0e2-0bc3-4da5-baf8-80335038571c\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acolate M Tablet\",\n                \"brand_name\": \"Gujarat Terce Laboratories Ltd\",\n                \"generic_name\": \"Cetirizine (5mg) Paracetamol (500mg)\",\n                \"price\": 79,\n                \"discount_percentage\": 21,\n                \"selling_price\": 62.41,\n                \"available_quantity\": 400,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Gujarat Terce Laboratories Ltd\",\n                \"genericName\": \"Cetirizine (5mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 400,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 62.41,\n                \"discountPercentage\": 21,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"3cd5aef7-de03-4a70-ac1b-e988849e7d47\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Altraflam-P Tablet\",\n                \"brand_name\": \"Sun Pharmaceutical Industries Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 51,\n                \"discount_percentage\": 6,\n                \"selling_price\": 47.94,\n                \"available_quantity\": 96,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Sun Pharmaceutical Industries Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 96,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 47.94,\n                \"discountPercentage\": 6,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"e45221a3-ecf9-413b-9d3a-98f3eecc6263\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Aclozen 100mg/500mg Tablet\",\n                \"brand_name\": \"Zenlabs Ethica Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 30,\n                \"discount_percentage\": 0,\n                \"selling_price\": 30,\n                \"available_quantity\": 55,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Zenlabs Ethica Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 55,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 30,\n                \"discountPercentage\": 0,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"953cb08a-fe43-45be-a43c-70a6043c1b56\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Aldigesic P 100mg/325mg Tablet\",\n                \"brand_name\": \"Alkem Laboratories Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 110,\n                \"discount_percentage\": 17,\n                \"selling_price\": 91.3,\n                \"available_quantity\": 177,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 15 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Alkem Laboratories Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 177,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 91.3,\n                \"discountPercentage\": 17,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"4b380a67-89c4-4899-abda-9ad7d4aeb7bc\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Aceclo-MR Tablet\",\n                \"brand_name\": \"Aristo Pharmaceuticals Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 88.65,\n                \"discount_percentage\": 7,\n                \"selling_price\": 82.44,\n                \"available_quantity\": 275,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Aristo Pharmaceuticals Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 275,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 82.44,\n                \"discountPercentage\": 7,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"3d28c4c2-0cae-4fa0-a197-9e9454188bbb\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acimol 100 mg/325 mg Tablet\",\n                \"brand_name\": \"Leeford Healthcare Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 35,\n                \"discount_percentage\": 23,\n                \"selling_price\": 26.95,\n                \"available_quantity\": 119,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Leeford Healthcare Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 119,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 26.95,\n                \"discountPercentage\": 23,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"08a2d77e-3457-4e25-b4e8-970a57ca7ac4\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acceclowoc-SP Tablet\",\n                \"brand_name\": \"Tridoss Laboratories Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 121.1,\n                \"discount_percentage\": 15,\n                \"selling_price\": 102.94,\n                \"available_quantity\": 321,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Tridoss Laboratories Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 321,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 102.94,\n                \"discountPercentage\": 15,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"bc719461-8ab3-4ff9-a0b3-ecfb9af34d69\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acenac SP 100mg/325mg/15mg Tablet\",\n                \"brand_name\": \"Medley Pharmaceuticals\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 101,\n                \"discount_percentage\": 22,\n                \"selling_price\": 78.78,\n                \"available_quantity\": 488,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Medley Pharmaceuticals\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 488,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 78.78,\n                \"discountPercentage\": 22,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"972fe027-da77-4616-b3e0-eb42e9a1c3d4\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Alcinac P 100mg/325mg Tablet\",\n                \"brand_name\": \"Leeford Healthcare Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 60,\n                \"discount_percentage\": 4,\n                \"selling_price\": 57.6,\n                \"available_quantity\": 466,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 15 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Leeford Healthcare Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 466,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 57.6,\n                \"discountPercentage\": 4,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"28ef1545-9f5d-4bc8-93de-04e880cc9d11\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Anafortan 25 mg/300 mg Tablet\",\n                \"brand_name\": \"Abbott\",\n                \"generic_name\": \"Camylofin (25mg) Paracetamol (300mg)\",\n                \"price\": 124.56,\n                \"discount_percentage\": 15,\n                \"selling_price\": 105.88,\n                \"available_quantity\": 350,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 15 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Abbott\",\n                \"genericName\": \"Camylofin (25mg) Paracetamol (300mg)\",\n                \"availableQuantity\": 350,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 105.88,\n                \"discountPercentage\": 15,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"f1470416-55ce-4306-a9ed-05a641589f25\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Aceclowal P 100mg/500mg Tablet\",\n                \"brand_name\": \"Wallace Pharmaceuticals Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 63,\n                \"discount_percentage\": 17,\n                \"selling_price\": 52.29,\n                \"available_quantity\": 139,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Wallace Pharmaceuticals Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 139,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 52.29,\n                \"discountPercentage\": 17,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"9664e1c3-4ca3-4a4c-aba7-0fb8a0af2a53\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Aclopar SP 100mg/325mg/10mg Tablet\",\n                \"brand_name\": \"Themis Medicare Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 95,\n                \"discount_percentage\": 2,\n                \"selling_price\": 93.1,\n                \"available_quantity\": 365,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Themis Medicare Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 365,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 93.1,\n                \"discountPercentage\": 2,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"6d106f0c-5065-4a74-bba6-4cde76ac4e35\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Aceflam P 100mg/325mg Tablet\",\n                \"brand_name\": \"Micro Labs Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 58.25,\n                \"discount_percentage\": 16,\n                \"selling_price\": 48.93,\n                \"available_quantity\": 494,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Micro Labs Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 494,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 48.93,\n                \"discountPercentage\": 16,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"36b8358c-089b-4e93-9267-bb53c533e93f\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Aldigesic P 100mg/325mg Tablet\",\n                \"brand_name\": \"Alkem Laboratories Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 110,\n                \"discount_percentage\": 13,\n                \"selling_price\": 95.7,\n                \"available_quantity\": 217,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 15 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Alkem Laboratories Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 217,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 95.7,\n                \"discountPercentage\": 13,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"935a361a-2fef-4482-ab24-929e4b0304ad\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Aldigesic-SP Tablet\",\n                \"brand_name\": \"Alkem Laboratories Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 120,\n                \"discount_percentage\": 17,\n                \"selling_price\": 99.6,\n                \"available_quantity\": 269,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Alkem Laboratories Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 269,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 99.6,\n                \"discountPercentage\": 17,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"15ecf3a2-110d-4c7e-9429-d4abb4f1cae2\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acemiz Plus Tablet\",\n                \"brand_name\": \"Lupin Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 99.5,\n                \"discount_percentage\": 23,\n                \"selling_price\": 76.61,\n                \"available_quantity\": 167,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Lupin Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 167,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 76.61,\n                \"discountPercentage\": 23,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"c927d5d1-616c-46d4-a333-54c4ce07e8d8\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Anafortan 25 mg/300 mg Tablet\",\n                \"brand_name\": \"Abbott\",\n                \"generic_name\": \"Camylofin (25mg) Paracetamol (300mg)\",\n                \"price\": 124.56,\n                \"discount_percentage\": 3,\n                \"selling_price\": 120.82,\n                \"available_quantity\": 42,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 15 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Abbott\",\n                \"genericName\": \"Camylofin (25mg) Paracetamol (300mg)\",\n                \"availableQuantity\": 42,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 120.82,\n                \"discountPercentage\": 3,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"12281312-7ead-4b23-8663-54e99b456000\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Aceclo Plus Tablet\",\n                \"brand_name\": \"Aristo Pharmaceuticals Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 90.85,\n                \"discount_percentage\": 7,\n                \"selling_price\": 84.49,\n                \"available_quantity\": 379,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 15 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Aristo Pharmaceuticals Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 379,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 84.49,\n                \"discountPercentage\": 7,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"da40d210-b95f-4cc9-b2bd-d76b29e7cbd6\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acemiz -MR Tablet\",\n                \"brand_name\": \"Lupin Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 99.5,\n                \"discount_percentage\": 22,\n                \"selling_price\": 77.61,\n                \"available_quantity\": 499,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Lupin Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 499,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 77.61,\n                \"discountPercentage\": 22,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"f08fcf30-e52b-4e90-a8ca-25628c04f7f9\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acemiz-S Tablet\",\n                \"brand_name\": \"Lupin Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 115.44,\n                \"discount_percentage\": 16,\n                \"selling_price\": 96.97,\n                \"available_quantity\": 40,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Lupin Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 40,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 96.97,\n                \"discountPercentage\": 16,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"6fd600fc-f772-4887-8fa9-83b5d381ccb1\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acenac-P  Tablet\",\n                \"brand_name\": \"Medley Pharmaceuticals\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 61,\n                \"discount_percentage\": 13,\n                \"selling_price\": 53.07,\n                \"available_quantity\": 65,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Medley Pharmaceuticals\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 65,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 53.07,\n                \"discountPercentage\": 13,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"d8fb5fe6-d286-4906-bc3a-c14f3cbf93b1\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Ace Proxyvon Tablet\",\n                \"brand_name\": \"Dr Reddy's Laboratories Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 72.5,\n                \"discount_percentage\": 19,\n                \"selling_price\": 58.73,\n                \"available_quantity\": 489,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Dr Reddy's Laboratories Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 489,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 58.73,\n                \"discountPercentage\": 19,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"686adc02-93b3-4df3-97ab-2137f162e4f6\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acton-OR Tablet SR\",\n                \"brand_name\": \"Apex Laboratories Pvt Ltd\",\n                \"generic_name\": \"Paracetamol (300mg) Paracetamol (700mg)\",\n                \"price\": 50.55,\n                \"discount_percentage\": 3,\n                \"selling_price\": 49.03,\n                \"available_quantity\": 250,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablet ir\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Apex Laboratories Pvt Ltd\",\n                \"genericName\": \"Paracetamol (300mg) Paracetamol (700mg)\",\n                \"availableQuantity\": 250,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 49.03,\n                \"discountPercentage\": 3,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"3263d8a0-2a4d-4d61-8b3b-becbb7745607\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acuvin Tablet\",\n                \"brand_name\": \"Abbott\",\n                \"generic_name\": \"Paracetamol/Acetaminophen  (325mg) Tramadol (37.5mg)\",\n                \"price\": 227.66,\n                \"discount_percentage\": 12,\n                \"selling_price\": 200.34,\n                \"available_quantity\": 24,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 15 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Abbott\",\n                \"genericName\": \"Paracetamol/Acetaminophen  (325mg) Tramadol (37.5mg)\",\n                \"availableQuantity\": 24,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 200.34,\n                \"discountPercentage\": 12,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"255f0d4b-1ba0-4dee-8347-8849cae86207\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acenext P 100mg/325mg Tablet\",\n                \"brand_name\": \"Cadila Pharmaceuticals Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 58,\n                \"discount_percentage\": 20,\n                \"selling_price\": 46.4,\n                \"available_quantity\": 334,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Cadila Pharmaceuticals Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 334,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 46.4,\n                \"discountPercentage\": 20,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"7645f2bb-c8a2-467a-9454-e203283e9685\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Arflur 3D Tablet\",\n                \"brand_name\": \"FDC Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 74.75,\n                \"discount_percentage\": 2,\n                \"selling_price\": 73.25,\n                \"available_quantity\": 325,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"FDC Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 325,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 73.25,\n                \"discountPercentage\": 2,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"db9aec35-4e0c-488f-9175-ea819df2be0f\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acenac SP 100mg/325mg/15mg Tablet\",\n                \"brand_name\": \"Medley Pharmaceuticals\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 101,\n                \"discount_percentage\": 18,\n                \"selling_price\": 82.82,\n                \"available_quantity\": 313,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Medley Pharmaceuticals\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 313,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 82.82,\n                \"discountPercentage\": 18,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"b10a36a1-6b6a-4e90-8824-143c3a0af66f\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acimol MR 100mg/325mg/250mg Tablet\",\n                \"brand_name\": \"Leeford Healthcare Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 65,\n                \"discount_percentage\": 13,\n                \"selling_price\": 56.55,\n                \"available_quantity\": 52,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Leeford Healthcare Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 52,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 56.55,\n                \"discountPercentage\": 13,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"b40d06f0-72c4-436a-90d8-4f43522baa5f\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Aceflam P 100mg/325mg Tablet\",\n                \"brand_name\": \"Micro Labs Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 58.25,\n                \"discount_percentage\": 23,\n                \"selling_price\": 44.85,\n                \"available_quantity\": 291,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Micro Labs Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 291,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 44.85,\n                \"discountPercentage\": 23,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"08adc9ac-a6c3-4ecc-b6d8-b02ee04faa87\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Akilos-SP Tablet\",\n                \"brand_name\": \"Unison Pharmaceuticals Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 43.3,\n                \"discount_percentage\": 20,\n                \"selling_price\": 34.64,\n                \"available_quantity\": 75,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Unison Pharmaceuticals Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 75,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 34.64,\n                \"discountPercentage\": 20,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"618cfc8f-82aa-4347-b58c-8be69d34e4cb\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acimol 100 mg/325 mg Tablet\",\n                \"brand_name\": \"Leeford Healthcare Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 35,\n                \"discount_percentage\": 19,\n                \"selling_price\": 28.35,\n                \"available_quantity\": 46,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Leeford Healthcare Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 46,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 28.35,\n                \"discountPercentage\": 19,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"5d34d7d3-e68e-48a4-bc28-17087b74588a\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acimol Forte 100mg/325mg/15mg Tablet\",\n                \"brand_name\": \"Leeford Healthcare Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 85,\n                \"discount_percentage\": 3,\n                \"selling_price\": 82.45,\n                \"available_quantity\": 361,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Leeford Healthcare Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 361,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 82.45,\n                \"discountPercentage\": 3,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"db6e8388-eaac-40c8-9b6c-531838d45e93\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Alerid Cold Tablet\",\n                \"brand_name\": \"Cipla Ltd\",\n                \"generic_name\": \"Cetirizine (5mg) Paracetamol (325mg)\",\n                \"price\": 65.5,\n                \"discount_percentage\": 14,\n                \"selling_price\": 56.33,\n                \"available_quantity\": 274,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Cipla Ltd\",\n                \"genericName\": \"Cetirizine (5mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 274,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 56.33,\n                \"discountPercentage\": 14,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"2f70e3a8-dcd9-4314-9ce6-520ddc5960c6\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acolate Tablet\",\n                \"brand_name\": \"Gujarat Terce Laboratories Ltd\",\n                \"generic_name\": \"Caffeine (30mg) Paracetamol (325mg)\",\n                \"price\": 39,\n                \"discount_percentage\": 5,\n                \"selling_price\": 37.05,\n                \"available_quantity\": 418,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Gujarat Terce Laboratories Ltd\",\n                \"genericName\": \"Caffeine (30mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 418,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 37.05,\n                \"discountPercentage\": 5,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"061e0c33-f34e-4865-ae56-60591c54eae8\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acefen SP Tablet\",\n                \"brand_name\": \"Salud Care India Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 61.02,\n                \"discount_percentage\": 14,\n                \"selling_price\": 52.48,\n                \"available_quantity\": 217,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Salud Care India Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 217,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 52.48,\n                \"discountPercentage\": 14,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"37043d68-df16-4774-a9ca-fe71fbadaa0c\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Alkem Cold 5 mg/500 mg/5 mg Tablet\",\n                \"brand_name\": \"Alkem Laboratories Ltd\",\n                \"generic_name\": \"Cetirizine (5mg) Paracetamol (500mg)\",\n                \"price\": 28,\n                \"discount_percentage\": 22,\n                \"selling_price\": 21.84,\n                \"available_quantity\": 405,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Alkem Laboratories Ltd\",\n                \"genericName\": \"Cetirizine (5mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 405,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 21.84,\n                \"discountPercentage\": 22,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"6ca54e76-dec1-4c8d-9d73-9c827f66070d\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Aceloflam Plus Tablet\",\n                \"brand_name\": \"Alkem Laboratories Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 58,\n                \"discount_percentage\": 8,\n                \"selling_price\": 53.36,\n                \"available_quantity\": 251,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Alkem Laboratories Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 251,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 53.36,\n                \"discountPercentage\": 8,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"f9c70812-b8de-445f-99ce-1d67f4f7ec7d\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acepar 100mg/325mg Tablet\",\n                \"brand_name\": \"Allenge India\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 28,\n                \"discount_percentage\": 8,\n                \"selling_price\": 25.76,\n                \"available_quantity\": 247,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Allenge India\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 247,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 25.76,\n                \"discountPercentage\": 8,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"8d8526fd-3c65-4f99-a152-2a2eb84fbe2b\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Ace-Proxyvon SP Tablet\",\n                \"brand_name\": \"Dr Reddy's Laboratories Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 123,\n                \"discount_percentage\": 6,\n                \"selling_price\": 115.62,\n                \"available_quantity\": 492,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Dr Reddy's Laboratories Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 492,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 115.62,\n                \"discountPercentage\": 6,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"92a6a3e3-5622-4bbe-9672-2e41aa2d8a3b\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"AT SP Tablet\",\n                \"brand_name\": \"Atopic Laboratories\",\n                \"generic_name\": \"Diclofenac (50mg) Paracetamol (500mg)\",\n                \"price\": 62,\n                \"discount_percentage\": 4,\n                \"selling_price\": 59.52,\n                \"available_quantity\": 269,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Atopic Laboratories\",\n                \"genericName\": \"Diclofenac (50mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 269,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 59.52,\n                \"discountPercentage\": 4,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"cce2bfdb-554e-4a04-a221-c65bf518ea2b\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Answell 400 mg/325 mg Tablet\",\n                \"brand_name\": \"Cadila Pharmaceuticals Ltd\",\n                \"generic_name\": \"Ibuprofen (400mg) Paracetamol (325mg)\",\n                \"price\": 8.06,\n                \"discount_percentage\": 14,\n                \"selling_price\": 6.93,\n                \"available_quantity\": 122,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Cadila Pharmaceuticals Ltd\",\n                \"genericName\": \"Ibuprofen (400mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 122,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 6.93,\n                \"discountPercentage\": 14,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"6a27a9f8-d85c-4eb5-9b21-b2f46ee0bf37\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Ace Plus Tablet\",\n                \"brand_name\": \"Maxis Healthcare\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 99,\n                \"discount_percentage\": 19,\n                \"selling_price\": 80.19,\n                \"available_quantity\": 265,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Maxis Healthcare\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 265,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 80.19,\n                \"discountPercentage\": 19,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"b0aedb55-ef12-4add-a7fc-b18e66903b98\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Adiflam Plus 400 mg/500 mg Tablet\",\n                \"brand_name\": \"Leben Life Sciences Pvt Ltd\",\n                \"generic_name\": \"Ibuprofen (400mg) Paracetamol (500mg)\",\n                \"price\": 19.5,\n                \"discount_percentage\": 20,\n                \"selling_price\": 15.6,\n                \"available_quantity\": 84,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Leben Life Sciences Pvt Ltd\",\n                \"genericName\": \"Ibuprofen (400mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 84,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 15.6,\n                \"discountPercentage\": 20,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"bef37052-f52a-40fd-9e39-53bfb7167c10\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"ACTION OR 1000mg Tablet\",\n                \"brand_name\": \"Apex Laboratories Pvt Ltd\",\n                \"generic_name\": \"Paracetamol (1000mg)\",\n                \"price\": 42.3,\n                \"discount_percentage\": 19,\n                \"selling_price\": 34.26,\n                \"available_quantity\": 302,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Apex Laboratories Pvt Ltd\",\n                \"genericName\": \"Paracetamol (1000mg)\",\n                \"availableQuantity\": 302,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 34.26,\n                \"discountPercentage\": 19,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"fbc61f9e-bd47-471f-9c7c-baf9b8d39691\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acton-OR Plus+ Tablet\",\n                \"brand_name\": \"Apex Laboratories Pvt Ltd\",\n                \"generic_name\": \"Paracetamol (325mg) Thiocolchicoside (4mg)\",\n                \"price\": 164.9,\n                \"discount_percentage\": 14,\n                \"selling_price\": 141.81,\n                \"available_quantity\": 490,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Apex Laboratories Pvt Ltd\",\n                \"genericName\": \"Paracetamol (325mg) Thiocolchicoside (4mg)\",\n                \"availableQuantity\": 490,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 141.81,\n                \"discountPercentage\": 14,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"12c41e7a-9058-4843-ad95-5cf05b456397\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Aceron TC Tablet\",\n                \"brand_name\": \"Oaknet Healthcare Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 137.68,\n                \"discount_percentage\": 15,\n                \"selling_price\": 117.03,\n                \"available_quantity\": 144,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Oaknet Healthcare Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 144,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 117.03,\n                \"discountPercentage\": 15,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"f11bf568-0f3f-4c40-b746-b2a2ef8fd449\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Asolt-AT Tablet\",\n                \"brand_name\": \"Profic Organic Ltd\",\n                \"generic_name\": \"Diclofenac (46.5mg) Paracetamol (325mg)\",\n                \"price\": 118,\n                \"discount_percentage\": 19,\n                \"selling_price\": 95.58,\n                \"available_quantity\": 500,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Profic Organic Ltd\",\n                \"genericName\": \"Diclofenac (46.5mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 500,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 95.58,\n                \"discountPercentage\": 19,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"294841c9-e02d-4bc1-8e3c-1940c220b1a3\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acepar SP 100mg/325mg/15mg Tablet\",\n                \"brand_name\": \"Nemi Pharmaceuticles\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 90,\n                \"discount_percentage\": 5,\n                \"selling_price\": 85.5,\n                \"available_quantity\": 55,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Nemi Pharmaceuticles\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 55,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 85.5,\n                \"discountPercentage\": 5,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"19b33c98-73c6-4807-91ca-90ca9033cb43\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Alergin Cold Total Tablet\",\n                \"brand_name\": \"Cipla Ltd\",\n                \"generic_name\": \"Paracetamol (NA) Caffeine (NA)\",\n                \"price\": 51.5,\n                \"discount_percentage\": 7,\n                \"selling_price\": 47.9,\n                \"available_quantity\": 322,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Cipla Ltd\",\n                \"genericName\": \"Paracetamol (NA) Caffeine (NA)\",\n                \"availableQuantity\": 322,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 47.9,\n                \"discountPercentage\": 7,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"31246499-1673-47b2-893b-e225cb7b95ed\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Aclopar SP 100mg/325mg/10mg Tablet\",\n                \"brand_name\": \"Themis Medicare Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 95,\n                \"discount_percentage\": 17,\n                \"selling_price\": 78.85,\n                \"available_quantity\": 461,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Themis Medicare Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 461,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 78.85,\n                \"discountPercentage\": 17,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"12740dbf-654a-4acf-8582-09b9662131a5\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Alerfri SF 650 mg/60 mg/2.5 mg Tablet\",\n                \"brand_name\": \"Navil Laboratories Pvt Ltd\",\n                \"generic_name\": \"Paracetamol (650mg) Pseudoephedrine (60mg)\",\n                \"price\": 59.25,\n                \"discount_percentage\": 22,\n                \"selling_price\": 46.22,\n                \"available_quantity\": 341,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Navil Laboratories Pvt Ltd\",\n                \"genericName\": \"Paracetamol (650mg) Pseudoephedrine (60mg)\",\n                \"availableQuantity\": 341,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 46.22,\n                \"discountPercentage\": 22,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"2a743e83-19f1-4710-a889-074146a2a789\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acelopara Tablet\",\n                \"brand_name\": \"Awakesoul Pharmaceutical Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 43.9,\n                \"discount_percentage\": 18,\n                \"selling_price\": 36,\n                \"available_quantity\": 259,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Awakesoul Pharmaceutical Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 259,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 36,\n                \"discountPercentage\": 18,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"2cd34684-171f-46de-8dae-fb2523619382\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acenext MR 100mg/325mg/250mg Tablet\",\n                \"brand_name\": \"Cadila Pharmaceuticals Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 84.5,\n                \"discount_percentage\": 23,\n                \"selling_price\": 65.06,\n                \"available_quantity\": 44,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Cadila Pharmaceuticals Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 44,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 65.06,\n                \"discountPercentage\": 23,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"efcfc87a-08d6-4b0b-aa96-ef5ed19b58b8\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Aceloflam MR Tablet\",\n                \"brand_name\": \"Alkem Laboratories Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 64,\n                \"discount_percentage\": 24,\n                \"selling_price\": 48.64,\n                \"available_quantity\": 498,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Alkem Laboratories Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 498,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 48.64,\n                \"discountPercentage\": 24,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"ae822a2d-bdaa-4037-95c8-3640c050554b\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Alcinac MR Tablet\",\n                \"brand_name\": \"Leeford Healthcare Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 75,\n                \"discount_percentage\": 23,\n                \"selling_price\": 57.75,\n                \"available_quantity\": 362,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Leeford Healthcare Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 362,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 57.75,\n                \"discountPercentage\": 23,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"4ece6085-4e5c-4fcd-a8c6-555094074b92\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acefile SP 100mg/325mg/10mg Tablet\",\n                \"brand_name\": \"Ajanta Pharma Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 78,\n                \"discount_percentage\": 16,\n                \"selling_price\": 65.52,\n                \"available_quantity\": 372,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Ajanta Pharma Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 372,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 65.52,\n                \"discountPercentage\": 16,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"4dbde107-804e-474f-ae05-3dd1747f9a2f\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Agmamol 500mg Tablet\",\n                \"brand_name\": \"Amore Health Essentials Pvt Ltd\",\n                \"generic_name\": \"Paracetamol (500mg)\",\n                \"price\": 14,\n                \"discount_percentage\": 22,\n                \"selling_price\": 10.92,\n                \"available_quantity\": 24,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 15 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Amore Health Essentials Pvt Ltd\",\n                \"genericName\": \"Paracetamol (500mg)\",\n                \"availableQuantity\": 24,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 10.92,\n                \"discountPercentage\": 22,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"cd5739a9-dc17-4dcd-9d2d-b2c308b56881\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Arflur-MR Tablet\",\n                \"brand_name\": \"FDC Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 55,\n                \"discount_percentage\": 24,\n                \"selling_price\": 41.8,\n                \"available_quantity\": 198,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"FDC Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 198,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 41.8,\n                \"discountPercentage\": 24,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"ca44f82d-e71b-458b-a0c8-c6bb79f1ecf7\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acecare-Plus Tablet\",\n                \"brand_name\": \"Eurocare\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 70,\n                \"discount_percentage\": 24,\n                \"selling_price\": 53.2,\n                \"available_quantity\": 444,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Eurocare\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 444,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 53.2,\n                \"discountPercentage\": 24,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"2b4aa6fd-4875-4fde-8637-97678d6d7b70\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Algin 100 mg/500 mg Tablet\",\n                \"brand_name\": \"Gujarat Terce Laboratories Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 22.77,\n                \"discount_percentage\": 6,\n                \"selling_price\": 21.4,\n                \"available_quantity\": 145,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Gujarat Terce Laboratories Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 145,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 21.4,\n                \"discountPercentage\": 6,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"f737f5ef-a9bd-41fd-9a89-7138d6ed5251\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Aldigesic 100mg/500mg/250mg Tablet MR\",\n                \"brand_name\": \"Alkem Laboratories Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 100,\n                \"discount_percentage\": 2,\n                \"selling_price\": 98,\n                \"available_quantity\": 424,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablet mr\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Alkem Laboratories Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 424,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 98,\n                \"discountPercentage\": 2,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"cef75cc3-b2e7-4293-beb4-494d824a5533\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Anadom 10mg/500mg Tablet\",\n                \"brand_name\": \"Icon Life Sciences\",\n                \"generic_name\": \"Domperidone (10mg) Paracetamol (500mg)\",\n                \"price\": 60,\n                \"discount_percentage\": 14,\n                \"selling_price\": 51.6,\n                \"available_quantity\": 199,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Icon Life Sciences\",\n                \"genericName\": \"Domperidone (10mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 199,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 51.6,\n                \"discountPercentage\": 14,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"584f14d8-2c78-41da-8954-696fb0af5f3b\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acetal MR 100mg/325mg/250mg Tablet\",\n                \"brand_name\": \"Blubell Pharma\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 55,\n                \"discount_percentage\": 0,\n                \"selling_price\": 55,\n                \"available_quantity\": 38,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Blubell Pharma\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 38,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 55,\n                \"discountPercentage\": 0,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"13e7d2ee-8730-4331-91a2-141f0bd849c4\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Aceton-P Tablet\",\n                \"brand_name\": \"Sycon Healthcare Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 61,\n                \"discount_percentage\": 23,\n                \"selling_price\": 46.97,\n                \"available_quantity\": 329,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Sycon Healthcare Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 329,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 46.97,\n                \"discountPercentage\": 23,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"2f2c5b78-8455-4dff-8c14-9518febc9ae6\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Adine-Plus Tablet\",\n                \"brand_name\": \"Dr. Johns Laboratories Pvt Ltd\",\n                \"generic_name\": \"Diclofenac (50mg) Paracetamol (325mg)\",\n                \"price\": 96.2,\n                \"discount_percentage\": 11,\n                \"selling_price\": 85.62,\n                \"available_quantity\": 125,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Dr. Johns Laboratories Pvt Ltd\",\n                \"genericName\": \"Diclofenac (50mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 125,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 85.62,\n                \"discountPercentage\": 11,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"f169fe3f-92bf-41f9-8508-7307861c18c0\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Asozen SR Plus 100mg/325mg/10mg Tablet\",\n                \"brand_name\": \"Zeelab Pharmacy Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 20,\n                \"discount_percentage\": 17,\n                \"selling_price\": 16.6,\n                \"available_quantity\": 139,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Zeelab Pharmacy Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 139,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 16.6,\n                \"discountPercentage\": 17,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"6f5a748f-2dc9-4d9e-bb17-0fd7335c0d1d\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Alcinac Forte 100mg/325mg/15mg Tablet\",\n                \"brand_name\": \"Leeford Healthcare Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 85,\n                \"discount_percentage\": 4,\n                \"selling_price\": 81.6,\n                \"available_quantity\": 396,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Leeford Healthcare Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 396,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 81.6,\n                \"discountPercentage\": 4,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"d8363055-7591-48d1-8cdd-6fa96869c771\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Ace Tablet\",\n                \"brand_name\": \"Hallmark Chemicals\",\n                \"generic_name\": \"Paracetamol (1000mg)\",\n                \"price\": 43,\n                \"discount_percentage\": 9,\n                \"selling_price\": 39.13,\n                \"available_quantity\": 275,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Hallmark Chemicals\",\n                \"genericName\": \"Paracetamol (1000mg)\",\n                \"availableQuantity\": 275,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 39.13,\n                \"discountPercentage\": 9,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"1603188e-65c3-49c4-b8bf-f1da802c11f6\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Allerfree Tablet\",\n                \"brand_name\": \"Unimarck Healthcare Ltd\",\n                \"generic_name\": \"Chlorpheniramine Maleate (2mg) Paracetamol (500mg)\",\n                \"price\": 46.2,\n                \"discount_percentage\": 3,\n                \"selling_price\": 44.81,\n                \"available_quantity\": 204,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Unimarck Healthcare Ltd\",\n                \"genericName\": \"Chlorpheniramine Maleate (2mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 204,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 44.81,\n                \"discountPercentage\": 3,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"8aca748f-091f-4d4f-bdaa-d2fcf495eb2f\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Ace-KS Tablet\",\n                \"brand_name\": \"kalal & Saiyed Pharma Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 50,\n                \"discount_percentage\": 17,\n                \"selling_price\": 41.5,\n                \"available_quantity\": 361,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"kalal & Saiyed Pharma Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 361,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 41.5,\n                \"discountPercentage\": 17,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"2bf23dd3-5559-4f3a-9331-67a62d7d3f70\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Algina 650 Tablet\",\n                \"brand_name\": \"Geno Pharmaceuticals Ltd\",\n                \"generic_name\": \"Paracetamol (650mg)\",\n                \"price\": 11.25,\n                \"discount_percentage\": 7,\n                \"selling_price\": 10.46,\n                \"available_quantity\": 491,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Geno Pharmaceuticals Ltd\",\n                \"genericName\": \"Paracetamol (650mg)\",\n                \"availableQuantity\": 491,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 10.46,\n                \"discountPercentage\": 7,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"5d01f1d1-393f-4c3e-9f2d-cfe378e5d9c1\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Anafast 100mg/325mg Tablet\",\n                \"brand_name\": \"Overseas Healthcare Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 42,\n                \"discount_percentage\": 22,\n                \"selling_price\": 32.76,\n                \"available_quantity\": 23,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Overseas Healthcare Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 23,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 32.76,\n                \"discountPercentage\": 22,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"96879e45-70dc-4dcd-a703-539c188fdecd\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acefile P 100mg/325mg Tablet\",\n                \"brand_name\": \"Ajanta Pharma Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 66.25,\n                \"discount_percentage\": 19,\n                \"selling_price\": 53.66,\n                \"available_quantity\": 114,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Ajanta Pharma Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 114,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 53.66,\n                \"discountPercentage\": 19,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"5847b999-5962-47d1-84dd-763ab4defa49\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acepar MR Tablet\",\n                \"brand_name\": \"Allenge India\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 54,\n                \"discount_percentage\": 8,\n                \"selling_price\": 49.68,\n                \"available_quantity\": 111,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Allenge India\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 111,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 49.68,\n                \"discountPercentage\": 8,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"e58269df-16e8-41d0-8dfa-48a15c57705c\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acendol-P Tablet\",\n                \"brand_name\": \"Serum Institute Of India Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 59.2,\n                \"discount_percentage\": 5,\n                \"selling_price\": 56.24,\n                \"available_quantity\": 409,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Serum Institute Of India Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 409,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 56.24,\n                \"discountPercentage\": 5,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"9c725cf2-1588-4a01-bbfc-0c9c0437f17b\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acer Plus Tablet\",\n                \"brand_name\": \"Aerochem Neutron\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 69,\n                \"discount_percentage\": 0,\n                \"selling_price\": 69,\n                \"available_quantity\": 245,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Aerochem Neutron\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 245,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 69,\n                \"discountPercentage\": 0,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"cb00b649-a05e-43d0-afe9-c1b046af93e6\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Anaflam 400mg/325mg Tablet\",\n                \"brand_name\": \"Albert David Ltd\",\n                \"generic_name\": \"Ibuprofen (400mg) Paracetamol (325mg)\",\n                \"price\": 8,\n                \"discount_percentage\": 9,\n                \"selling_price\": 7.28,\n                \"available_quantity\": 494,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Albert David Ltd\",\n                \"genericName\": \"Ibuprofen (400mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 494,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 7.28,\n                \"discountPercentage\": 9,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"3f341d4d-20a5-4db6-bc0f-d821e17d7ce6\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Aspen SP Tablet\",\n                \"brand_name\": \"Proton Remedies Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 75,\n                \"discount_percentage\": 0,\n                \"selling_price\": 75,\n                \"available_quantity\": 310,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Proton Remedies Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 310,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 75,\n                \"discountPercentage\": 0,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"9a5ed602-90bd-494a-ad20-eb6f8e562359\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Aceden-P Tablet\",\n                \"brand_name\": \"BMW Pharmaco India Pvt. Ltd.\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 30,\n                \"discount_percentage\": 5,\n                \"selling_price\": 28.5,\n                \"available_quantity\": 244,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"BMW Pharmaco India Pvt. Ltd.\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 244,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 28.5,\n                \"discountPercentage\": 5,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"6f55b4b5-b4f5-4831-a769-59552e927e5c\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Aclo-P Tablet\",\n                \"brand_name\": \"Regalia Pharmaceuticals (I) Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 37.13,\n                \"discount_percentage\": 8,\n                \"selling_price\": 34.16,\n                \"available_quantity\": 119,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Regalia Pharmaceuticals (I) Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 119,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 34.16,\n                \"discountPercentage\": 8,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"f86b80da-783a-4da7-a997-519c4bf54302\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Aceross-P Tablet\",\n                \"brand_name\": \"Emami Frank Ross Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 33.5,\n                \"discount_percentage\": 3,\n                \"selling_price\": 32.49,\n                \"available_quantity\": 122,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Emami Frank Ross Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 122,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 32.49,\n                \"discountPercentage\": 3,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"341b5fae-2997-40c4-97b9-67a84637da47\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Asozen-Plus Tablet\",\n                \"brand_name\": \"Zeelab Pharmacy Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 10,\n                \"discount_percentage\": 23,\n                \"selling_price\": 7.7,\n                \"available_quantity\": 325,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Zeelab Pharmacy Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 325,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 7.7,\n                \"discountPercentage\": 23,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"0bdcddee-05cf-4e0f-872d-c21c37286f09\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"AP 100mg/325mg Tablet\",\n                \"brand_name\": \"Denizen Pharmaceuticals India (P) Ltd\",\n                \"generic_name\": \"Nimesulide (100mg) Paracetamol (325mg)\",\n                \"price\": 14.3,\n                \"discount_percentage\": 10,\n                \"selling_price\": 12.87,\n                \"available_quantity\": 506,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Denizen Pharmaceuticals India (P) Ltd\",\n                \"genericName\": \"Nimesulide (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 506,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 12.87,\n                \"discountPercentage\": 10,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"9af5e527-6276-4519-8905-047431d0626f\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Asirest-SP Tablet\",\n                \"brand_name\": \"Sunrest Life Science\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 85,\n                \"discount_percentage\": 0,\n                \"selling_price\": 85,\n                \"available_quantity\": 290,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Sunrest Life Science\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 290,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 85,\n                \"discountPercentage\": 0,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"54825a4e-0605-45f8-81f0-a71fc5222be5\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Aceta SP  Tablet\",\n                \"brand_name\": \"Solvate Laboratries Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 68,\n                \"discount_percentage\": 18,\n                \"selling_price\": 55.76,\n                \"available_quantity\": 60,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Solvate Laboratries Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 60,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 55.76,\n                \"discountPercentage\": 18,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"bda014d4-807f-475c-9fbf-ba2b9b5b5ea7\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Aceloflam Plus Tablet\",\n                \"brand_name\": \"Alkem Laboratories Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 94,\n                \"discount_percentage\": 17,\n                \"selling_price\": 78.02,\n                \"available_quantity\": 433,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 15 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Alkem Laboratories Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 433,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 78.02,\n                \"discountPercentage\": 17,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"8fa5d41e-ed7f-4316-94cc-11bfd9d21aab\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"AC Para 100mg/325mg Tablet\",\n                \"brand_name\": \"MMC Healthcare Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 60,\n                \"discount_percentage\": 7,\n                \"selling_price\": 55.8,\n                \"available_quantity\": 204,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"MMC Healthcare Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 204,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 55.8,\n                \"discountPercentage\": 7,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"e8b57a53-7471-4d73-bade-a81c71834214\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Admol Junior 125mg Tablet\",\n                \"brand_name\": \"Ethicare Pharma\",\n                \"generic_name\": \"Paracetamol (125mg)\",\n                \"price\": 19.25,\n                \"discount_percentage\": 8,\n                \"selling_price\": 17.71,\n                \"available_quantity\": 445,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Ethicare Pharma\",\n                \"genericName\": \"Paracetamol (125mg)\",\n                \"availableQuantity\": 445,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 17.71,\n                \"discountPercentage\": 8,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"33d3ce19-e2a6-46b6-9bb8-51cfd238aade\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Anprox Tablet\",\n                \"brand_name\": \"Seagull Pharmaceutical Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 31.46,\n                \"discount_percentage\": 4,\n                \"selling_price\": 30.2,\n                \"available_quantity\": 113,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Seagull Pharmaceutical Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 113,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 30.2,\n                \"discountPercentage\": 4,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"41b91341-e31a-4604-b791-6fac4a0bdaef\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Aceclodus P 100 mg/500 mg Tablet\",\n                \"brand_name\": \"Zydus Cadila\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 57.8,\n                \"discount_percentage\": 6,\n                \"selling_price\": 54.33,\n                \"available_quantity\": 292,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Zydus Cadila\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 292,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 54.33,\n                \"discountPercentage\": 6,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"47aa3d7c-130b-41d7-a2f3-41c40353f86c\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Admol 1g Tablet SR\",\n                \"brand_name\": \"Kepler Health Care\",\n                \"generic_name\": \"Paracetamol (300mg) Paracetamol (700mg)\",\n                \"price\": 50,\n                \"discount_percentage\": 21,\n                \"selling_price\": 39.5,\n                \"available_quantity\": 72,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablet sr\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Kepler Health Care\",\n                \"genericName\": \"Paracetamol (300mg) Paracetamol (700mg)\",\n                \"availableQuantity\": 72,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 39.5,\n                \"discountPercentage\": 21,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"27ba4846-5427-4611-8e3e-e15ef4e4b0a8\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Aceflam S Tablet\",\n                \"brand_name\": \"Micro Labs Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 21.93,\n                \"discount_percentage\": 19,\n                \"selling_price\": 17.76,\n                \"available_quantity\": 240,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Micro Labs Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 240,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 17.76,\n                \"discountPercentage\": 19,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"5c827bd7-ed5b-4869-8f4b-72be370eee4c\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acetal P  100 mg/500 mg Tablet\",\n                \"brand_name\": \"Total Healthcare\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 26.25,\n                \"discount_percentage\": 4,\n                \"selling_price\": 25.2,\n                \"available_quantity\": 483,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Total Healthcare\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 483,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 25.2,\n                \"discountPercentage\": 4,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"6562e612-2426-4e4f-b177-75e5cd33a280\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Actidol-DP Tablet\",\n                \"brand_name\": \"Obsurge Biotech Ltd\",\n                \"generic_name\": \"Domperidone (10mg) Paracetamol (325mg)\",\n                \"price\": 112.2,\n                \"discount_percentage\": 24,\n                \"selling_price\": 85.27,\n                \"available_quantity\": 71,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Obsurge Biotech Ltd\",\n                \"genericName\": \"Domperidone (10mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 71,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 85.27,\n                \"discountPercentage\": 24,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"f3468726-e5b7-4bdb-bfd3-9b5d8c3d21b7\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Aclozest SP Tablet\",\n                \"brand_name\": \"Ikon Remedies Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 89.5,\n                \"discount_percentage\": 1,\n                \"selling_price\": 88.61,\n                \"available_quantity\": 502,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Ikon Remedies Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 502,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 88.61,\n                \"discountPercentage\": 1,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"9fd3a827-acd2-4f17-bf11-7ff8f1be96a5\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acewok Plus Tablet\",\n                \"brand_name\": \"Intra Life\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 74.52,\n                \"discount_percentage\": 12,\n                \"selling_price\": 65.58,\n                \"available_quantity\": 58,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Intra Life\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 58,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 65.58,\n                \"discountPercentage\": 12,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"92022dd1-79c7-4600-a04d-f1571fd6068d\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Assidol SP Tablet\",\n                \"brand_name\": \"Assiduous Life Sciences Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 71,\n                \"discount_percentage\": 18,\n                \"selling_price\": 58.22,\n                \"available_quantity\": 366,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Assiduous Life Sciences Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 366,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 58.22,\n                \"discountPercentage\": 18,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"bfc008a2-7c18-4865-89ea-8c58b005a091\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acemol 100 mg/500 mg Tablet\",\n                \"brand_name\": \"West-Coast Pharmaceutical Works Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 35.93,\n                \"discount_percentage\": 0,\n                \"selling_price\": 35.93,\n                \"available_quantity\": 305,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"West-Coast Pharmaceutical Works Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 305,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 35.93,\n                \"discountPercentage\": 0,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"2136155f-c989-4d2a-97e9-9828647e8ab3\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Alonac SP Tablet\",\n                \"brand_name\": \"East West Pharma\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 61.5,\n                \"discount_percentage\": 1,\n                \"selling_price\": 60.88,\n                \"available_quantity\": 326,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"East West Pharma\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 326,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 60.88,\n                \"discountPercentage\": 1,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"135a8665-3559-4aed-9231-9c3110c46c75\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Aclopride P 100 mg/500 mg Tablet\",\n                \"brand_name\": \"Innovative Pharmaceuticals\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 59.83,\n                \"discount_percentage\": 7,\n                \"selling_price\": 55.64,\n                \"available_quantity\": 408,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Innovative Pharmaceuticals\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 408,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 55.64,\n                \"discountPercentage\": 7,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"c9583654-2b4c-499d-859b-cf902e64c3d6\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acimol 500mg Tablet\",\n                \"brand_name\": \"Allied Chemicals & Pharmaceuticals Pvt Ltd\",\n                \"generic_name\": \"Paracetamol (500mg)\",\n                \"price\": 6,\n                \"discount_percentage\": 1,\n                \"selling_price\": 5.94,\n                \"available_quantity\": 327,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Allied Chemicals & Pharmaceuticals Pvt Ltd\",\n                \"genericName\": \"Paracetamol (500mg)\",\n                \"availableQuantity\": 327,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 5.94,\n                \"discountPercentage\": 1,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"36313610-bce1-4460-96a4-1578dc0f0da7\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acepep SP Tablet\",\n                \"brand_name\": \"Sun Life Sciences Pvt Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 75,\n                \"discount_percentage\": 17,\n                \"selling_price\": 62.25,\n                \"available_quantity\": 388,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Sun Life Sciences Pvt Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 388,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 62.25,\n                \"discountPercentage\": 17,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"067a4a49-221e-4ec8-b4f3-6d9fa768345d\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Amol 500mg Tablet\",\n                \"brand_name\": \"Torrent Pharmaceuticals Ltd\",\n                \"generic_name\": \"Paracetamol (500mg)\",\n                \"price\": 3.56,\n                \"discount_percentage\": 6,\n                \"selling_price\": 3.35,\n                \"available_quantity\": 376,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Torrent Pharmaceuticals Ltd\",\n                \"genericName\": \"Paracetamol (500mg)\",\n                \"availableQuantity\": 376,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 3.35,\n                \"discountPercentage\": 6,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"107355a7-829d-4682-96a3-11959d894c84\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Arden 650mg Tablet\",\n                \"brand_name\": \"Adonis Laboratories Pvt Ltd\",\n                \"generic_name\": \"Paracetamol (650mg)\",\n                \"price\": 28.06,\n                \"discount_percentage\": 16,\n                \"selling_price\": 23.57,\n                \"available_quantity\": 140,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Adonis Laboratories Pvt Ltd\",\n                \"genericName\": \"Paracetamol (650mg)\",\n                \"availableQuantity\": 140,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 23.57,\n                \"discountPercentage\": 16,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"ea522439-6e24-4e90-8863-9410e72e2846\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acklogal-SP Tablet\",\n                \"brand_name\": \"Galpha Laboratories Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 113.13,\n                \"discount_percentage\": 21,\n                \"selling_price\": 89.37,\n                \"available_quantity\": 286,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Galpha Laboratories Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 286,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 89.37,\n                \"discountPercentage\": 21,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"048bbb04-b35d-4869-8a96-dc94f281bfc9\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Altraflam-P Tablet\",\n                \"brand_name\": \"Sun Pharmaceutical Industries Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 51,\n                \"discount_percentage\": 7,\n                \"selling_price\": 47.43,\n                \"available_quantity\": 413,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Sun Pharmaceutical Industries Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 413,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 47.43,\n                \"discountPercentage\": 7,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"d143851c-465d-4914-8efa-56b72c0e2e68\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acolate M Tablet\",\n                \"brand_name\": \"Gujarat Terce Laboratories Ltd\",\n                \"generic_name\": \"Cetirizine (5mg) Paracetamol (500mg)\",\n                \"price\": 79,\n                \"discount_percentage\": 3,\n                \"selling_price\": 76.63,\n                \"available_quantity\": 505,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Gujarat Terce Laboratories Ltd\",\n                \"genericName\": \"Cetirizine (5mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 505,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 76.63,\n                \"discountPercentage\": 3,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"57f00c91-ff98-44d2-936b-b3f8381fe88d\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Acemol-SP Tablet\",\n                \"brand_name\": \"West-Coast Pharmaceutical Works Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 70,\n                \"discount_percentage\": 14,\n                \"selling_price\": 60.2,\n                \"available_quantity\": 240,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"West-Coast Pharmaceutical Works Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 240,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 60.2,\n                \"discountPercentage\": 14,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"a48660a9-921b-4bef-a403-53ddd4910668\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Aclozen 100mg/500mg Tablet\",\n                \"brand_name\": \"Zenlabs Ethica Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 30,\n                \"discount_percentage\": 10,\n                \"selling_price\": 27,\n                \"available_quantity\": 413,\n                \"expiry_date\": \"2028-04-23\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Zenlabs Ethica Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 413,\n                \"expiryDate\": \"2028-04-23\",\n                \"sellingPrice\": 27,\n                \"discountPercentage\": 10,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"b0748056-1730-40d6-803c-8f013601cdee\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"AT SP Tablet\",\n                \"brand_name\": \"Atopic Laboratories\",\n                \"generic_name\": \"Diclofenac (50mg) Paracetamol (500mg)\",\n                \"price\": 62,\n                \"discount_percentage\": 17,\n                \"selling_price\": 51.46,\n                \"available_quantity\": 229,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Atopic Laboratories\",\n                \"genericName\": \"Diclofenac (50mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 229,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 51.46,\n                \"discountPercentage\": 17,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"4ab2da6a-c7d7-4fb9-ac0c-f671c23f2455\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Answell 400 mg/325 mg Tablet\",\n                \"brand_name\": \"Cadila Pharmaceuticals Ltd\",\n                \"generic_name\": \"Ibuprofen (400mg) Paracetamol (325mg)\",\n                \"price\": 8.06,\n                \"discount_percentage\": 16,\n                \"selling_price\": 6.77,\n                \"available_quantity\": 267,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Cadila Pharmaceuticals Ltd\",\n                \"genericName\": \"Ibuprofen (400mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 267,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 6.77,\n                \"discountPercentage\": 16,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"ee93ca07-e638-4e26-a74a-90dee5a4516b\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acimol Forte 100mg/325mg/15mg Tablet\",\n                \"brand_name\": \"Leeford Healthcare Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 85,\n                \"discount_percentage\": 7,\n                \"selling_price\": 79.05,\n                \"available_quantity\": 154,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Leeford Healthcare Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 154,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 79.05,\n                \"discountPercentage\": 7,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"4499f237-46e5-4ae0-9b4a-672c6c752125\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Acecloren Tablet\",\n                \"brand_name\": \"Indoco Remedies Ltd\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"price\": 115,\n                \"discount_percentage\": 5,\n                \"selling_price\": 109.25,\n                \"available_quantity\": 396,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Indoco Remedies Ltd\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n                \"availableQuantity\": 396,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 109.25,\n                \"discountPercentage\": 5,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"62877512-89ff-47f9-88df-4bf37138f7b3\",\n                \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"name\": \"Aceclodol P 100mg/500mg Tablet\",\n                \"brand_name\": \"Medley Pharmaceuticals\",\n                \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"price\": 42,\n                \"discount_percentage\": 5,\n                \"selling_price\": 39.9,\n                \"available_quantity\": 122,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                    \"city\": \"Delhi\",\n                    \"state\": \"Delhi\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                    \"image_url\": null,\n                    \"shop_name\": \"Sanjeevani Health Clinic\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                    \"contact_number\": \"9876543210\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Medley Pharmaceuticals\",\n                \"genericName\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n                \"availableQuantity\": 122,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 39.9,\n                \"discountPercentage\": 5,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            },\n            {\n                \"id\": \"42a11fc7-7414-4907-9c3d-a3967e6d3640\",\n                \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"name\": \"Admol 650mg Tablet\",\n                \"brand_name\": \"Ethicare Pharma\",\n                \"generic_name\": \"Paracetamol (650mg)\",\n                \"price\": 22.85,\n                \"discount_percentage\": 16,\n                \"selling_price\": 19.19,\n                \"available_quantity\": 111,\n                \"expiry_date\": \"2028-04-22\",\n                \"dosage_form\": \"strip of 10 tablets\",\n                \"strength\": null,\n                \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"is_active\": true,\n                \"is_approved\": true,\n                \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"shop_address\": null,\n                \"dealer_name\": null,\n                \"dealer_number\": null,\n                \"pharmacies\": {\n                    \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                    \"city\": \"Mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"rating\": 4.5,\n                    \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                    \"image_url\": null,\n                    \"shop_name\": \"City Medicos Mumbai\",\n                    \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                    \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                    \"contact_number\": \"9123456789\",\n                    \"license_number\": null,\n                    \"verification_status\": \"verified\"\n                },\n                \"brandName\": \"Ethicare Pharma\",\n                \"genericName\": \"Paracetamol (650mg)\",\n                \"availableQuantity\": 111,\n                \"expiryDate\": \"2028-04-22\",\n                \"sellingPrice\": 19.19,\n                \"discountPercentage\": 16,\n                \"imageUrl\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n                \"isActive\": true,\n                \"isApproved\": true\n            }\n        ],\n        \"insights\": {\n            \"cheapestId\": \"c3785b72-70da-4432-968c-2e0ab056f572\",\n            \"bestValueId\": \"783fdf70-fa38-4e63-8795-bc7d0237a52b\",\n            \"priceRange\": {\n                \"min\": 2.71,\n                \"max\": 216.28\n            }\n        }\n    }\n}"}],"_postman_id":"506b9837-c546-420f-ac5c-7d86a262e64a"},{"name":"Get Nearby Medicines","id":"2458ac88-92f2-4373-bbdb-5d6742e0a194","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/medicines/nearby","urlObject":{"protocol":"http","port":"5000","path":["api","medicines","nearby"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1b7a27be-f2ba-49db-be8f-9149318b4018","name":"Get Nearby Medicines","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/medicines/nearby"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Resource-Policy","value":"cross-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"195"},{"key":"Date","value":"Fri, 01 May 2026 07:49:36 GMT"},{"key":"X-RateLimit-Reset","value":"1777622244"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1042698"},{"key":"ETag","value":"W/\"fe90a-BFC525c6zctdLffCPyd7eSqBtvQ\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"count\": 1000,\n    \"data\": [\n        {\n            \"id\": \"e75e60e7-9b1d-41e2-97ce-b0165c62c97e\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amitone 10mg Tablet\",\n            \"brand_name\": \"Intas Pharmaceuticals Ltd\",\n            \"generic_name\": \"Amitriptyline (10mg)\",\n            \"price\": 19.15,\n            \"discount_percentage\": 16,\n            \"selling_price\": 16.09,\n            \"available_quantity\": 157,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"75b2404c-6be6-497a-984f-2813f93c9554\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Atorlip 10 Tablet\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Atorvastatin (10mg)\",\n            \"price\": 102.31,\n            \"discount_percentage\": 24,\n            \"selling_price\": 77.76,\n            \"available_quantity\": 20,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"7f53e911-34d2-4c82-b83b-5f5dc69c69d9\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Cough Syrup\",\n            \"brand_name\": \"Benadryl\",\n            \"generic_name\": \"Diphenhydramine\",\n            \"price\": 95,\n            \"discount_percentage\": 8,\n            \"selling_price\": 87.4,\n            \"available_quantity\": 45,\n            \"expiry_date\": \"2026-01-01\",\n            \"dosage_form\": \"Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T16:41:09.901007+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"203a979c-11ab-4cc0-89cd-f690f3a3e60f\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alex Syrup\",\n            \"brand_name\": \"Glenmark Pharmaceuticals Ltd\",\n            \"generic_name\": \"Phenylephrine (5mg/5ml) Chlorpheniramine Maleate (2mg/5ml)\",\n            \"price\": 129,\n            \"discount_percentage\": 17,\n            \"selling_price\": 107.07,\n            \"available_quantity\": 151,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"187f72bc-918e-4e64-a005-c1911dd46b05\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Anxiset Plus 0.5 mg/10 mg Tablet\",\n            \"brand_name\": \"Obsurge Biotech Ltd\",\n            \"generic_name\": \"Clonazepam (0.5mg) Escitalopram Oxalate (10mg)\",\n            \"price\": 153.45,\n            \"discount_percentage\": 1,\n            \"selling_price\": 151.92,\n            \"available_quantity\": 14,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"6ebe2b14-235a-492d-a316-15653bf52915\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Anovate Cream\",\n            \"brand_name\": \"USV Ltd\",\n            \"generic_name\": \"Phenylephrine (0.10% w/w) Beclometasone (0.025% w/w)\",\n            \"price\": 134.2,\n            \"discount_percentage\": 8,\n            \"selling_price\": 123.46,\n            \"available_quantity\": 116,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 20 gm Cream\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"0fe12c72-af64-48aa-92b8-9f1f035d76ee\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alprax Plus Tablet SR\",\n            \"brand_name\": \"Torrent Pharmaceuticals Ltd\",\n            \"generic_name\": \"Alprazolam (0.5mg) Sertraline (25mg)\",\n            \"price\": 76.7,\n            \"discount_percentage\": 23,\n            \"selling_price\": 59.06,\n            \"available_quantity\": 304,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablet sr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"131cb15a-6f2d-4da0-bf9b-e9d9fae6649a\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amoxicillin 500mg\",\n            \"brand_name\": \"Novamox\",\n            \"generic_name\": \"Amoxicillin\",\n            \"price\": 120,\n            \"discount_percentage\": 15,\n            \"selling_price\": 102,\n            \"available_quantity\": 50,\n            \"expiry_date\": \"2025-10-15\",\n            \"dosage_form\": \"Capsule\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T16:41:09.901007+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b814a948-4b33-4023-b835-fff124de1e67\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Allegra Suspension Raspberry & Vanilla\",\n            \"brand_name\": \"Sanofi India  Ltd\",\n            \"generic_name\": \"Fexofenadine (30mg/5ml)\",\n            \"price\": 188.78,\n            \"discount_percentage\": 2,\n            \"selling_price\": 185,\n            \"available_quantity\": 494,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Oral Suspension\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f52cc8f1-26c6-4792-b7bd-1362bb6e9396\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azrolid 500mg Tablet\",\n            \"brand_name\": \"Leeford Healthcare Ltd\",\n            \"generic_name\": \"Azithromycin (500mg)\",\n            \"price\": 67.1,\n            \"discount_percentage\": 13,\n            \"selling_price\": 58.38,\n            \"available_quantity\": 307,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 3 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"043eeab6-9fdf-4c4d-9f87-001eaa5ac758\",\n            \"pharmacy_id\": \"8dceff45-7bed-42fe-8483-1199e26ff79f\",\n            \"name\": \"Crocin 650mg Advance\",\n            \"brand_name\": \"GSK (GlaxoSmithKline)\",\n            \"generic_name\": null,\n            \"price\": 30,\n            \"discount_percentage\": 0,\n            \"selling_price\": 20,\n            \"available_quantity\": 10,\n            \"expiry_date\": \"2025-12-20\",\n            \"dosage_form\": \"Tablet\",\n            \"strength\": null,\n            \"image_url\": \"https://www.crocin.com/content/dam/cf-consumer-healthcare/panadol-reborn/en_IN/product-detail/380x463/Crocin-650mg-Pack_26May22-380x463.png\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T10:26:23.551618+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": \" Wellness Forever, Link Road, Andheri West, Mumbai\",\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"8dceff45-7bed-42fe-8483-1199e26ff79f\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"fe0de870-4ef4-4062-a38a-3b1d9b6655e5\",\n                \"image_url\": null,\n                \"shop_name\": \"Ronit Kumar soni Pharmacy\",\n                \"created_at\": \"2026-04-24T10:23:36.500225+00:00\",\n                \"shop_address\": \"Mumbai, Maharashtra\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"pending\"\n            }\n        },\n        {\n            \"id\": \"59eb61de-cb6e-46d2-8418-c0d4fd0fb6ee\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ativan 2mg Tablet\",\n            \"brand_name\": \"Pfizer Ltd\",\n            \"generic_name\": \"Lorazepam (2mg)\",\n            \"price\": 91.87,\n            \"discount_percentage\": 21,\n            \"selling_price\": 72.58,\n            \"available_quantity\": 374,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 30 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"893653d8-4e15-47dc-bc9d-41a67d9aed23\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aimet 25mg Tablet XR\",\n            \"brand_name\": \"Isis Healthcare Pvt Ltd\",\n            \"generic_name\": \"Metoprolol Succinate (25mg)\",\n            \"price\": 40,\n            \"discount_percentage\": 24,\n            \"selling_price\": 30.4,\n            \"available_quantity\": 36,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablet xr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"ea13e437-afa5-4541-83c9-144235b26511\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Asthalin 100mcg Inhaler\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Salbutamol (100mcg)\",\n            \"price\": 157.85,\n            \"discount_percentage\": 4,\n            \"selling_price\": 151.54,\n            \"available_quantity\": 249,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 200 MDI Inhaler\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"045cf024-8c60-42e4-be16-90ede52ae201\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aciloc RD 20 Tablet\",\n            \"brand_name\": \"Cadila Pharmaceuticals Ltd\",\n            \"generic_name\": \"Domperidone (10mg) Omeprazole (20mg)\",\n            \"price\": 77,\n            \"discount_percentage\": 3,\n            \"selling_price\": 74.69,\n            \"available_quantity\": 83,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"69bb2d8b-a318-4ffc-a42a-144db6f89043\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ascoril LS Junior Syrup\",\n            \"brand_name\": \"Glenmark Pharmaceuticals Ltd\",\n            \"generic_name\": \"Ambroxol (15mg/5ml) Levosalbutamol (0.5mg/5ml)\",\n            \"price\": 96,\n            \"discount_percentage\": 8,\n            \"selling_price\": 88.32,\n            \"available_quantity\": 250,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 60 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b7195165-811b-4f9e-8343-3a311c9f4eb0\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Ananda GB 400mg/10mg Tablet\",\n            \"brand_name\": \"Kivi Labs Ltd\",\n            \"generic_name\": \"Gabapentin (400mg) Nortriptyline (10mg)\",\n            \"price\": 190,\n            \"discount_percentage\": 0,\n            \"selling_price\": 190,\n            \"available_quantity\": 114,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"9578bd44-5bd4-4b0a-bce0-37f98a60759f\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amrox-LS Oral Drops\",\n            \"brand_name\": \"Leeford Healthcare Ltd\",\n            \"generic_name\": \"Ambroxol (7.5mg/ml) Levosalbutamol (0.25mg/ml)\",\n            \"price\": 70,\n            \"discount_percentage\": 24,\n            \"selling_price\": 53.2,\n            \"available_quantity\": 387,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 15 ml Oral Drops\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"93ab9c6b-3bdf-4023-b198-d2cae79c73aa\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Albudac 20% Injection\",\n            \"brand_name\": \"Cadila Pharmaceuticals Ltd\",\n            \"generic_name\": \"Albumin (20%)\",\n            \"price\": 6500,\n            \"discount_percentage\": 24,\n            \"selling_price\": 4940,\n            \"available_quantity\": 332,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 100 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"71bad3ae-cdfa-448e-9e3d-8d64158cdbe9\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ambrodil-S Syrup\",\n            \"brand_name\": \"Aristo Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Ambroxol (15mg/5ml) Salbutamol (1mg/5ml)\",\n            \"price\": 30.2,\n            \"discount_percentage\": 7,\n            \"selling_price\": 28.09,\n            \"available_quantity\": 70,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"4c7bc106-e65d-479e-84bb-3ada6168dc5e\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atocor 10 Tablet\",\n            \"brand_name\": \"Dr Reddy's Laboratories Ltd\",\n            \"generic_name\": \"Atorvastatin (10mg)\",\n            \"price\": 102.02,\n            \"discount_percentage\": 11,\n            \"selling_price\": 90.8,\n            \"available_quantity\": 480,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 14 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d0a72598-0914-459b-9e5b-11c0e61bb3cf\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Altraday Capsule SR\",\n            \"brand_name\": \"Sun Pharmaceutical Industries Ltd\",\n            \"generic_name\": \"Aceclofenac (200mg) Rabeprazole (20mg)\",\n            \"price\": 128,\n            \"discount_percentage\": 17,\n            \"selling_price\": 106.24,\n            \"available_quantity\": 418,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsule sr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"30bf37e8-6dce-42da-bcee-0e631718b2e1\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Asthalin 100mcg Inhaler\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Salbutamol (100mcg)\",\n            \"price\": 157.85,\n            \"discount_percentage\": 21,\n            \"selling_price\": 124.7,\n            \"available_quantity\": 228,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"packet of 200 MDI Inhaler\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"84c0f37c-7079-4779-b8b6-640584528bcc\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atarax Syrup\",\n            \"brand_name\": \"Dr Reddy's Laboratories Ltd\",\n            \"generic_name\": \"Hydroxyzine (10mg)\",\n            \"price\": 110.25,\n            \"discount_percentage\": 17,\n            \"selling_price\": 91.51,\n            \"available_quantity\": 51,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"56e2a88d-9df3-4314-aab5-61833e3636f8\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Asthakind-P Drops\",\n            \"brand_name\": \"Mankind Pharma Ltd\",\n            \"generic_name\": \"Ambroxol (7.5mg) Guaifenesin (12.5mg)\",\n            \"price\": 62,\n            \"discount_percentage\": 13,\n            \"selling_price\": 53.94,\n            \"available_quantity\": 250,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 15 ml Oral Drops\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"7f141cd3-9502-451a-9624-2506f1c69b21\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Akurit 4 Tablet\",\n            \"brand_name\": \"Lupin Ltd\",\n            \"generic_name\": \"Isoniazid (75mg) Rifampicin (150mg)\",\n            \"price\": 82.6,\n            \"discount_percentage\": 20,\n            \"selling_price\": 66.08,\n            \"available_quantity\": 485,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"0e943dcc-e89a-48f9-8047-9a8f5219a9bc\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alkasol Oral Solution\",\n            \"brand_name\": \"Stadmed Pvt Ltd\",\n            \"generic_name\": \"Disodium Hydrogen Citrate (1.4gm/5ml)\",\n            \"price\": 208.82,\n            \"discount_percentage\": 13,\n            \"selling_price\": 181.67,\n            \"available_quantity\": 151,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 200 ml Oral Solution\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"2393e16b-e924-40b9-a2b1-cf3ba3e0ba06\",\n            \"pharmacy_id\": \"250a4284-769a-4feb-938c-ba15e93ec14c\",\n            \"name\": \"Fever Medicine Tablet (PTECH-650), 650 mg\",\n            \"brand_name\": \" PTECH-650\",\n            \"generic_name\": null,\n            \"price\": 24,\n            \"discount_percentage\": 0,\n            \"selling_price\": 20,\n            \"available_quantity\": 100,\n            \"expiry_date\": \"20025-12-10\",\n            \"dosage_form\": \"Tablet\",\n            \"strength\": null,\n            \"image_url\": \"https://5.imimg.com/data5/SELLER/Default/2024/4/410217491/ST/DQ/NW/125278182/fever-medicine-tablet-ptech-650-1000x1000.jpeg\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T10:55:16.902258+00:00\",\n            \"latitude\": 23.224195,\n            \"longitude\": 72.50809,\n            \"shop_address\": \"Swaminarayan University in Kalol, Gandhinagar(Ahmedabad-Mehsana Highway\",\n            \"dealer_name\": \"Neel Patel\",\n            \"dealer_number\": \"+917667495945\",\n            \"pharmacies\": {\n                \"id\": \"250a4284-769a-4feb-938c-ba15e93ec14c\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"d80dd40f-a009-4884-bb47-86003980bbfb\",\n                \"image_url\": null,\n                \"shop_name\": \"My Pharmacy\",\n                \"created_at\": \"2026-04-24T10:55:06.982916+00:00\",\n                \"shop_address\": \"Bandra, Mumbai\",\n                \"contact_number\": null,\n                \"license_number\": null,\n                \"verification_status\": \"pending\"\n            }\n        },\n        {\n            \"id\": \"79445b85-9854-4e44-8260-c68ba19b5a21\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Ambrolite Levo Syrup\",\n            \"brand_name\": \"Tablets India Limited\",\n            \"generic_name\": \"Ambroxol (30mg/5ml) Levosalbutamol (1mg/5ml)\",\n            \"price\": 107,\n            \"discount_percentage\": 20,\n            \"selling_price\": 85.6,\n            \"available_quantity\": 361,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"0babd432-eb06-49c7-8a96-0cc1e3db3eee\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amlo 5mg Tablet\",\n            \"brand_name\": \"Mano Pharma Pvt Ltd\",\n            \"generic_name\": \"Amlodipine (5mg)\",\n            \"price\": 24.4,\n            \"discount_percentage\": 10,\n            \"selling_price\": 21.96,\n            \"available_quantity\": 317,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"99aaf9b3-225d-4177-a084-b4a14266a6d6\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Acivir 200 DT Tablet\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Acyclovir (200mg)\",\n            \"price\": 84.22,\n            \"discount_percentage\": 22,\n            \"selling_price\": 65.69,\n            \"available_quantity\": 119,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablet dt\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"1f5e77ef-bcc9-4446-9341-1e76d2dfbb92\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aquasol A Capsule\",\n            \"brand_name\": \"USV Ltd\",\n            \"generic_name\": \"Vitamin A (25000IU)\",\n            \"price\": 29.6,\n            \"discount_percentage\": 17,\n            \"selling_price\": 24.57,\n            \"available_quantity\": 381,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 30 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"56648527-a24f-4680-8961-9c00d9d2fcba\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azibact 200 Readymix Oral Suspension\",\n            \"brand_name\": \"Ipca Laboratories Ltd\",\n            \"generic_name\": \"Azithromycin (200mg/5ml)\",\n            \"price\": 57.46,\n            \"discount_percentage\": 23,\n            \"selling_price\": 44.24,\n            \"available_quantity\": 157,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 15 ml Oral Suspension\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"62adea02-736c-43f0-a9cf-b1c5ac06d7e5\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Acnedap Gel\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Dapsone (5% w/w)\",\n            \"price\": 398.23,\n            \"discount_percentage\": 16,\n            \"selling_price\": 334.51,\n            \"available_quantity\": 271,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 15 gm Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"2fec9253-b8a6-4eef-83e8-dddd7e297344\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Asthalin Respules\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Salbutamol (2.5mg)\",\n            \"price\": 7.07,\n            \"discount_percentage\": 0,\n            \"selling_price\": 7.07,\n            \"available_quantity\": 177,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 2.5 ml Respules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"c094b655-ae93-4cd9-b407-fd76d464ca39\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Azicip 500 Tablet\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Azithromycin (500mg)\",\n            \"price\": 79.43,\n            \"discount_percentage\": 18,\n            \"selling_price\": 65.13,\n            \"available_quantity\": 476,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 3 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f974a0ce-24de-4064-a9f6-64dbcb0a6f53\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Acemiz -MR Tablet\",\n            \"brand_name\": \"Lupin Ltd\",\n            \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n            \"price\": 99.5,\n            \"discount_percentage\": 18,\n            \"selling_price\": 81.59,\n            \"available_quantity\": 481,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d331aa65-02c9-49ec-aa6a-577597e9ff3c\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Anobliss Cream\",\n            \"brand_name\": \"Samarth Life Sciences Pvt Ltd\",\n            \"generic_name\": \"Lidocaine (1.5% w/w) Nifedipine (0.3% w/w)\",\n            \"price\": 136.68,\n            \"discount_percentage\": 11,\n            \"selling_price\": 121.65,\n            \"available_quantity\": 149,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 30 gm Rectal Cream\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"79c9014a-7225-4550-890a-41b3cf021f41\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alex Junior Syrup\",\n            \"brand_name\": \"Glenmark Pharmaceuticals Ltd\",\n            \"generic_name\": \"Chlorpheniramine Maleate (2mg/5ml) Dextromethorphan Hydrobromide (5mg/5ml)\",\n            \"price\": 95,\n            \"discount_percentage\": 7,\n            \"selling_price\": 88.35,\n            \"available_quantity\": 22,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 60 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"dd508f2c-9471-4233-8bc6-5d1560755d47\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alerid Syrup\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Cetirizine (5mg/5ml)\",\n            \"price\": 21.84,\n            \"discount_percentage\": 3,\n            \"selling_price\": 21.18,\n            \"available_quantity\": 338,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 30 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"62c3b16e-5d99-47e8-9ba7-8fec76798592\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alizap 30mg Tablet\",\n            \"brand_name\": \"Biocon\",\n            \"generic_name\": \"Apremilast (30mg)\",\n            \"price\": 274.75,\n            \"discount_percentage\": 8,\n            \"selling_price\": 252.77,\n            \"available_quantity\": 113,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"72b15bc7-f8c6-4c43-966c-2c167b30f607\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Akt 4 Kit\",\n            \"brand_name\": \"Lupin Ltd\",\n            \"generic_name\": \"Isoniazid (300mg) Rifampicin (450mg)\",\n            \"price\": 24.7,\n            \"discount_percentage\": 8,\n            \"selling_price\": 22.72,\n            \"available_quantity\": 301,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 1 Kit\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"950f1434-9ac3-45ff-b4ec-6fd0e510c3e0\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amlovas-M 2.5/25 Tablet PR\",\n            \"brand_name\": \"Macleods Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Amlodipine (2.5mg) Metoprolol Succinate (25mg)\",\n            \"price\": 96.8,\n            \"discount_percentage\": 5,\n            \"selling_price\": 91.96,\n            \"available_quantity\": 167,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 Tablet pr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"72db628f-170f-4c48-894e-b4556cc8f6a7\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"AB Phylline Capsule\",\n            \"brand_name\": \"Sun Pharmaceutical Industries Ltd\",\n            \"generic_name\": \"Acebrophylline (100mg)\",\n            \"price\": 162,\n            \"discount_percentage\": 3,\n            \"selling_price\": 157.14,\n            \"available_quantity\": 386,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"5aa69020-ff7d-4416-b717-e12180975b53\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Althrocin 500 Tablet\",\n            \"brand_name\": \"Alembic Pharmaceuticals Ltd\",\n            \"generic_name\": \"Erythromycin (500mg)\",\n            \"price\": 110.3,\n            \"discount_percentage\": 18,\n            \"selling_price\": 90.45,\n            \"available_quantity\": 273,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"9c5ee2c3-2fe1-49cb-b8f2-dcf69d653a6c\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Asthakind-LS Expectorant Cola Sugar Free\",\n            \"brand_name\": \"Mankind Pharma Ltd\",\n            \"generic_name\": \"Ambroxol (30mg/5ml) Levosalbutamol (1mg/5ml)\",\n            \"price\": 93.5,\n            \"discount_percentage\": 19,\n            \"selling_price\": 75.73,\n            \"available_quantity\": 100,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Expectorant\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"ba3da8dc-d53e-44ff-acb0-03b9e1bfef30\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Adaferin Gel\",\n            \"brand_name\": \"Galderma India Pvt Ltd\",\n            \"generic_name\": \"Adapalene (0.1% w/w)\",\n            \"price\": 284,\n            \"discount_percentage\": 5,\n            \"selling_price\": 269.8,\n            \"available_quantity\": 489,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 15 gm Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"bbf75540-4e60-42f9-9c21-c5d283a98725\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atorva 40 Tablet\",\n            \"brand_name\": \"Zydus Cadila\",\n            \"generic_name\": \"Atorvastatin (40mg)\",\n            \"price\": 239.89,\n            \"discount_percentage\": 6,\n            \"selling_price\": 225.5,\n            \"available_quantity\": 224,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"3be8858e-4a21-4686-a8f9-b035afd5ddef\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Andre Plus Eye Drops\",\n            \"brand_name\": \"Intas Pharmaceuticals Ltd\",\n            \"generic_name\": \"Naphazoline (0.056% w/v) Chlorpheniramine Maleate (0.01% w/v)\",\n            \"price\": 75.5,\n            \"discount_percentage\": 20,\n            \"selling_price\": 60.4,\n            \"available_quantity\": 97,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 10 ml Ophthalmic Solution\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"24d122f3-beec-4389-9c21-d57860c194b2\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Atarax Drops\",\n            \"brand_name\": \"Dr Reddy's Laboratories Ltd\",\n            \"generic_name\": \"Hydroxyzine (6mg)\",\n            \"price\": 69.75,\n            \"discount_percentage\": 6,\n            \"selling_price\": 65.56,\n            \"available_quantity\": 307,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 15 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"07c5c30f-e05d-489e-b074-42ec60a510c3\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Albical Plus Tablet\",\n            \"brand_name\": \"Albinis Biotech Pvt Ltd\",\n            \"generic_name\": \"Calcium Carbonate (1250mg) Vitamin D3 (2000IU)\",\n            \"price\": 220,\n            \"discount_percentage\": 22,\n            \"selling_price\": 171.6,\n            \"available_quantity\": 87,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"5707f3a9-1c86-483f-a72a-248383c0099c\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Avil Injection\",\n            \"brand_name\": \"Sanofi India  Ltd\",\n            \"generic_name\": \"Pheniramine (22.75mg)\",\n            \"price\": 5.66,\n            \"discount_percentage\": 4,\n            \"selling_price\": 5.43,\n            \"available_quantity\": 88,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 2 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"49ab1ea0-5239-43cd-aa20-9966786972c4\",\n            \"pharmacy_id\": \"e812ecc5-99c0-4b0f-a5f6-2ecffbdc0b74\",\n            \"name\": \"Paracetamol 500mg\",\n            \"brand_name\": \"Calpol\",\n            \"generic_name\": null,\n            \"price\": 40.5,\n            \"discount_percentage\": 0,\n            \"selling_price\": 35,\n            \"available_quantity\": 50,\n            \"expiry_date\": \"2026-12-31\",\n            \"dosage_form\": \"Tablet\",\n            \"strength\": null,\n            \"image_url\": null,\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-05-01T07:26:53.437339+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": \"ABC Pharma Distributors\",\n            \"dealer_number\": \"9876543210\",\n            \"pharmacies\": {\n                \"id\": \"e812ecc5-99c0-4b0f-a5f6-2ecffbdc0b74\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"88861a60-bac5-4791-874a-b5eeb76bec86\",\n                \"image_url\": null,\n                \"shop_name\": \"Mera Super Medical Store\",\n                \"created_at\": \"2026-05-01T07:26:53.219894+00:00\",\n                \"shop_address\": \"Naya Pata, Mumbai\",\n                \"contact_number\": \"8899001122\",\n                \"license_number\": null,\n                \"verification_status\": \"pending\"\n            }\n        },\n        {\n            \"id\": \"e7e82c62-8d8b-4cb0-a35e-1a73b5521428\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Atorva Tablet\",\n            \"brand_name\": \"Zydus Cadila\",\n            \"generic_name\": \"Atorvastatin (10mg)\",\n            \"price\": 102.31,\n            \"discount_percentage\": 8,\n            \"selling_price\": 94.13,\n            \"available_quantity\": 193,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"68065a8a-629f-4ff9-8fa8-5140d6e1584b\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azeflo Nasal Spray\",\n            \"brand_name\": \"Lupin Ltd\",\n            \"generic_name\": \"Fluticasone Propionate (50mcg) Azelastine (140mcg)\",\n            \"price\": 420.1,\n            \"discount_percentage\": 11,\n            \"selling_price\": 373.89,\n            \"available_quantity\": 187,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 7 ml Nasal Spray\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"1300f037-ba4b-4b79-8e51-af5ec288e399\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Avamys Nasal Spray\",\n            \"brand_name\": \"Glaxo SmithKline Pharmaceuticals Ltd\",\n            \"generic_name\": \"Fluticasone Furoate (0.05% w/w)\",\n            \"price\": 404.5,\n            \"discount_percentage\": 16,\n            \"selling_price\": 339.78,\n            \"available_quantity\": 191,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 10 gm Nasal Spray\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"893ba0ee-e808-4540-a0cf-4f7df25bd58d\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Azulix MV 1mg/500mg/0.2mg Tablet SR\",\n            \"brand_name\": \"Torrent Pharmaceuticals Ltd\",\n            \"generic_name\": \"Glimepiride (1mg) Metformin (500mg)\",\n            \"price\": 141.25,\n            \"discount_percentage\": 24,\n            \"selling_price\": 107.35,\n            \"available_quantity\": 202,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablet sr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"ec7fe807-5678-4f58-8860-ccecc54f47a5\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Abel 80 Tablet\",\n            \"brand_name\": \"Lupin Ltd\",\n            \"generic_name\": \"Azilsartan medoxomil (80mg)\",\n            \"price\": 217.8,\n            \"discount_percentage\": 14,\n            \"selling_price\": 187.31,\n            \"available_quantity\": 427,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"5bda3a93-f400-4aa5-b7a6-5fd5134751cf\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atorec 40 Tablet\",\n            \"brand_name\": \"Emcure Pharmaceuticals Ltd\",\n            \"generic_name\": \"Atorvastatin (40mg)\",\n            \"price\": 239.89,\n            \"discount_percentage\": 8,\n            \"selling_price\": 220.7,\n            \"available_quantity\": 187,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"00530507-971e-499f-8fe1-f0947813e747\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atecard D Tablet\",\n            \"brand_name\": \"Alembic Pharmaceuticals Ltd\",\n            \"generic_name\": \"Atenolol (50mg) Chlorthalidone (12.5mg)\",\n            \"price\": 85.7,\n            \"discount_percentage\": 17,\n            \"selling_price\": 71.13,\n            \"available_quantity\": 474,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"a9325abd-1b6b-459f-8c2a-59db36b81720\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"ASA 50mg Tablet\",\n            \"brand_name\": \"Zydus Cadila\",\n            \"generic_name\": \"Aspirin (50mg)\",\n            \"price\": 3.7,\n            \"discount_percentage\": 10,\n            \"selling_price\": 3.33,\n            \"available_quantity\": 311,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 14 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"250f8692-c579-4564-a49d-ef57c7fdc9a6\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"AUGMENTIN 375 DUO TABLET\",\n            \"brand_name\": \"Glaxo SmithKline Pharmaceuticals Ltd\",\n            \"generic_name\": \"Amoxycillin  (250mg) Clavulanic Acid (125mg)\",\n            \"price\": 229,\n            \"discount_percentage\": 17,\n            \"selling_price\": 190.07,\n            \"available_quantity\": 433,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"e4699927-b2c1-4e32-b7bd-3e01c0fafc2f\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Arip 5mg Tablet\",\n            \"brand_name\": \"Torrent Pharmaceuticals Ltd\",\n            \"generic_name\": \"Aripiprazole (5mg)\",\n            \"price\": 51.6,\n            \"discount_percentage\": 22,\n            \"selling_price\": 40.25,\n            \"available_quantity\": 294,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"48cd33b3-cb83-465e-831b-7441fd260e3c\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Augmentin DDS Suspension\",\n            \"brand_name\": \"Glaxo SmithKline Pharmaceuticals Ltd\",\n            \"generic_name\": \"Amoxycillin  (400mg/5ml) Clavulanic Acid (57mg/5ml)\",\n            \"price\": 173,\n            \"discount_percentage\": 15,\n            \"selling_price\": 147.05,\n            \"available_quantity\": 175,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"bottle of 30 ml Oral Suspension\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"103f5d31-3e96-46be-b849-48d9a39b0e70\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Altoran-CH 12.5 Tablet\",\n            \"brand_name\": \"Alembic Pharmaceuticals Ltd\",\n            \"generic_name\": \"Azilsartan medoxomil (40mg) Chlorthalidone (12.5mg)\",\n            \"price\": 143.1,\n            \"discount_percentage\": 6,\n            \"selling_price\": 134.51,\n            \"available_quantity\": 189,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"54e1234b-760a-4196-93ee-10b3b95c6042\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ajapride M 2mg/500mg Tablet SR\",\n            \"brand_name\": \"Ajanta Pharma Ltd\",\n            \"generic_name\": \"Glimepiride (2mg) Metformin (500mg)\",\n            \"price\": 86.46,\n            \"discount_percentage\": 19,\n            \"selling_price\": 70.03,\n            \"available_quantity\": 267,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 tablet sr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"54e92465-f88b-481b-aee3-c0742a542cb6\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atova 10mg Tablet\",\n            \"brand_name\": \"Siesta Pharmaceuticals\",\n            \"generic_name\": \"Atorvastatin (10mg)\",\n            \"price\": 122,\n            \"discount_percentage\": 21,\n            \"selling_price\": 96.38,\n            \"available_quantity\": 85,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"ca9ee37d-8e11-4ed4-8084-9058ba575e49\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Acivir Cream\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Acyclovir (5% w/w)\",\n            \"price\": 72.53,\n            \"discount_percentage\": 14,\n            \"selling_price\": 62.38,\n            \"available_quantity\": 296,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 5 gm Cream\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"62c36b0c-e301-4b29-bc86-69c8339b5308\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ampoxin 500 Capsule\",\n            \"brand_name\": \"Torrent Pharmaceuticals Ltd\",\n            \"generic_name\": \"Ampicillin (250mg) Cloxacillin (250mg)\",\n            \"price\": 88.9,\n            \"discount_percentage\": 8,\n            \"selling_price\": 81.79,\n            \"available_quantity\": 322,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"dd607643-b803-43d3-ae45-dd60b71922ee\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atropine 1% Eye Drop\",\n            \"brand_name\": \"Pharmatak Opthalmics Pvt Ltd\",\n            \"generic_name\": \"Atropine (1% w/v)\",\n            \"price\": 19.88,\n            \"discount_percentage\": 9,\n            \"selling_price\": 18.09,\n            \"available_quantity\": 49,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 5 ml Eye Drop\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f7f830e3-4a6e-44ce-ab89-a4ca25121317\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Augmentin 1.2gm Injection\",\n            \"brand_name\": \"Glaxo SmithKline Pharmaceuticals Ltd\",\n            \"generic_name\": \"Amoxycillin  (1000mg) Clavulanic Acid (200mg)\",\n            \"price\": 156.14,\n            \"discount_percentage\": 3,\n            \"selling_price\": 151.46,\n            \"available_quantity\": 142,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 1 Powder for Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"e878107e-8f1d-438c-8caf-3861c788ac42\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Ambrolite-S Expectorant\",\n            \"brand_name\": \"Tablets India Limited\",\n            \"generic_name\": \"Ambroxol (30mg) Guaifenesin (50mg)\",\n            \"price\": 106,\n            \"discount_percentage\": 2,\n            \"selling_price\": 103.88,\n            \"available_quantity\": 228,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Expectorant\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"50deb32b-3333-4c0b-a605-aea94e832f97\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Adrenaline Tartrate Injection\",\n            \"brand_name\": \"Harson Laboratories\",\n            \"generic_name\": \"Adrenaline (NA)\",\n            \"price\": 14.52,\n            \"discount_percentage\": 17,\n            \"selling_price\": 12.05,\n            \"available_quantity\": 43,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 1 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"389ab706-1fa3-4f38-b19c-60ae10c71d4d\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Ambrodil-Plus RF Syrup\",\n            \"brand_name\": \"Aristo Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Ambroxol (15mg/5ml) Pseudoephedrine (30mg/5ml)\",\n            \"price\": 89.75,\n            \"discount_percentage\": 21,\n            \"selling_price\": 70.9,\n            \"available_quantity\": 226,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"5e0cc1f9-98f7-42ed-88e5-ecacff677162\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Airwin-BF 400 Capsule\",\n            \"brand_name\": \"Ultimate Healthcare\",\n            \"generic_name\": \"Formoterol (6mcg) Budesonide (400mcg)\",\n            \"price\": 215,\n            \"discount_percentage\": 15,\n            \"selling_price\": 182.75,\n            \"available_quantity\": 282,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 30 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f5229751-9173-4a23-b19a-d1e0934a225f\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ambrodil Syrup\",\n            \"brand_name\": \"Aristo Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Ambroxol (30mg/5ml)\",\n            \"price\": 69.75,\n            \"discount_percentage\": 16,\n            \"selling_price\": 58.59,\n            \"available_quantity\": 73,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"3fde097d-548d-41e0-b6ef-547d3edf7853\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alaspan AG Syrup\",\n            \"brand_name\": \"Fulford India Ltd\",\n            \"generic_name\": \"Loratadine (5mg/5ml) Guaifenesin (50mg/5ml)\",\n            \"price\": 134,\n            \"discount_percentage\": 1,\n            \"selling_price\": 132.66,\n            \"available_quantity\": 401,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d31b4995-1f74-4269-9b8c-485207c61545\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"AB Phylline Syrup\",\n            \"brand_name\": \"Sun Pharmaceutical Industries Ltd\",\n            \"generic_name\": \"Acebrophylline (10mg/ml)\",\n            \"price\": 178,\n            \"discount_percentage\": 6,\n            \"selling_price\": 167.32,\n            \"available_quantity\": 251,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"62400a30-ffa5-4d33-a1c8-fa187c995d15\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Apilysin Syrup\",\n            \"brand_name\": \"Diamond Drugs Pvt Ltd\",\n            \"generic_name\": \"Cyproheptadine (2mg/5ml) Tricholine Citrate (275mg/5ml)\",\n            \"price\": 149,\n            \"discount_percentage\": 7,\n            \"selling_price\": 138.57,\n            \"available_quantity\": 444,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 200 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"971a0ebd-df52-45af-b610-7b7d1f4f9aa1\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Metformin 500mg\",\n            \"brand_name\": \"Glycomet\",\n            \"generic_name\": \"Metformin\",\n            \"price\": 50,\n            \"discount_percentage\": 5,\n            \"selling_price\": 47.5,\n            \"available_quantity\": 200,\n            \"expiry_date\": \"2026-05-20\",\n            \"dosage_form\": \"Tablet\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T16:41:09.901007+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"405441da-8e60-4c1d-8dae-f8f76b2c61d0\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Apidra 100IU Cartridge\",\n            \"brand_name\": \"Sanofi India  Ltd\",\n            \"generic_name\": \"Insulin Glulisine (100IU)\",\n            \"price\": 761,\n            \"discount_percentage\": 17,\n            \"selling_price\": 631.63,\n            \"available_quantity\": 94,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"cartridge of 3 ml Solution for Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"8df6c7dc-a27c-4aea-9c58-3beb7608ac6e\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"AF Kit Tablet\",\n            \"brand_name\": \"Systopic Laboratories Pvt Ltd\",\n            \"generic_name\": \"Azithromycin (1000mg) Ornidazole (750mg)\",\n            \"price\": 110,\n            \"discount_percentage\": 24,\n            \"selling_price\": 83.6,\n            \"available_quantity\": 404,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 4 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"40ddf665-2c23-43b9-a2a9-0935e5b5cf30\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azithral XL 200 Liquid\",\n            \"brand_name\": \"Alembic Pharmaceuticals Ltd\",\n            \"generic_name\": \"Azithromycin (200mg/5ml)\",\n            \"price\": 114.56,\n            \"discount_percentage\": 4,\n            \"selling_price\": 109.98,\n            \"available_quantity\": 420,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 30 ml Oral Suspension\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"4a6c92dc-ebd1-4a4f-91da-3792c215d0b3\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Angicam LT 50 mg/5 mg Tablet\",\n            \"brand_name\": \"Blue Cross Laboratories Ltd\",\n            \"generic_name\": \"Losartan (50mg) Amlodipine (5mg)\",\n            \"price\": 60,\n            \"discount_percentage\": 14,\n            \"selling_price\": 51.6,\n            \"available_quantity\": 444,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"ed9a4d14-96c9-4267-a979-0e578eb4dee9\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Abevia-N Tablet\",\n            \"brand_name\": \"Mankind Pharma Ltd\",\n            \"generic_name\": \"Acebrophylline (100mg) Acetylcysteine (600mg)\",\n            \"price\": 167.5,\n            \"discount_percentage\": 22,\n            \"selling_price\": 130.65,\n            \"available_quantity\": 117,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d80f5f5b-4850-441c-bbad-8e653934f7ad\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Allrite Tablet\",\n            \"brand_name\": \"Zydus Cadila\",\n            \"generic_name\": \"Levocetirizine (5mg)\",\n            \"price\": 90.47,\n            \"discount_percentage\": 5,\n            \"selling_price\": 85.95,\n            \"available_quantity\": 476,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"770dbeb9-2a3e-42cd-b173-fc88ac738ec9\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Ampilox Capsule\",\n            \"brand_name\": \"Biochem Pharmaceutical Industries\",\n            \"generic_name\": \"Ampicillin (250mg) Dicloxacillin (250mg)\",\n            \"price\": 151.35,\n            \"discount_percentage\": 11,\n            \"selling_price\": 134.7,\n            \"available_quantity\": 401,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"222b242f-c767-48c2-92b0-7c326c920f8d\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Anobliss Cream\",\n            \"brand_name\": \"Samarth Life Sciences Pvt Ltd\",\n            \"generic_name\": \"Lidocaine (1.5% w/w) Nifedipine (0.3% w/w)\",\n            \"price\": 136.68,\n            \"discount_percentage\": 14,\n            \"selling_price\": 117.54,\n            \"available_quantity\": 240,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"tube of 30 gm Rectal Cream\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"976999ef-308a-4b11-a819-ed3dfe175523\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aquaviron Injection 1ml\",\n            \"brand_name\": \"Abbott\",\n            \"generic_name\": \"Testosterone (25mg)\",\n            \"price\": 194.49,\n            \"discount_percentage\": 4,\n            \"selling_price\": 186.71,\n            \"available_quantity\": 206,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 1 Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d4c0a628-f173-43e3-921a-7fe4aee63b7b\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ambrolite D Syrup\",\n            \"brand_name\": \"Tablets India Limited\",\n            \"generic_name\": \"Phenylephrine (5mg/5ml) Chlorpheniramine Maleate (2mg/5ml)\",\n            \"price\": 118,\n            \"discount_percentage\": 20,\n            \"selling_price\": 94.4,\n            \"available_quantity\": 51,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"1a77eeec-f0d9-40c7-a788-1bc16425fb5d\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Addwize OD 18mg Tablet\",\n            \"brand_name\": \"Sun Pharmaceutical Industries Ltd\",\n            \"generic_name\": \"Methylphenidate (18mg)\",\n            \"price\": 180,\n            \"discount_percentage\": 23,\n            \"selling_price\": 138.6,\n            \"available_quantity\": 133,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"46d0b213-c953-4a17-9869-882df850d6bf\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"AB Phylline SR 200 Tablet\",\n            \"brand_name\": \"Sun Pharmaceutical Industries Ltd\",\n            \"generic_name\": \"Acebrophylline (200mg)\",\n            \"price\": 252,\n            \"discount_percentage\": 5,\n            \"selling_price\": 239.4,\n            \"available_quantity\": 480,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablet sr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"1fd85a19-df8f-4a43-bca7-d898d8c562e0\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atropine Sulphate Injection\",\n            \"brand_name\": \"Samarth Life Sciences Pvt Ltd\",\n            \"generic_name\": \"Atropine (0.6mg)\",\n            \"price\": 11.25,\n            \"discount_percentage\": 0,\n            \"selling_price\": 11.25,\n            \"available_quantity\": 315,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 10 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"13682bb6-315f-4a77-bea5-f1fadf9ec247\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alex-L Cough Syrup Mango\",\n            \"brand_name\": \"Glenmark Pharmaceuticals Ltd\",\n            \"generic_name\": \"Levocloperastine (20mg/5ml)\",\n            \"price\": 129,\n            \"discount_percentage\": 2,\n            \"selling_price\": 126.42,\n            \"available_quantity\": 235,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Oral Suspension\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"c5d853e9-12e5-419c-add2-0305c612302e\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Azi 500mg Tablet\",\n            \"brand_name\": \"Bayberry Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Azithromycin (500mg)\",\n            \"price\": 72,\n            \"discount_percentage\": 19,\n            \"selling_price\": 58.32,\n            \"available_quantity\": 493,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 3 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"78aa56d1-d64f-48b8-8ea7-8fcccd5f6939\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Advent 228.5mg Dry Syrup\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Amoxycillin  (200mg/5ml) Clavulanic Acid (28.5mg/5ml)\",\n            \"price\": 67.2,\n            \"discount_percentage\": 9,\n            \"selling_price\": 61.15,\n            \"available_quantity\": 374,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 30 ml Dry Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"eb678370-83b2-4a4f-861f-5929730fd51f\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Asthalin AX Syrup\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Ambroxol (30mg/5ml) Levosalbutamol (1mg/5ml)\",\n            \"price\": 104.67,\n            \"discount_percentage\": 19,\n            \"selling_price\": 84.78,\n            \"available_quantity\": 442,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"64275202-b859-40fb-8f0f-e551c08c3940\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Andre I-Kul Eye Drop\",\n            \"brand_name\": \"Intas Pharmaceuticals Ltd\",\n            \"generic_name\": \"Camphor (0.01% w/v) Menthol (0.005% w/v)\",\n            \"price\": 73.5,\n            \"discount_percentage\": 11,\n            \"selling_price\": 65.41,\n            \"available_quantity\": 40,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 10 ml Eye Drop\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d583d369-e37d-499b-9a20-0aebdee8b1a0\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Allercet-DC Tablet\",\n            \"brand_name\": \"Micro Labs Ltd\",\n            \"generic_name\": \"Cetirizine (10mg) Phenylephrine (10mg)\",\n            \"price\": 80,\n            \"discount_percentage\": 4,\n            \"selling_price\": 76.8,\n            \"available_quantity\": 378,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"3ad0e81d-dd63-48be-a346-dff26f29f5bf\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aciclovir 400 Tablet\",\n            \"brand_name\": \"Care Formulation Labs Pvt Ltd\",\n            \"generic_name\": \"Acyclovir (400mg)\",\n            \"price\": 67.42,\n            \"discount_percentage\": 3,\n            \"selling_price\": 65.4,\n            \"available_quantity\": 181,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 5 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b7d6969d-4a06-4f27-9af8-481dcfff201d\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Allercet Cold Tablet\",\n            \"brand_name\": \"Micro Labs Ltd\",\n            \"generic_name\": \"Levocetirizine (5mg) Phenylephrine (10mg)\",\n            \"price\": 77,\n            \"discount_percentage\": 18,\n            \"selling_price\": 63.14,\n            \"available_quantity\": 397,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"fe452a5b-d7e0-42c7-8cdf-8db7ab83c573\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amoxy 250mg Capsule\",\n            \"brand_name\": \"Alkem Laboratories Ltd\",\n            \"generic_name\": \"Amoxycillin (250mg)\",\n            \"price\": 18.12,\n            \"discount_percentage\": 6,\n            \"selling_price\": 17.03,\n            \"available_quantity\": 320,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"c09c5647-d64f-4f4b-9f66-5488cbc02ff0\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Adilip 135 Tablet DR\",\n            \"brand_name\": \"Intas Pharmaceuticals Ltd\",\n            \"generic_name\": \"Choline fenofibrate (135mg)\",\n            \"price\": 202,\n            \"discount_percentage\": 4,\n            \"selling_price\": 193.92,\n            \"available_quantity\": 143,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 Tablet DR\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"4f6b26cf-65a0-4cb8-9ac5-ff86220df97e\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Asthakind-DX Junior Syrup Cherry\",\n            \"brand_name\": \"Mankind Pharma Ltd\",\n            \"generic_name\": \"Phenylephrine (2.5mg/5ml) Chlorpheniramine Maleate (1mg/5ml)\",\n            \"price\": 60.5,\n            \"discount_percentage\": 1,\n            \"selling_price\": 59.9,\n            \"available_quantity\": 286,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 60 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"8f1f262c-5304-4114-9ead-60fc36a75bdd\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Acekay Sera Tablet\",\n            \"brand_name\": \"Khandelwal Laboratories Pvt Ltd\",\n            \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n            \"price\": 17.5,\n            \"discount_percentage\": 19,\n            \"selling_price\": 14.18,\n            \"available_quantity\": 142,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"9b2d146d-fe30-4634-8f0f-006a3d8f7748\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Acivir 800 DT Tablet\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Acyclovir (800mg)\",\n            \"price\": 246.23,\n            \"discount_percentage\": 10,\n            \"selling_price\": 221.61,\n            \"available_quantity\": 315,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 5 tablet dt\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"47d5e1d9-c2db-4a75-a9c9-9f134124d13b\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azithral 100 Liquid\",\n            \"brand_name\": \"Alembic Pharmaceuticals Ltd\",\n            \"generic_name\": \"Azithromycin (20mg/ml)\",\n            \"price\": 46.3,\n            \"discount_percentage\": 23,\n            \"selling_price\": 35.65,\n            \"available_quantity\": 426,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 15 ml Oral Suspension\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"4924271d-fdd6-4d21-b1b8-f0310dc54740\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atorfit CV 10 Capsule\",\n            \"brand_name\": \"Ajanta Pharma Ltd\",\n            \"generic_name\": \"Atorvastatin (10mg) Clopidogrel (75mg)\",\n            \"price\": 297,\n            \"discount_percentage\": 13,\n            \"selling_price\": 258.39,\n            \"available_quantity\": 170,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"2c56953b-8951-40cd-afc6-1d3770de61eb\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"AZR Tablet\",\n            \"brand_name\": \"Ipca Laboratories Ltd\",\n            \"generic_name\": \"Azathioprine (50mg)\",\n            \"price\": 118.23,\n            \"discount_percentage\": 3,\n            \"selling_price\": 114.68,\n            \"available_quantity\": 292,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"36bcaec1-d28c-441d-b252-181f6df8bfa1\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Armotraz Tablet\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Anastrozole (1mg)\",\n            \"price\": 691.77,\n            \"discount_percentage\": 1,\n            \"selling_price\": 684.85,\n            \"available_quantity\": 140,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"bf70e50c-5280-43c3-a08a-b3fd83bd5b2f\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Apraize 20 Tablet\",\n            \"brand_name\": \"Ipca Laboratories Ltd\",\n            \"generic_name\": \"Apremilast (20mg)\",\n            \"price\": 105.55,\n            \"discount_percentage\": 12,\n            \"selling_price\": 92.88,\n            \"available_quantity\": 115,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 4 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"55008d37-ada4-4967-8d97-8440049c1340\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alzolam 0.25mg Tablet\",\n            \"brand_name\": \"Sun Pharmaceutical Industries Ltd\",\n            \"generic_name\": \"Alprazolam (0.25mg)\",\n            \"price\": 17.45,\n            \"discount_percentage\": 18,\n            \"selling_price\": 14.31,\n            \"available_quantity\": 499,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"03bd3574-6315-4222-a08a-3b1bd4f80a34\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Augmentin 375 Tablet\",\n            \"brand_name\": \"Glaxo SmithKline Pharmaceuticals Ltd\",\n            \"generic_name\": \"Amoxycillin  (250mg) Clavulanic Acid (125mg)\",\n            \"price\": 229,\n            \"discount_percentage\": 18,\n            \"selling_price\": 187.78,\n            \"available_quantity\": 104,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"4ac0914b-de7b-4b63-8120-60fa9b5db7bf\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Azee 250 Tablet\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Azithromycin (250mg)\",\n            \"price\": 118.49,\n            \"discount_percentage\": 20,\n            \"selling_price\": 94.79,\n            \"available_quantity\": 312,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"bc4c94d7-1137-4b8e-a8ba-a0f8a839c473\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amchek-AT Tablet\",\n            \"brand_name\": \"Indoco Remedies Ltd\",\n            \"generic_name\": \"Amlodipine (5mg) Atenolol (50mg)\",\n            \"price\": 75,\n            \"discount_percentage\": 6,\n            \"selling_price\": 70.5,\n            \"available_quantity\": 278,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"2bb92efc-7409-4f93-8f17-d1d11a6ec6f4\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Angiplat 2.5 Capsule TR\",\n            \"brand_name\": \"Micro Labs Ltd\",\n            \"generic_name\": \"Nitroglycerin (2.5mg)\",\n            \"price\": 162.5,\n            \"discount_percentage\": 24,\n            \"selling_price\": 123.5,\n            \"available_quantity\": 151,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 25 capsule tr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"1a624ae1-6f02-4463-bcef-5c1555db18c4\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amox 500mg Capsule\",\n            \"brand_name\": \"Synchem Lab\",\n            \"generic_name\": \"Amoxycillin (500mg)\",\n            \"price\": 60.48,\n            \"discount_percentage\": 20,\n            \"selling_price\": 48.38,\n            \"available_quantity\": 188,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f12fe07e-da85-4ffc-8d20-7493e0b61e46\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aeromont-B Tablet\",\n            \"brand_name\": \"Aristo Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Bilastine (20mg) Montelukast (10mg)\",\n            \"price\": 90,\n            \"discount_percentage\": 24,\n            \"selling_price\": 68.4,\n            \"available_quantity\": 186,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"4b93d57f-aaae-4299-a5e7-aaf09002a57e\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azithral 200 Liquid\",\n            \"brand_name\": \"Alembic Pharmaceuticals Ltd\",\n            \"generic_name\": \"Azithromycin (200mg/5ml)\",\n            \"price\": 57.25,\n            \"discount_percentage\": 17,\n            \"selling_price\": 47.52,\n            \"available_quantity\": 151,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 15 ml Oral Suspension\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b2c11b25-fa55-41c1-94cb-8f0ca178ae55\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Ambrolite Syrup\",\n            \"brand_name\": \"Tablets India Limited\",\n            \"generic_name\": \"Ambroxol (30mg/5ml)\",\n            \"price\": 82,\n            \"discount_percentage\": 17,\n            \"selling_price\": 68.06,\n            \"available_quantity\": 68,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"410ec339-b799-49c1-b874-a80fadb183ad\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"AF 50 Tablet DT\",\n            \"brand_name\": \"Systopic Laboratories Pvt Ltd\",\n            \"generic_name\": \"Fluconazole (50mg)\",\n            \"price\": 23.8,\n            \"discount_percentage\": 19,\n            \"selling_price\": 19.28,\n            \"available_quantity\": 388,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 4 tablet dt\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d5246de4-ad73-478f-bcb0-2032b94d11a9\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Acnesol Gel\",\n            \"brand_name\": \"Systopic Laboratories Pvt Ltd\",\n            \"generic_name\": \"Clindamycin (1% w/w)\",\n            \"price\": 87,\n            \"discount_percentage\": 19,\n            \"selling_price\": 70.47,\n            \"available_quantity\": 12,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 20 gm Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b7b63a59-86c9-41c8-8f9b-9cc08a8dcd25\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amrox-LS Syrup\",\n            \"brand_name\": \"Leeford Healthcare Ltd\",\n            \"generic_name\": \"Ambroxol (30mg) Levosalbutamol (1mg)\",\n            \"price\": 75,\n            \"discount_percentage\": 22,\n            \"selling_price\": 58.5,\n            \"available_quantity\": 183,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 60 ml Expectorant\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"a0e8e575-6e5e-4498-859e-ad250cd06909\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Azee 200mg Dry Syrup\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Azithromycin (200mg/5ml)\",\n            \"price\": 52.31,\n            \"discount_percentage\": 0,\n            \"selling_price\": 52.31,\n            \"available_quantity\": 173,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 15 ml Oral Suspension\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"35bddbb1-670c-4914-9edd-bf798d9da3c7\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Asthalin Respules\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Salbutamol (2.5mg)\",\n            \"price\": 7.07,\n            \"discount_percentage\": 23,\n            \"selling_price\": 5.44,\n            \"available_quantity\": 81,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"packet of 2.5 ml Respules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"05019d3a-40ff-4d69-8628-a592e10dde02\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alprax 0.25 Tablet\",\n            \"brand_name\": \"Torrent Pharmaceuticals Ltd\",\n            \"generic_name\": \"Alprazolam (0.25mg)\",\n            \"price\": 29,\n            \"discount_percentage\": 24,\n            \"selling_price\": 22.04,\n            \"available_quantity\": 196,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"bafa2ea6-5166-4c57-ae0d-11cc451c8e4f\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Axogurd-SR Tablet\",\n            \"brand_name\": \"Alembic Pharmaceuticals Ltd\",\n            \"generic_name\": \"Methylcobalamin (1500mcg) Pregabalin (75mg)\",\n            \"price\": 175.25,\n            \"discount_percentage\": 6,\n            \"selling_price\": 164.74,\n            \"available_quantity\": 482,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablet sr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"bd4925a1-370f-4ce0-81c0-0f42bd795dca\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Acton Prolongatum 60IU Injection\",\n            \"brand_name\": \"Ferring Pharmaceuticals\",\n            \"generic_name\": \"Corticotropin (60IU)\",\n            \"price\": 2141.26,\n            \"discount_percentage\": 12,\n            \"selling_price\": 1884.31,\n            \"available_quantity\": 19,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 5 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"26dc4c4a-4053-4607-9018-ad90f331e020\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Acenac-MR Tablet\",\n            \"brand_name\": \"Medley Pharmaceuticals\",\n            \"generic_name\": \"Thiocolchicoside (4mg) Aceclofenac (100mg)\",\n            \"price\": 218,\n            \"discount_percentage\": 11,\n            \"selling_price\": 194.02,\n            \"available_quantity\": 125,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b442b52f-13a4-4e64-bc0e-7ca0ae56d757\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alkem Cold 5 mg/500 mg/5 mg Tablet\",\n            \"brand_name\": \"Alkem Laboratories Ltd\",\n            \"generic_name\": \"Cetirizine (5mg) Paracetamol (500mg)\",\n            \"price\": 28,\n            \"discount_percentage\": 23,\n            \"selling_price\": 21.56,\n            \"available_quantity\": 318,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"875f74d1-3d56-497f-bbbb-e9d45d95441b\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Agycin 500mg Tablet\",\n            \"brand_name\": \"Bliss Gvs Pharma Limited\",\n            \"generic_name\": \"Azithromycin (500mg)\",\n            \"price\": 56.4,\n            \"discount_percentage\": 14,\n            \"selling_price\": 48.5,\n            \"available_quantity\": 164,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 3 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"144c213e-3e02-4d60-9c96-e231c7869f71\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atorec-ASP Capsule\",\n            \"brand_name\": \"Emcure Pharmaceuticals Ltd\",\n            \"generic_name\": \"Atorvastatin (10mg) Aspirin (75mg)\",\n            \"price\": 34.85,\n            \"discount_percentage\": 23,\n            \"selling_price\": 26.83,\n            \"available_quantity\": 239,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d3199e55-2786-4c11-b5ed-3a25bd8dc0c3\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Adalene Nanogel Gel\",\n            \"brand_name\": \"Zydus Cadila\",\n            \"generic_name\": \"Adapalene (0.1% w/w) Clindamycin (1% w/w)\",\n            \"price\": 325,\n            \"discount_percentage\": 23,\n            \"selling_price\": 250.25,\n            \"available_quantity\": 330,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 15 gm Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"25ab500f-6a69-48c5-bc57-a0c2951ac737\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Atorva 80 Tablet\",\n            \"brand_name\": \"Zydus Cadila\",\n            \"generic_name\": \"Atorvastatin (80mg)\",\n            \"price\": 644.25,\n            \"discount_percentage\": 4,\n            \"selling_price\": 618.48,\n            \"available_quantity\": 506,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"82c3ebbd-8463-489f-8c68-9bf7f6b086f2\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Acivir 500 Infusion\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Acyclovir (500mg)\",\n            \"price\": 514.79,\n            \"discount_percentage\": 24,\n            \"selling_price\": 391.24,\n            \"available_quantity\": 113,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 1 Infusion\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"2e11c2cf-c12f-4ee2-b46b-36aa8a27ea78\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Allrite DC Tablet ER\",\n            \"brand_name\": \"Zydus Cadila\",\n            \"generic_name\": \"Levocetirizine (5mg) Phenylephrine (20mg)\",\n            \"price\": 127.95,\n            \"discount_percentage\": 20,\n            \"selling_price\": 102.36,\n            \"available_quantity\": 277,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablet er\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"7e98ad9b-7416-467f-99d0-cb91596fa59d\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Add Tears Lubricant Eye Drop\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Carboxymethylcellulose (0.5% w/v)\",\n            \"price\": 135.25,\n            \"discount_percentage\": 3,\n            \"selling_price\": 131.19,\n            \"available_quantity\": 65,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 10 ml Eye Drop\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"3db00350-dfb3-49ee-821b-1880ccd73628\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aprezo 10 Tablet\",\n            \"brand_name\": \"Glenmark Pharmaceuticals Ltd\",\n            \"generic_name\": \"Apremilast (10mg)\",\n            \"price\": 90,\n            \"discount_percentage\": 24,\n            \"selling_price\": 68.4,\n            \"available_quantity\": 447,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 4 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"5fdd5177-06ba-42ae-9735-201ce778f805\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Antiflu 75mg Capsule\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Oseltamivir Phosphate (75mg)\",\n            \"price\": 726.72,\n            \"discount_percentage\": 5,\n            \"selling_price\": 690.38,\n            \"available_quantity\": 153,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"98872481-b511-4aba-b2ed-ba2857a7f65b\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amrolstar Cream\",\n            \"brand_name\": \"Oaknet Healthcare Pvt Ltd\",\n            \"generic_name\": \"Amorolfine (0.25% w/w)\",\n            \"price\": 235.71,\n            \"discount_percentage\": 16,\n            \"selling_price\": 198,\n            \"available_quantity\": 211,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 30 gm Cream\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"4d00fa86-527d-4544-839d-34118a529891\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alzolam 0.5mg Tablet\",\n            \"brand_name\": \"Sun Pharmaceutical Industries Ltd\",\n            \"generic_name\": \"Alprazolam (0.5mg)\",\n            \"price\": 36.5,\n            \"discount_percentage\": 9,\n            \"selling_price\": 33.22,\n            \"available_quantity\": 264,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"00ca4d60-7b3d-4f74-9f3c-4f0055e34026\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azibest 250mg Tablet\",\n            \"brand_name\": \"Blue Cross Laboratories Ltd\",\n            \"generic_name\": \"Azithromycin (250mg)\",\n            \"price\": 70,\n            \"discount_percentage\": 10,\n            \"selling_price\": 63,\n            \"available_quantity\": 300,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 6 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"fdc2528c-fd48-4240-afd8-e757e787a9f6\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Atormac CV10 Capsule\",\n            \"brand_name\": \"Macleods Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Atorvastatin (10mg) Clopidogrel (75mg)\",\n            \"price\": 203,\n            \"discount_percentage\": 5,\n            \"selling_price\": 192.85,\n            \"available_quantity\": 91,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"2513ce59-0be1-4aa0-a73a-f05431d28739\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aquazide 25 Tablet\",\n            \"brand_name\": \"Sun Pharmaceutical Industries Ltd\",\n            \"generic_name\": \"Hydrochlorothiazide (25mg)\",\n            \"price\": 20.9,\n            \"discount_percentage\": 10,\n            \"selling_price\": 18.81,\n            \"available_quantity\": 328,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"2135e2d2-b795-4b75-be55-5b11a99337a8\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ageless Tablet\",\n            \"brand_name\": \"Apex Laboratories Pvt Ltd\",\n            \"generic_name\": \"Benfotiamine (50mg) Levo-carnitine (50mg)\",\n            \"price\": 158.3,\n            \"discount_percentage\": 16,\n            \"selling_price\": 132.97,\n            \"available_quantity\": 85,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d2947d8d-85a5-4133-8b95-9eed76f2e5f3\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Acedol P 100 mg/500 mg Tablet\",\n            \"brand_name\": \"Astrum Healthcare Pvt  Ltd\",\n            \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n            \"price\": 48,\n            \"discount_percentage\": 9,\n            \"selling_price\": 43.68,\n            \"available_quantity\": 295,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"fe63c063-5fed-49a8-b23d-4aa753e42cdf\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"AF-K Lotion\",\n            \"brand_name\": \"Systopic Laboratories Pvt Ltd\",\n            \"generic_name\": \"Ketoconazole (2% w/v) Zinc pyrithione (1% w/v)\",\n            \"price\": 188,\n            \"discount_percentage\": 7,\n            \"selling_price\": 174.84,\n            \"available_quantity\": 364,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Lotion\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"71fa8f55-71da-42b4-b712-6469fe2d43ba\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amoxycillin 500mg Capsule\",\n            \"brand_name\": \"Jagsonpal Pharmaceuticals Ltd\",\n            \"generic_name\": \"Amoxycillin (500mg)\",\n            \"price\": 31.9,\n            \"discount_percentage\": 12,\n            \"selling_price\": 28.07,\n            \"available_quantity\": 289,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"c74eaf5c-b595-4c12-83d3-08c144422aab\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amloz AT Tablet\",\n            \"brand_name\": \"Shreya Life Sciences Pvt Ltd\",\n            \"generic_name\": \"Amlodipine (5mg) Atenolol (50mg)\",\n            \"price\": 162.25,\n            \"discount_percentage\": 16,\n            \"selling_price\": 136.29,\n            \"available_quantity\": 27,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 14 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"205cc78b-15ce-4684-9679-cce801c718d7\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Arbitel-AMH Tablet\",\n            \"brand_name\": \"Micro Labs Ltd\",\n            \"generic_name\": \"Telmisartan (40mg) Amlodipine (5mg)\",\n            \"price\": 169,\n            \"discount_percentage\": 23,\n            \"selling_price\": 130.13,\n            \"available_quantity\": 436,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"e44a656a-e2ed-493c-b729-809115c086de\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amlosafe 2.5 Tablet\",\n            \"brand_name\": \"Aristo Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Amlodipine (2.5mg)\",\n            \"price\": 18.49,\n            \"discount_percentage\": 18,\n            \"selling_price\": 15.16,\n            \"available_quantity\": 423,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"cb916616-4bb5-4ccc-ba72-5e338177e215\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Acemiz Plus Tablet\",\n            \"brand_name\": \"Lupin Ltd\",\n            \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n            \"price\": 99.5,\n            \"discount_percentage\": 5,\n            \"selling_price\": 94.53,\n            \"available_quantity\": 260,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"59292b84-79bf-4893-883b-95839dcc9024\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Apdrops Eye Drop\",\n            \"brand_name\": \"Ajanta Pharma Ltd\",\n            \"generic_name\": \"Moxifloxacin (0.5% w/v)\",\n            \"price\": 184.5,\n            \"discount_percentage\": 21,\n            \"selling_price\": 145.75,\n            \"available_quantity\": 293,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 5 ml Eye Drop\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"c2eab0f0-00b4-495b-b194-60f56d39535d\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"ANZILUM 0.25 MG TABLET\",\n            \"brand_name\": \"Cadila Pharmaceuticals Ltd\",\n            \"generic_name\": \"Alprazolam (0.25mg)\",\n            \"price\": 16.54,\n            \"discount_percentage\": 1,\n            \"selling_price\": 16.37,\n            \"available_quantity\": 125,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"3cdc4ead-14eb-45b1-aa0d-3471c31da68d\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Acetamide 250mg Tablet\",\n            \"brand_name\": \"Micro Labs Ltd\",\n            \"generic_name\": \"Acetazolamide (250mg)\",\n            \"price\": 38.53,\n            \"discount_percentage\": 14,\n            \"selling_price\": 33.14,\n            \"available_quantity\": 465,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d26bc88e-34c3-4367-9d19-37e2902a28c5\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atormac TG Tablet\",\n            \"brand_name\": \"Macleods Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Atorvastatin (10mg) Fenofibrate (160mg)\",\n            \"price\": 221,\n            \"discount_percentage\": 24,\n            \"selling_price\": 167.96,\n            \"available_quantity\": 313,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"48eca31f-2052-41bf-9750-3814a9be3d22\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Atonide Gel\",\n            \"brand_name\": \"Curatio Healthcare India Pvt Ltd\",\n            \"generic_name\": \"Desonide (0.05% w/w)\",\n            \"price\": 125,\n            \"discount_percentage\": 6,\n            \"selling_price\": 117.5,\n            \"available_quantity\": 158,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 20 gm Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"ca75c312-7db8-48bb-b589-d39312f2850f\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Allercet-M Tablet\",\n            \"brand_name\": \"Micro Labs Ltd\",\n            \"generic_name\": \"Levocetirizine (5mg) Montelukast (10mg)\",\n            \"price\": 152,\n            \"discount_percentage\": 6,\n            \"selling_price\": 142.88,\n            \"available_quantity\": 174,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d00f6a73-3d80-48c0-b69d-86940aa7bc46\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Atarax 10mg Tablet\",\n            \"brand_name\": \"Dr Reddy's Laboratories Ltd\",\n            \"generic_name\": \"Hydroxyzine (10mg)\",\n            \"price\": 47.91,\n            \"discount_percentage\": 20,\n            \"selling_price\": 38.33,\n            \"available_quantity\": 139,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"1dc9c677-6b3f-4a30-8ab1-4fe651568c55\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Althrocin Liquid\",\n            \"brand_name\": \"Alembic Pharmaceuticals Ltd\",\n            \"generic_name\": \"Erythromycin (125mg/5ml)\",\n            \"price\": 59.35,\n            \"discount_percentage\": 9,\n            \"selling_price\": 54.01,\n            \"available_quantity\": 116,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 60 ml Oral Suspension\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"8e82e647-1488-4ca6-ab61-f33d04d49837\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alerfri SF 650 mg/60 mg/2.5 mg Tablet\",\n            \"brand_name\": \"Navil Laboratories Pvt Ltd\",\n            \"generic_name\": \"Paracetamol (650mg) Pseudoephedrine (60mg)\",\n            \"price\": 59.25,\n            \"discount_percentage\": 0,\n            \"selling_price\": 59.25,\n            \"available_quantity\": 432,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"8fb7a069-b12f-4b8c-9668-3458f4c6db16\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Airz Capsule\",\n            \"brand_name\": \"Glenmark Pharmaceuticals Ltd\",\n            \"generic_name\": \"Glycopyrrolate (50mcg)\",\n            \"price\": 537,\n            \"discount_percentage\": 2,\n            \"selling_price\": 526.26,\n            \"available_quantity\": 154,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 30 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b7b8d391-953d-4f1a-bb76-b1b57a9ef7f3\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atonide Cream\",\n            \"brand_name\": \"Curatio Healthcare India Pvt Ltd\",\n            \"generic_name\": \"Desonide (0.05% w/w)\",\n            \"price\": 195,\n            \"discount_percentage\": 2,\n            \"selling_price\": 191.1,\n            \"available_quantity\": 263,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 20 gm Cream\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"9033e4d3-786c-4c9b-9ea7-c308ea19609d\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atorva 5 Tablet\",\n            \"brand_name\": \"Zydus Cadila\",\n            \"generic_name\": \"Atorvastatin (5mg)\",\n            \"price\": 117.09,\n            \"discount_percentage\": 1,\n            \"selling_price\": 115.92,\n            \"available_quantity\": 42,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"942813dc-ba37-49b4-8c09-3b705f936e0e\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Acotrust  Tablet\",\n            \"brand_name\": \"Dr Reddy's Laboratories Ltd\",\n            \"generic_name\": \"Acotiamide (100mg)\",\n            \"price\": 198,\n            \"discount_percentage\": 3,\n            \"selling_price\": 192.06,\n            \"available_quantity\": 469,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"8c1baa41-8a92-4496-a545-028e01516e90\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Azicip 250 Tablet\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Azithromycin (250mg)\",\n            \"price\": 106,\n            \"discount_percentage\": 14,\n            \"selling_price\": 91.16,\n            \"available_quantity\": 17,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"9e09f68a-eda6-4d0d-b2bb-be80c381b5fb\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atchol-F Tablet\",\n            \"brand_name\": \"Aristo Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Atorvastatin (10mg) Fenofibrate (160mg)\",\n            \"price\": 98,\n            \"discount_percentage\": 9,\n            \"selling_price\": 89.18,\n            \"available_quantity\": 68,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"ad756907-127c-4240-9dac-cdb01a8332cf\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Acivir Cream\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Acyclovir (5% w/w)\",\n            \"price\": 146.41,\n            \"discount_percentage\": 1,\n            \"selling_price\": 144.95,\n            \"available_quantity\": 492,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 10 gm Cream\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"1d07926f-b485-461f-a4f8-d8458f61bf1f\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aclind BP 2.5% Gel\",\n            \"brand_name\": \"Mohrish Pharmaceuticals\",\n            \"generic_name\": \"Benzoyl Peroxide (2.5% w/w) Clindamycin (1% w/w)\",\n            \"price\": 215,\n            \"discount_percentage\": 15,\n            \"selling_price\": 182.75,\n            \"available_quantity\": 483,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 15 gm Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"dbc4b32b-7146-4363-a983-e34cee113087\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Apixator 2.5 Tablet\",\n            \"brand_name\": \"Torrent Pharmaceuticals Ltd\",\n            \"generic_name\": \"Apixaban (2.5mg)\",\n            \"price\": 120,\n            \"discount_percentage\": 2,\n            \"selling_price\": 117.6,\n            \"available_quantity\": 443,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"ea94ada0-9195-45eb-849a-8da03a7c992b\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Advent 625 Tablet\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Amoxycillin  (500mg) Clavulanic Acid (125mg)\",\n            \"price\": 223.44,\n            \"discount_percentage\": 13,\n            \"selling_price\": 194.39,\n            \"available_quantity\": 195,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"095bf146-e580-4a01-b8e5-1885b5a80532\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Acera-D Capsule SR\",\n            \"brand_name\": \"Ipca Laboratories Ltd\",\n            \"generic_name\": \"Domperidone (30mg) Rabeprazole (20mg)\",\n            \"price\": 118.45,\n            \"discount_percentage\": 20,\n            \"selling_price\": 94.76,\n            \"available_quantity\": 480,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsule sr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"c35bdff1-e1f8-4038-b5c1-fc46beafdad3\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alex P Syrup\",\n            \"brand_name\": \"Glenmark Pharmaceuticals Ltd\",\n            \"generic_name\": \"Chlorpheniramine Maleate (0.5mg/5ml) Paracetamol (125mg/5ml)\",\n            \"price\": 98,\n            \"discount_percentage\": 3,\n            \"selling_price\": 95.06,\n            \"available_quantity\": 276,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 60 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"87335e81-1bf0-4849-90fb-c49ac137e68a\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Atazis 10mg Tablet\",\n            \"brand_name\": \"Leeford Healthcare Ltd\",\n            \"generic_name\": \"Hydroxyzine (10mg)\",\n            \"price\": 19,\n            \"discount_percentage\": 2,\n            \"selling_price\": 18.62,\n            \"available_quantity\": 210,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"9bbb2c72-ff42-49f0-9fbc-598f6a15cb3d\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Arflur-P Tablet\",\n            \"brand_name\": \"FDC Ltd\",\n            \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n            \"price\": 41.5,\n            \"discount_percentage\": 16,\n            \"selling_price\": 34.86,\n            \"available_quantity\": 456,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"40cc0107-df4b-42bc-a454-aa1c262b2fa0\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Adapen Gel\",\n            \"brand_name\": \"Intas Pharmaceuticals Ltd\",\n            \"generic_name\": \"Adapalene (0.1% w/w)\",\n            \"price\": 145,\n            \"discount_percentage\": 9,\n            \"selling_price\": 131.95,\n            \"available_quantity\": 423,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 15 gm Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d94e6a89-db4e-46c2-9024-2c239ca0d75b\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Arip MT 10 Tablet\",\n            \"brand_name\": \"Torrent Pharmaceuticals Ltd\",\n            \"generic_name\": \"Aripiprazole (10mg)\",\n            \"price\": 105.5,\n            \"discount_percentage\": 13,\n            \"selling_price\": 91.78,\n            \"available_quantity\": 39,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"8d031821-b53b-4075-9a51-fe1522d44460\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Algesia CR 200mg/20mg Capsule\",\n            \"brand_name\": \"Macleods Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Aceclofenac (200mg) Rabeprazole (20mg)\",\n            \"price\": 121,\n            \"discount_percentage\": 20,\n            \"selling_price\": 96.8,\n            \"available_quantity\": 483,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"203e4864-df1d-4004-b95a-7736d3dbdada\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amlopres-AT Tablet\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Amlodipine (5mg) Atenolol (50mg)\",\n            \"price\": 148.59,\n            \"discount_percentage\": 5,\n            \"selling_price\": 141.16,\n            \"available_quantity\": 450,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"0336a53b-adb5-459d-a7fa-7883800f0267\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Azerva 40 Tablet\",\n            \"brand_name\": \"Intas Pharmaceuticals Ltd\",\n            \"generic_name\": \"Atorvastatin (40mg)\",\n            \"price\": 239.9,\n            \"discount_percentage\": 23,\n            \"selling_price\": 184.72,\n            \"available_quantity\": 49,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f574c286-8e1a-4d17-a77e-75cb1bd55f4d\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amrox-LS Junior Syrup\",\n            \"brand_name\": \"Leeford Healthcare Ltd\",\n            \"generic_name\": \"Levosalbutamol (0.5mg) Ambroxol (15mg)\",\n            \"price\": 75,\n            \"discount_percentage\": 12,\n            \"selling_price\": 66,\n            \"available_quantity\": 238,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 60 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d1bbdcdd-4027-4143-b010-bb7214f0430b\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alciflox 500mg Tablet\",\n            \"brand_name\": \"Alkem Laboratories Ltd\",\n            \"generic_name\": \"Ciprofloxacin (500mg)\",\n            \"price\": 45.29,\n            \"discount_percentage\": 1,\n            \"selling_price\": 44.84,\n            \"available_quantity\": 287,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"91c80c38-ffef-45c2-b599-b06681c186b9\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alex Cough Lozenges Sugar Free\",\n            \"brand_name\": \"Glenmark Pharmaceuticals Ltd\",\n            \"generic_name\": \"Dextromethorphan Hydrobromide (5mg)\",\n            \"price\": 111,\n            \"discount_percentage\": 7,\n            \"selling_price\": 103.23,\n            \"available_quantity\": 325,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 lozenges\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"3908bcec-bdcb-4ae9-acfa-db7d09c96316\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aquaviron 40mg Capsule\",\n            \"brand_name\": \"Abbott\",\n            \"generic_name\": \"Testosterone (40mg)\",\n            \"price\": 193.6,\n            \"discount_percentage\": 23,\n            \"selling_price\": 149.07,\n            \"available_quantity\": 236,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"93d29ad5-a974-42bc-bf86-6596260af845\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alfoo 10mg Tablet PR\",\n            \"brand_name\": \"Dr Reddy's Laboratories Ltd\",\n            \"generic_name\": \"Alfuzosin (10mg)\",\n            \"price\": 687.75,\n            \"discount_percentage\": 5,\n            \"selling_price\": 653.36,\n            \"available_quantity\": 187,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 30 Tablet pr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"81365266-0181-4185-8480-b64e9c85150b\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alex Plus Paediatric Oral Drops\",\n            \"brand_name\": \"Glenmark Pharmaceuticals Ltd\",\n            \"generic_name\": \"Chlorpheniramine Maleate (2mg/ml) Phenylephrine (2.5mg/ml)\",\n            \"price\": 73,\n            \"discount_percentage\": 2,\n            \"selling_price\": 71.54,\n            \"available_quantity\": 50,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 15 ml Oral Drops\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"60b1fb11-66f7-4022-97f0-9d373acac573\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Ascoril Plus Expectorant\",\n            \"brand_name\": \"Glenmark Pharmaceuticals Ltd\",\n            \"generic_name\": \"Bromhexine (2mg/5ml) Guaifenesin (50mg/5ml)\",\n            \"price\": 129,\n            \"discount_percentage\": 24,\n            \"selling_price\": 98.04,\n            \"available_quantity\": 480,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 120 ml Expectorant\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"5fe40193-f982-4054-a082-037d0dd624f4\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aciloc 300 Tablet\",\n            \"brand_name\": \"Cadila Pharmaceuticals Ltd\",\n            \"generic_name\": \"Ranitidine (300mg)\",\n            \"price\": 50,\n            \"discount_percentage\": 18,\n            \"selling_price\": 41,\n            \"available_quantity\": 293,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 20 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"bcd9f592-01ae-4849-8fed-25d4ff4f89d0\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amaryl M Forte 1mg Tablet PR\",\n            \"brand_name\": \"Sanofi India  Ltd\",\n            \"generic_name\": \"Glimepiride (1mg) Metformin (1000mg)\",\n            \"price\": 211.3,\n            \"discount_percentage\": 12,\n            \"selling_price\": 185.94,\n            \"available_quantity\": 500,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 Tablet pr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"22a0b0e3-5027-4586-bfbf-68f60b40c724\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Azopt Opthalmic Suspension\",\n            \"brand_name\": \"Alcon Laboratories\",\n            \"generic_name\": \"Brinzolamide (1% w/v)\",\n            \"price\": 547,\n            \"discount_percentage\": 3,\n            \"selling_price\": 530.59,\n            \"available_quantity\": 32,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 5 ml Eye Drop\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"ae5bfa66-4507-4004-9e4b-6e24ef9feb5d\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Actibile 300 Tablet\",\n            \"brand_name\": \"Zydus Cadila\",\n            \"generic_name\": \"Ursodeoxycholic Acid (300mg)\",\n            \"price\": 398.3,\n            \"discount_percentage\": 24,\n            \"selling_price\": 302.71,\n            \"available_quantity\": 493,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"c09661d2-e652-4b63-9799-19d57ef343d1\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amitone 25mg Tablet\",\n            \"brand_name\": \"Intas Pharmaceuticals Ltd\",\n            \"generic_name\": \"Amitriptyline (25mg)\",\n            \"price\": 27.54,\n            \"discount_percentage\": 3,\n            \"selling_price\": 26.71,\n            \"available_quantity\": 137,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"51642b6b-8713-41c4-938e-96967d95db85\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ascabiol Emulsion\",\n            \"brand_name\": \"Abbott\",\n            \"generic_name\": \"Lindane (1% w/v) Cetrimide (0.1% w/v)\",\n            \"price\": 144.1,\n            \"discount_percentage\": 11,\n            \"selling_price\": 128.25,\n            \"available_quantity\": 230,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 120 ml Solution\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"19ca0046-5f1d-4fdb-b6fa-791059c68af0\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ambrodil-LX Syrup\",\n            \"brand_name\": \"Aristo Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Ambroxol (30mg/5ml) Levosalbutamol (1mg/5ml)\",\n            \"price\": 90.85,\n            \"discount_percentage\": 17,\n            \"selling_price\": 75.41,\n            \"available_quantity\": 74,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"963ef48c-7f64-4d3f-93e0-7f5428f38482\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alphadol 0.25mcg Capsule\",\n            \"brand_name\": \"Panacea Biotec Ltd\",\n            \"generic_name\": \"Alfacalcidol (0.25mcg)\",\n            \"price\": 109,\n            \"discount_percentage\": 17,\n            \"selling_price\": 90.47,\n            \"available_quantity\": 163,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 soft gelatin capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"80fbdfec-4dc9-42e9-b9d5-981b4b033c6f\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amantrel Tablet\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Amantadine (100mg)\",\n            \"price\": 222.27,\n            \"discount_percentage\": 24,\n            \"selling_price\": 168.93,\n            \"available_quantity\": 74,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"c0b4fd44-16c2-4ad9-addb-6644eec1b14e\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Androtas Gel\",\n            \"brand_name\": \"Intas Pharmaceuticals Ltd\",\n            \"generic_name\": \"Testosterone (1% w/w)\",\n            \"price\": 90,\n            \"discount_percentage\": 22,\n            \"selling_price\": 70.2,\n            \"available_quantity\": 452,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"tube of 5 gm Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"590d08cb-2eac-44a1-b64f-87385d16d09c\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aquasurge  Eye Drop\",\n            \"brand_name\": \"Ipca Laboratories Ltd\",\n            \"generic_name\": \"Carboxymethylcellulose (0.5% w/v)\",\n            \"price\": 152.21,\n            \"discount_percentage\": 9,\n            \"selling_price\": 138.51,\n            \"available_quantity\": 97,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 10 ml Eye Drop\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"a5838ab3-0c6a-408c-95df-602f332d73d0\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Acrotac 25mg Capsule\",\n            \"brand_name\": \"Sun Pharmaceutical Industries Ltd\",\n            \"generic_name\": \"Acitretin (25mg)\",\n            \"price\": 1570,\n            \"discount_percentage\": 14,\n            \"selling_price\": 1350.2,\n            \"available_quantity\": 273,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 20 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"9e5bc654-612c-406b-9e2f-b4a6c616a753\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Altacef 500 Tablet\",\n            \"brand_name\": \"Glenmark Pharmaceuticals Ltd\",\n            \"generic_name\": \"Cefuroxime (500mg)\",\n            \"price\": 1040,\n            \"discount_percentage\": 21,\n            \"selling_price\": 821.6,\n            \"available_quantity\": 17,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"425d3698-9fcf-4d8c-99b4-9ae91db54a06\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Apresol Tablet\",\n            \"brand_name\": \"Ordain Health Care Global Pvt Ltd\",\n            \"generic_name\": \"Dihydralazine (25mg)\",\n            \"price\": 145.64,\n            \"discount_percentage\": 9,\n            \"selling_price\": 132.53,\n            \"available_quantity\": 92,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"faa6a012-1545-402c-b92b-b8c795cd7ec5\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azomycin 500 Tablet\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Azithromycin (500mg)\",\n            \"price\": 71.7,\n            \"discount_percentage\": 12,\n            \"selling_price\": 63.1,\n            \"available_quantity\": 92,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 3 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"3ef084bd-af6b-4322-921d-17f039be5a87\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amrolstar Nail Lacquer\",\n            \"brand_name\": \"Oaknet Healthcare Pvt Ltd\",\n            \"generic_name\": \"Amorolfine (5% w/v)\",\n            \"price\": 438.69,\n            \"discount_percentage\": 7,\n            \"selling_price\": 407.98,\n            \"available_quantity\": 251,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 2.5 ml Nail Lacquer\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"079d42cd-a644-4dc1-b7a3-76d575133925\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aqualube Eye Drop\",\n            \"brand_name\": \"Ajanta Pharma Ltd\",\n            \"generic_name\": \"Carboxymethylcellulose (0.5% w/v)\",\n            \"price\": 155.27,\n            \"discount_percentage\": 0,\n            \"selling_price\": 155.27,\n            \"available_quantity\": 478,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 10 ml Eye Drop\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"6af97867-32da-4d14-a215-d86403813ea6\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Advanced LCF Kid Expectorant\",\n            \"brand_name\": \"Lupin Ltd\",\n            \"generic_name\": \"Ambroxol (15mg/5ml) Guaifenesin (50mg/5ml)\",\n            \"price\": 51.7,\n            \"discount_percentage\": 19,\n            \"selling_price\": 41.88,\n            \"available_quantity\": 374,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 60 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"111a6c15-f0f6-4b3d-9113-b5471d445e78\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Atorva Asp 75 Capsule\",\n            \"brand_name\": \"Zydus Cadila\",\n            \"generic_name\": \"Atorvastatin (10mg) Aspirin (75mg)\",\n            \"price\": 44.35,\n            \"discount_percentage\": 19,\n            \"selling_price\": 35.92,\n            \"available_quantity\": 477,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"0fad26c4-bdfb-418e-9c83-1d7f71568dfe\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azivent 500 Tablet\",\n            \"brand_name\": \"Aristo Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Azithromycin (500mg)\",\n            \"price\": 96.12,\n            \"discount_percentage\": 22,\n            \"selling_price\": 74.97,\n            \"available_quantity\": 375,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 5 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f3f58be5-761e-401b-bb93-cf385062d89a\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Acutret 10 Capsule\",\n            \"brand_name\": \"Ipca Laboratories Ltd\",\n            \"generic_name\": \"Isotretinoin (10mg)\",\n            \"price\": 205.5,\n            \"discount_percentage\": 10,\n            \"selling_price\": 184.95,\n            \"available_quantity\": 265,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 soft gelatin capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"7961808b-eaa6-4753-b380-7e81bc9bbe9b\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aleva 5mg Tablet\",\n            \"brand_name\": \"Aronex Life Sciences Pvt Ltd\",\n            \"generic_name\": \"Levocetirizine (5mg)\",\n            \"price\": 29,\n            \"discount_percentage\": 18,\n            \"selling_price\": 23.78,\n            \"available_quantity\": 87,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"bbd36efa-0546-4219-ac1b-c525e11e9cfe\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Agmacet 10mg Tablet\",\n            \"brand_name\": \"Amore Health Essentials Pvt Ltd\",\n            \"generic_name\": \"Cetirizine (10mg)\",\n            \"price\": 16,\n            \"discount_percentage\": 14,\n            \"selling_price\": 13.76,\n            \"available_quantity\": 55,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b16ee295-195b-4304-ac81-7d12c100ad41\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azoran Tablet\",\n            \"brand_name\": \"RPG Life Sciences Ltd\",\n            \"generic_name\": \"Azathioprine (50mg)\",\n            \"price\": 236.25,\n            \"discount_percentage\": 9,\n            \"selling_price\": 214.99,\n            \"available_quantity\": 476,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 20 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b5abb43d-e4b4-4919-b20b-462fe466c65c\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aerocort Forte Rotacap\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Levosalbutamol (100mcg) Beclometasone (200mcg)\",\n            \"price\": 95.16,\n            \"discount_percentage\": 21,\n            \"selling_price\": 75.18,\n            \"available_quantity\": 281,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 30 rotacaps\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"9517e78b-9700-4c15-ab27-493f73ac427d\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Allercet-M Syrup\",\n            \"brand_name\": \"Micro Labs Ltd\",\n            \"generic_name\": \"Levocetirizine (2.5mg/5ml) Montelukast (4mg/5ml)\",\n            \"price\": 104,\n            \"discount_percentage\": 3,\n            \"selling_price\": 100.88,\n            \"available_quantity\": 430,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 60 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"cb59ddb3-3829-414e-b1d4-c1f284f043ec\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amicline Tablet\",\n            \"brand_name\": \"Franco-Indian Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Diloxanide (500mg)\",\n            \"price\": 13,\n            \"discount_percentage\": 9,\n            \"selling_price\": 11.83,\n            \"available_quantity\": 427,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"041bdf9f-16b6-4438-8309-2dbe98e34e30\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"AF 200 Tablet\",\n            \"brand_name\": \"Systopic Laboratories Pvt Ltd\",\n            \"generic_name\": \"Fluconazole (200mg)\",\n            \"price\": 14.45,\n            \"discount_percentage\": 20,\n            \"selling_price\": 11.56,\n            \"available_quantity\": 339,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 1 Tablet\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"95492334-ad6f-4702-b63b-a7f0eaabcf06\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Acocontin Tablet CR\",\n            \"brand_name\": \"Modi Mundi Pharma Pvt Ltd\",\n            \"generic_name\": \"Ambroxol (75mg)\",\n            \"price\": 214,\n            \"discount_percentage\": 11,\n            \"selling_price\": 190.46,\n            \"available_quantity\": 51,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablet cr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"32f276d8-a67a-4c6c-85bf-4adfaffb3a74\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Actilyse 50mg Injection\",\n            \"brand_name\": \"Boehringer Ingelheim\",\n            \"generic_name\": \"Alteplase (50mg)\",\n            \"price\": 49899,\n            \"discount_percentage\": 11,\n            \"selling_price\": 44410.11,\n            \"available_quantity\": 49,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 1 Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"51a763a5-ce58-4164-8cc9-23383db32ffc\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Azibact 250 Tablet\",\n            \"brand_name\": \"Ipca Laboratories Ltd\",\n            \"generic_name\": \"Azithromycin (250mg)\",\n            \"price\": 131.25,\n            \"discount_percentage\": 14,\n            \"selling_price\": 112.88,\n            \"available_quantity\": 137,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"651c291d-f342-479a-b3b2-d6080c09930b\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atonide-H Cream\",\n            \"brand_name\": \"Curatio Healthcare India Pvt Ltd\",\n            \"generic_name\": \"Hydrocortisone (1% w/w)\",\n            \"price\": 195,\n            \"discount_percentage\": 13,\n            \"selling_price\": 169.65,\n            \"available_quantity\": 64,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 20 gm Cream\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"49676819-c376-48ca-9a0a-fac4dcca563e\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amitryn 25 Tablet\",\n            \"brand_name\": \"KC Laboratories\",\n            \"generic_name\": \"Amitriptyline (25mg)\",\n            \"price\": 83.4,\n            \"discount_percentage\": 13,\n            \"selling_price\": 72.56,\n            \"available_quantity\": 210,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 30 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"9ec62277-7ebf-4307-9bb5-8e1e0de7a362\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aerocort Inhaler\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Levosalbutamol (50mcg) Beclometasone (50mcg)\",\n            \"price\": 273.77,\n            \"discount_percentage\": 21,\n            \"selling_price\": 216.28,\n            \"available_quantity\": 323,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 200 MDI Inhaler\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"53486b66-faa1-43be-b8dd-4ddc08703cab\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azee XL 200mg Dry Syrup Peppermint\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Azithromycin (200mg/5ml)\",\n            \"price\": 114.55,\n            \"discount_percentage\": 3,\n            \"selling_price\": 111.11,\n            \"available_quantity\": 341,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 30 ml Dry Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"a0292bb1-db2e-48e1-8357-95859051700f\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Anosum Cream\",\n            \"brand_name\": \"Samarth Life Sciences Pvt Ltd\",\n            \"generic_name\": \"Lidocaine (4% w/w) Metronidazole (1% w/w)\",\n            \"price\": 98,\n            \"discount_percentage\": 15,\n            \"selling_price\": 83.3,\n            \"available_quantity\": 178,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 20 gm Rectal Cream\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"722ddb26-54d1-495d-8c7f-4801a290f18f\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alamin Injection\",\n            \"brand_name\": \"Albert David Ltd\",\n            \"generic_name\": \"Methylcobalamin (NA)\",\n            \"price\": 149.3,\n            \"discount_percentage\": 1,\n            \"selling_price\": 147.81,\n            \"available_quantity\": 466,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 20 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"8fe8feeb-d773-4172-a84c-21ac11fcfd23\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amoxyclav DS Syrup\",\n            \"brand_name\": \"Abbott\",\n            \"generic_name\": \"Amoxycillin  (400mg/5ml) Clavulanic Acid (57mg/5ml)\",\n            \"price\": 60.48,\n            \"discount_percentage\": 18,\n            \"selling_price\": 49.59,\n            \"available_quantity\": 287,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 30 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"37605e62-6ec2-4699-ae8f-80edb37e36ae\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alcoliv Tablet\",\n            \"brand_name\": \"Sun Pharmaceutical Industries Ltd\",\n            \"generic_name\": \"Metadoxine (500mg)\",\n            \"price\": 195,\n            \"discount_percentage\": 9,\n            \"selling_price\": 177.45,\n            \"available_quantity\": 18,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"9e98520b-1d95-4ccf-9c0b-3d98a135f7eb\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Adalipca 40mg Injection\",\n            \"brand_name\": \"Ipca Laboratories Ltd\",\n            \"generic_name\": \"Adalimumab (40mg)\",\n            \"price\": 15000,\n            \"discount_percentage\": 9,\n            \"selling_price\": 13650,\n            \"available_quantity\": 60,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"vial of 1 Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"7df77c3a-89a8-4de2-a407-06c10a76fc9f\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Apetamin Syrup\",\n            \"brand_name\": \"Tablets India Limited\",\n            \"generic_name\": \"Cyproheptadine (2mg/5ml)\",\n            \"price\": 164,\n            \"discount_percentage\": 5,\n            \"selling_price\": 155.8,\n            \"available_quantity\": 285,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 200 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"79425495-932a-4737-9d82-a3cd30039cb7\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Anglit 2.6 Tablet CR\",\n            \"brand_name\": \"Tas Med India Pvt Ltd\",\n            \"generic_name\": \"Nitroglycerin (2.6mg)\",\n            \"price\": 155.39,\n            \"discount_percentage\": 11,\n            \"selling_price\": 138.3,\n            \"available_quantity\": 424,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 30 tablet cr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"78cfac2b-1f1b-48a0-8a7f-5cacac1d7ddf\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Atorva E 40 Tablet\",\n            \"brand_name\": \"Zydus Cadila\",\n            \"generic_name\": \"Atorvastatin (40mg) Ezetimibe (10mg)\",\n            \"price\": 339.5,\n            \"discount_percentage\": 12,\n            \"selling_price\": 298.76,\n            \"available_quantity\": 232,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"ce53e86f-e76e-440d-90c1-71f23d082a37\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aprecap 125/80 Capsule\",\n            \"brand_name\": \"Glenmark Pharmaceuticals Ltd\",\n            \"generic_name\": \"Aprepitant (125mg) Aprepitant (80mg)\",\n            \"price\": 1096,\n            \"discount_percentage\": 2,\n            \"selling_price\": 1074.08,\n            \"available_quantity\": 154,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 3 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"84a3b1fe-faca-42c7-bce4-530ef3562aab\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Arcolane 2% Scalp Solution\",\n            \"brand_name\": \"Galderma India Pvt Ltd\",\n            \"generic_name\": \"Ketoconazole (2% w/v)\",\n            \"price\": 410,\n            \"discount_percentage\": 18,\n            \"selling_price\": 336.2,\n            \"available_quantity\": 476,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 60 ml Solution\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"68da62a2-6bab-4269-9043-43aaa307d079\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azy 500mg Tablet\",\n            \"brand_name\": \"Medley Pharmaceuticals\",\n            \"generic_name\": \"Azithromycin (500mg)\",\n            \"price\": 72,\n            \"discount_percentage\": 24,\n            \"selling_price\": 54.72,\n            \"available_quantity\": 51,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 3 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"89fa0659-ffd3-4fec-a556-b03ea0a7589b\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alkamax MB Alkamax MB6 Oral Solution\",\n            \"brand_name\": \"Overseas Healthcare Pvt Ltd\",\n            \"generic_name\": \"Potassium Citrate (1100mg/5ml) Magnesium Citrate (375mg/5ml)\",\n            \"price\": 197.5,\n            \"discount_percentage\": 24,\n            \"selling_price\": 150.1,\n            \"available_quantity\": 212,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 200 ml Oral Solution\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"7c35a1c0-0552-4c52-ba87-a0500de896ee\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amyclox-LB Capsule\",\n            \"brand_name\": \"Ind Swift Laboratories Ltd\",\n            \"generic_name\": \"Amoxycillin (250mg) Cloxacillin (250mg)\",\n            \"price\": 149.3,\n            \"discount_percentage\": 10,\n            \"selling_price\": 134.37,\n            \"available_quantity\": 437,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"befb57cc-251e-4482-90f4-4ee0bf1c332c\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ascovent -SR Tablet\",\n            \"brand_name\": \"Glenmark Pharmaceuticals Ltd\",\n            \"generic_name\": \"Acebrophylline (200mg)\",\n            \"price\": 236.5,\n            \"discount_percentage\": 19,\n            \"selling_price\": 191.56,\n            \"available_quantity\": 176,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablet sr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"88178ca8-10b6-4f8e-8d24-79dbf2d47b9f\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alphagan P Eye Drop\",\n            \"brand_name\": \"Allergan India Pvt Ltd\",\n            \"generic_name\": \"Brimonidine (0.15% w/v) Stabilized Oxychloro (0.005% w/v)\",\n            \"price\": 485.41,\n            \"discount_percentage\": 9,\n            \"selling_price\": 441.72,\n            \"available_quantity\": 345,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 5 ml Eye Drop\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"ea64c739-ea2a-41d9-9397-fcc3933e33d7\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ascoril LS Junior Syrup\",\n            \"brand_name\": \"Glenmark Pharmaceuticals Ltd\",\n            \"generic_name\": \"Ambroxol (15mg/5ml) Levosalbutamol (0.5mg/5ml)\",\n            \"price\": 96,\n            \"discount_percentage\": 2,\n            \"selling_price\": 94.08,\n            \"available_quantity\": 226,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"bottle of 60 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"9541e9cc-63a0-49b2-a1a5-6191ce14bb3c\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alsita-M 50 Forte Tablet ER\",\n            \"brand_name\": \"Alkem Laboratories Ltd\",\n            \"generic_name\": \"Sitagliptin  (50mg) Metformin (1000mg)\",\n            \"price\": 99,\n            \"discount_percentage\": 15,\n            \"selling_price\": 84.15,\n            \"available_quantity\": 384,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablet er\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"8bf4eed9-2591-47f2-aee7-f142e82f4901\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Acenext P 100mg/325mg Tablet\",\n            \"brand_name\": \"Cadila Pharmaceuticals Ltd\",\n            \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n            \"price\": 58,\n            \"discount_percentage\": 18,\n            \"selling_price\": 47.56,\n            \"available_quantity\": 461,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"aea92d5b-0f38-4b17-91af-93f19ca6d5c3\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aldo 5mg Tablet\",\n            \"brand_name\": \"Shine Pharmaceuticals Ltd\",\n            \"generic_name\": \"Amlodipine (5mg)\",\n            \"price\": 30.3,\n            \"discount_percentage\": 14,\n            \"selling_price\": 26.06,\n            \"available_quantity\": 32,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"32fcbcd2-5c89-4bff-8973-48968f0894a1\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amtris Cream\",\n            \"brand_name\": \"Mylan Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Amorolfine (0.25% w/w)\",\n            \"price\": 300,\n            \"discount_percentage\": 4,\n            \"selling_price\": 288,\n            \"available_quantity\": 487,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 30 gm Cream\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"8ed18986-ddac-4181-8582-b4f22ed58fbe\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Acuclav 228.5mg Dry Syrup\",\n            \"brand_name\": \"Macleods Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Amoxycillin  (200mg) Clavulanic Acid (28.5mg)\",\n            \"price\": 56.09,\n            \"discount_percentage\": 1,\n            \"selling_price\": 55.53,\n            \"available_quantity\": 386,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 30 ml Powder for Oral Suspension\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d758073e-ccdb-473d-bcc7-f1eb1950f012\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amikacin Sulphate 500mg Injection\",\n            \"brand_name\": \"Sun Pharmaceutical Industries Ltd\",\n            \"generic_name\": \"Amikacin (500mg)\",\n            \"price\": 11.87,\n            \"discount_percentage\": 11,\n            \"selling_price\": 10.56,\n            \"available_quantity\": 163,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 2 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"7077bf2d-89ef-4c52-89f4-bb40c716efc3\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atarax 25mg Injection\",\n            \"brand_name\": \"Dr Reddy's Laboratories Ltd\",\n            \"generic_name\": \"Hydroxyzine (25mg)\",\n            \"price\": 22.45,\n            \"discount_percentage\": 21,\n            \"selling_price\": 17.74,\n            \"available_quantity\": 368,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"ampoule of 2 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"bdcf9ff3-eccb-4f67-b501-a394a65e06c9\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Accentrix Solution for Injection\",\n            \"brand_name\": \"Novartis India Ltd\",\n            \"generic_name\": \"Ranibizumab (10mg/ml)\",\n            \"price\": 23960,\n            \"discount_percentage\": 24,\n            \"selling_price\": 18209.6,\n            \"available_quantity\": 397,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 1 Solution for Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"cc43e7eb-ece5-4ac2-b5e0-3d02e2cf3639\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Acotibien 100mg Tablet\",\n            \"brand_name\": \"La Renon Healthcare Pvt Ltd\",\n            \"generic_name\": \"Acotiamide (100mg)\",\n            \"price\": 190,\n            \"discount_percentage\": 2,\n            \"selling_price\": 186.2,\n            \"available_quantity\": 500,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"fb679f0f-6fd5-4243-982a-541e56d8572b\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aceloflam MR Tablet\",\n            \"brand_name\": \"Alkem Laboratories Ltd\",\n            \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n            \"price\": 64,\n            \"discount_percentage\": 17,\n            \"selling_price\": 53.12,\n            \"available_quantity\": 365,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"a56047f8-6142-428a-84c9-a86a7dc780c7\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Atorlip Gold 10 Capsule\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Aspirin (75mg) Atorvastatin (10mg)\",\n            \"price\": 46.81,\n            \"discount_percentage\": 1,\n            \"selling_price\": 46.34,\n            \"available_quantity\": 147,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d8b30fac-075b-40b2-ae58-db5519840a11\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Almefkem-D Tablet\",\n            \"brand_name\": \"Alkem Laboratories Ltd\",\n            \"generic_name\": \"Drotaverine (80mg) Mefenamic Acid (250mg)\",\n            \"price\": 130,\n            \"discount_percentage\": 3,\n            \"selling_price\": 126.1,\n            \"available_quantity\": 188,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"311a4140-772f-4b6f-997a-129a39405cda\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aceclomax-SP Tablet\",\n            \"brand_name\": \"Growmax Medicare Pvt Ltd\",\n            \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n            \"price\": 75,\n            \"discount_percentage\": 19,\n            \"selling_price\": 60.75,\n            \"available_quantity\": 393,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"da2bee67-a9e0-4842-a5b1-26f6095d6a9b\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Atrest 12.5 Tablet\",\n            \"brand_name\": \"Centaur Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Tetrabenazine (12.5mg)\",\n            \"price\": 169.29,\n            \"discount_percentage\": 2,\n            \"selling_price\": 165.9,\n            \"available_quantity\": 81,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"df6839ff-bfcd-4959-9c42-bae9a49c4838\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amlokind TM 40mg/5mg Tablet\",\n            \"brand_name\": \"Mankind Pharma Ltd\",\n            \"generic_name\": \"Telmisartan (40mg) Amlodipine (5mg)\",\n            \"price\": 57.31,\n            \"discount_percentage\": 19,\n            \"selling_price\": 46.42,\n            \"available_quantity\": 193,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"46e7785c-fb35-414c-9256-1ee3d1ec44bd\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amnuring 10 Tablet SR\",\n            \"brand_name\": \"Centaur Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Amitriptyline (10mg) Methylcobalamin (1500mcg)\",\n            \"price\": 151.01,\n            \"discount_percentage\": 1,\n            \"selling_price\": 149.5,\n            \"available_quantity\": 64,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablet sr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d50b1417-6ddc-41e0-9ec7-2af490abb8f4\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aromox-CV 625 Tablet\",\n            \"brand_name\": \"Olympus Life Sciences\",\n            \"generic_name\": \"Amoxycillin  (500mg) Clavulanic Acid (125mg)\",\n            \"price\": 113,\n            \"discount_percentage\": 14,\n            \"selling_price\": 97.18,\n            \"available_quantity\": 29,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 6 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"6da7ebdf-1b63-4d39-84c9-7bf93da08b09\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Asthalin Rotacaps\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Salbutamol (200mcg)\",\n            \"price\": 21.62,\n            \"discount_percentage\": 17,\n            \"selling_price\": 17.94,\n            \"available_quantity\": 286,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 30 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"6c91a966-95d2-40d1-b81b-49cf45f02ada\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Asthalin Rotacaps\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Salbutamol (200mcg)\",\n            \"price\": 52.31,\n            \"discount_percentage\": 10,\n            \"selling_price\": 47.08,\n            \"available_quantity\": 215,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 60 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"a2381c01-11cc-497d-80d5-ff55e02cd6f3\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Applevit D Tablet\",\n            \"brand_name\": \"Apple Lifescience\",\n            \"generic_name\": \"Methylcobalamin (1500mcg) Alpha Lipoic Acid (100mg)\",\n            \"price\": 141,\n            \"discount_percentage\": 21,\n            \"selling_price\": 111.39,\n            \"available_quantity\": 78,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d4a274aa-cd30-4f4c-b25b-920222d34964\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ascoril Flu Drops\",\n            \"brand_name\": \"Glenmark Pharmaceuticals Ltd\",\n            \"generic_name\": \"Chlorpheniramine Maleate (1mg/ml) Phenylephrine (2.5mg/ml)\",\n            \"price\": 67,\n            \"discount_percentage\": 12,\n            \"selling_price\": 58.96,\n            \"available_quantity\": 108,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 15 ml Oral Drops\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"e54503ae-e660-47ab-9271-73eb62317ff6\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Adaple-C Gel\",\n            \"brand_name\": \"Wallace Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Adapalene (0.1% w/w) Clindamycin (1% w/w)\",\n            \"price\": 272,\n            \"discount_percentage\": 22,\n            \"selling_price\": 212.16,\n            \"available_quantity\": 216,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 15 gm Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"19623897-1a6a-45c4-bcca-e861b22ebec8\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aravon Injection\",\n            \"brand_name\": \"Sun Pharmaceutical Industries Ltd\",\n            \"generic_name\": \"Edaravone (1.5mg)\",\n            \"price\": 696,\n            \"discount_percentage\": 3,\n            \"selling_price\": 675.12,\n            \"available_quantity\": 206,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 20 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"783fdf70-fa38-4e63-8795-bc7d0237a52b\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Anaflam 400mg/325mg Tablet\",\n            \"brand_name\": \"Albert David Ltd\",\n            \"generic_name\": \"Ibuprofen (400mg) Paracetamol (325mg)\",\n            \"price\": 8,\n            \"discount_percentage\": 24,\n            \"selling_price\": 6.08,\n            \"available_quantity\": 195,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"c80e1078-90c5-41a0-accf-d6239213d5e7\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Ata Mont 20mg/10mg Tablet\",\n            \"brand_name\": \"FDC Ltd\",\n            \"generic_name\": \"Bilastine (20mg) Montelukast (10mg)\",\n            \"price\": 108.9,\n            \"discount_percentage\": 1,\n            \"selling_price\": 107.81,\n            \"available_quantity\": 229,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"928c35ab-ce3d-4722-90cf-9b1ec0345bfa\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Arthocerin-G Tablet\",\n            \"brand_name\": \"Pulse Pharmaceuticals\",\n            \"generic_name\": \"Glucosamine (750mg) Diacerein (50mg)\",\n            \"price\": 167,\n            \"discount_percentage\": 13,\n            \"selling_price\": 145.29,\n            \"available_quantity\": 431,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"34ad691f-43f2-4039-b01c-8732f9029578\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alkasol Oral Solution Sugar Free\",\n            \"brand_name\": \"Stadmed Pvt Ltd\",\n            \"generic_name\": \"Disodium Hydrogen Citrate (1.4gm/5ml)\",\n            \"price\": 122.05,\n            \"discount_percentage\": 11,\n            \"selling_price\": 108.62,\n            \"available_quantity\": 19,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Oral Solution\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"851fd651-1af8-4113-acde-b42a227310a9\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aqsusten  25 Solution for Injection\",\n            \"brand_name\": \"Sun Pharmaceutical Industries Ltd\",\n            \"generic_name\": \"Progesterone (Natural Micronized) (25mg)\",\n            \"price\": 114,\n            \"discount_percentage\": 3,\n            \"selling_price\": 110.58,\n            \"available_quantity\": 155,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 1 ml Solution for Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"ebce7b87-60ff-44dd-80cb-4e7873d083b0\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amoxy 500mg Capsule\",\n            \"brand_name\": \"Blue Cross Laboratories Ltd\",\n            \"generic_name\": \"Amoxycillin (500mg)\",\n            \"price\": 55,\n            \"discount_percentage\": 0,\n            \"selling_price\": 55,\n            \"available_quantity\": 421,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f9f4d3cc-5a36-47be-acd2-db5f662a1b9c\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aziderm 10% Gel\",\n            \"brand_name\": \"Micro Labs Ltd\",\n            \"generic_name\": \"Azelaic Acid (10% w/w)\",\n            \"price\": 231,\n            \"discount_percentage\": 21,\n            \"selling_price\": 182.49,\n            \"available_quantity\": 445,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 15 gm Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"bc17ee87-326e-48b7-b6a8-583b9bc4722b\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Acecare SP Tablet\",\n            \"brand_name\": \"Hicare Pharma\",\n            \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n            \"price\": 63,\n            \"discount_percentage\": 19,\n            \"selling_price\": 51.03,\n            \"available_quantity\": 88,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"735a1fff-110d-426c-ad54-059b47e87ff9\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"ACTION OR 1000mg Tablet\",\n            \"brand_name\": \"Apex Laboratories Pvt Ltd\",\n            \"generic_name\": \"Paracetamol (1000mg)\",\n            \"price\": 42.3,\n            \"discount_percentage\": 3,\n            \"selling_price\": 41.03,\n            \"available_quantity\": 177,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"7358a7b4-fcd8-4254-b979-6a60ba34423d\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Azusa 8mg Tablet\",\n            \"brand_name\": \"Ajanta Pharma Ltd\",\n            \"generic_name\": \"Azelnidipine (8mg)\",\n            \"price\": 95.76,\n            \"discount_percentage\": 1,\n            \"selling_price\": 94.8,\n            \"available_quantity\": 459,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"9c59a1b5-e480-40dc-b86e-fa522729f372\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Acp  Tablet MR\",\n            \"brand_name\": \"Baksun Healthcare Pvt Ltd\",\n            \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n            \"price\": 41.61,\n            \"discount_percentage\": 8,\n            \"selling_price\": 38.28,\n            \"available_quantity\": 119,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablet mr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"588f36dd-c220-49a2-b838-81f7a764f8dd\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Anaspas 25mg Injection\",\n            \"brand_name\": \"Abbott\",\n            \"generic_name\": \"Camylofin (25mg) Diclofenac (25mg)\",\n            \"price\": 36.3,\n            \"discount_percentage\": 24,\n            \"selling_price\": 27.59,\n            \"available_quantity\": 172,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 2 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"245adfd0-d9f8-4694-a698-b95716743cf4\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aziwok 100 Liquid\",\n            \"brand_name\": \"Dr Reddy's Laboratories Ltd\",\n            \"generic_name\": \"Azithromycin (100mg/5ml)\",\n            \"price\": 46.22,\n            \"discount_percentage\": 9,\n            \"selling_price\": 42.06,\n            \"available_quantity\": 495,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 15 ml Oral Suspension\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"74ecc734-d941-48ad-8fdb-60bb5fe85d0d\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amplinak Opthalmic Suspension\",\n            \"brand_name\": \"Allergan India Pvt Ltd\",\n            \"generic_name\": \"Nepafenac (0.1% w/v)\",\n            \"price\": 319.76,\n            \"discount_percentage\": 23,\n            \"selling_price\": 246.22,\n            \"available_quantity\": 24,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 5 ml Opthalmic Suspension\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"5d123cd6-b85c-4b91-8b51-2b954b67db64\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atharv Healthcare Minrav 5 Minoxidil 5% Topical Solution\",\n            \"brand_name\": \"Atharv Healthcare\",\n            \"generic_name\": \"Minoxidil (5% w/v)\",\n            \"price\": 690,\n            \"discount_percentage\": 13,\n            \"selling_price\": 600.3,\n            \"available_quantity\": 244,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 60 ml Solution\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"ef04e148-1ea8-48b3-82d1-e32305fa6de2\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"A-Ret 0.05% Gel\",\n            \"brand_name\": \"A. Menarini India Pvt Ltd\",\n            \"generic_name\": \"Tretinoin (0.05% w/w)\",\n            \"price\": 129,\n            \"discount_percentage\": 1,\n            \"selling_price\": 127.71,\n            \"available_quantity\": 443,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 20 gm Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"9ce4e47c-e6b5-48fb-b3a4-be42674a0cf8\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amcard 5 Tablet\",\n            \"brand_name\": \"Systopic Laboratories Pvt Ltd\",\n            \"generic_name\": \"Amlodipine (5mg)\",\n            \"price\": 14.35,\n            \"discount_percentage\": 6,\n            \"selling_price\": 13.49,\n            \"available_quantity\": 150,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 7 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"bb35dfbc-c45f-4985-8ffe-fa8dce55fc93\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Actiful 2.5mg Tablet\",\n            \"brand_name\": \"Tas Med India Pvt Ltd\",\n            \"generic_name\": \"Midodrine (2.5mg)\",\n            \"price\": 561,\n            \"discount_percentage\": 17,\n            \"selling_price\": 465.63,\n            \"available_quantity\": 421,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"c120a495-2cac-485b-b200-b1e1676d6a4b\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atocor 80 Tablet\",\n            \"brand_name\": \"Dr Reddy's Laboratories Ltd\",\n            \"generic_name\": \"Atorvastatin (80mg)\",\n            \"price\": 515,\n            \"discount_percentage\": 5,\n            \"selling_price\": 489.25,\n            \"available_quantity\": 127,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 14 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"34496d3f-82b0-4d05-b00c-a52d87408392\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Ambulax-FM Tablet\",\n            \"brand_name\": \"Unimarck Pharma India Ltd\",\n            \"generic_name\": \"Flupenthixol (0.5mg) Melitracen (10mg)\",\n            \"price\": 88,\n            \"discount_percentage\": 14,\n            \"selling_price\": 75.68,\n            \"available_quantity\": 454,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"8fd5a530-e6bb-465f-8a29-7872c1b7457c\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atorlip Gold 20 Capsule\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Aspirin (75mg) Atorvastatin (20mg)\",\n            \"price\": 71.41,\n            \"discount_percentage\": 12,\n            \"selling_price\": 62.84,\n            \"available_quantity\": 457,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"4e31b2b1-a720-4496-88f2-5c4775ebffd6\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azee 200 DT Tablet\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Azithromycin (200mg)\",\n            \"price\": 37.5,\n            \"discount_percentage\": 1,\n            \"selling_price\": 37.13,\n            \"available_quantity\": 350,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 3 tablet dt\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"2ab7afbe-af9e-43dc-a286-f2d727d70f14\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alendrate 70mg Tablet\",\n            \"brand_name\": \"Pulse Pharmaceuticals\",\n            \"generic_name\": \"Alendronic Acid (70mg)\",\n            \"price\": 75,\n            \"discount_percentage\": 12,\n            \"selling_price\": 66,\n            \"available_quantity\": 16,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 4 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"93bcd06f-55f7-4518-ae37-a867b2c4da55\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Avanext 100mg Tablet\",\n            \"brand_name\": \"Zydus Cadila\",\n            \"generic_name\": \"Avanafil (100mg)\",\n            \"price\": 375.1,\n            \"discount_percentage\": 17,\n            \"selling_price\": 311.33,\n            \"available_quantity\": 70,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 4 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"bf973ccd-ad94-4993-8e82-502099478a59\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Acera 20 Capsule\",\n            \"brand_name\": \"Ipca Laboratories Ltd\",\n            \"generic_name\": \"Rabeprazole (20mg)\",\n            \"price\": 90.65,\n            \"discount_percentage\": 18,\n            \"selling_price\": 74.33,\n            \"available_quantity\": 140,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"125893e1-6e04-4316-84f2-8e6c54d0e08e\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amitin 10mg Tablet\",\n            \"brand_name\": \"Mission Research Laboratories Pvt Ltd\",\n            \"generic_name\": \"Amitriptyline (10mg)\",\n            \"price\": 16.5,\n            \"discount_percentage\": 15,\n            \"selling_price\": 14.03,\n            \"available_quantity\": 321,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"2042eee3-7154-4a1c-99e9-eab704fdb25c\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Astin 20 Tablet\",\n            \"brand_name\": \"Micro Labs Ltd\",\n            \"generic_name\": \"Atorvastatin (20mg)\",\n            \"price\": 148.4,\n            \"discount_percentage\": 8,\n            \"selling_price\": 136.53,\n            \"available_quantity\": 481,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"eee9eb99-9972-4443-9be6-6bca5f3f0ea1\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Anafast TH 4mg/100mg/325mg Tablet\",\n            \"brand_name\": \"Overseas Healthcare Pvt Ltd\",\n            \"generic_name\": \"Thiocolchicoside (4mg) Aceclofenac (100mg)\",\n            \"price\": 207,\n            \"discount_percentage\": 2,\n            \"selling_price\": 202.86,\n            \"available_quantity\": 377,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"ce5d4d2c-877d-4347-9d16-b4409e54eae8\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Androanagen Solution\",\n            \"brand_name\": \"Curatio Healthcare India Pvt Ltd\",\n            \"generic_name\": \"Minoxidil (5% w/v) Aminexil (1.5% w/v)\",\n            \"price\": 1065,\n            \"discount_percentage\": 16,\n            \"selling_price\": 894.6,\n            \"available_quantity\": 115,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Solution\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"399137bd-1666-4480-b5cf-0680dec191ca\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Acnesol 1% solution\",\n            \"brand_name\": \"Systopic Laboratories Pvt Ltd\",\n            \"generic_name\": \"Clindamycin (1% w/v)\",\n            \"price\": 89,\n            \"discount_percentage\": 15,\n            \"selling_price\": 75.65,\n            \"available_quantity\": 130,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 25 ml Lotion\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"6f86c938-d0d1-45e9-b827-2739808bfad3\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alakast FA 10mg/120mg/200mg Tablet\",\n            \"brand_name\": \"Avel Life Sciences\",\n            \"generic_name\": \"Montelukast (10mg) Fexofenadine (120mg)\",\n            \"price\": 279,\n            \"discount_percentage\": 19,\n            \"selling_price\": 225.99,\n            \"available_quantity\": 265,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"1c0f88f6-7140-499c-bf0d-6aba2d6c2984\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ampilox CV 500 mg/125 mg Tablet\",\n            \"brand_name\": \"Biochem Pharmaceutical Industries\",\n            \"generic_name\": \"Amoxycillin  (500mg) Clavulanic Acid (125mg)\",\n            \"price\": 197.76,\n            \"discount_percentage\": 24,\n            \"selling_price\": 150.3,\n            \"available_quantity\": 330,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"8b866c62-7962-495e-8250-e0b2d1bc9fe5\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amlosafe H Tablet\",\n            \"brand_name\": \"Aristo Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Amlodipine (5mg) Hydrochlorothiazide (12.5mg)\",\n            \"price\": 59,\n            \"discount_percentage\": 21,\n            \"selling_price\": 46.61,\n            \"available_quantity\": 71,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"2480a5a2-a74b-4a64-9eb6-e97b6f1e78da\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Afoglip M  1000 Tablet ER\",\n            \"brand_name\": \"Torrent Pharmaceuticals Ltd\",\n            \"generic_name\": \"Metformin (1000mg) Teneligliptin (20mg)\",\n            \"price\": 267.35,\n            \"discount_percentage\": 19,\n            \"selling_price\": 216.55,\n            \"available_quantity\": 73,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 tablet er\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"913d5215-3a36-4b5b-aca1-d79793a88a6a\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Acotrust  Tablet\",\n            \"brand_name\": \"Dr Reddy's Laboratories Ltd\",\n            \"generic_name\": \"Acotiamide (100mg)\",\n            \"price\": 239.5,\n            \"discount_percentage\": 9,\n            \"selling_price\": 217.94,\n            \"available_quantity\": 477,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"c225e202-2559-4a92-97e8-88bdf0fb8fe3\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Agmamol 500mg Tablet\",\n            \"brand_name\": \"Amore Health Essentials Pvt Ltd\",\n            \"generic_name\": \"Paracetamol (500mg)\",\n            \"price\": 14,\n            \"discount_percentage\": 15,\n            \"selling_price\": 11.9,\n            \"available_quantity\": 33,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"fe6a3cc0-45f1-49b8-8eeb-9e191def112d\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alergin Cold Total Tablet\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Paracetamol (NA) Caffeine (NA)\",\n            \"price\": 51.5,\n            \"discount_percentage\": 22,\n            \"selling_price\": 40.17,\n            \"available_quantity\": 264,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"73b08387-6c77-4b15-a874-b8e9f45a2247\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Abevia 100 Capsule\",\n            \"brand_name\": \"Mankind Pharma Ltd\",\n            \"generic_name\": \"Acebrophylline (100mg)\",\n            \"price\": 95,\n            \"discount_percentage\": 4,\n            \"selling_price\": 91.2,\n            \"available_quantity\": 255,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"67f2640e-27bd-49bc-90b3-4be37bda79be\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"ATR-F Tablet\",\n            \"brand_name\": \"Knoll Pharmaceuticals Ltd\",\n            \"generic_name\": \"Atorvastatin (10mg) Fenofibrate (160mg)\",\n            \"price\": 137,\n            \"discount_percentage\": 11,\n            \"selling_price\": 121.93,\n            \"available_quantity\": 375,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"ba1b32c1-b9de-4fbf-87e5-787bcd1dd29f\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Avas CV 10 Capsule\",\n            \"brand_name\": \"Micro Labs Ltd\",\n            \"generic_name\": \"Atorvastatin (10mg) Clopidogrel (75mg)\",\n            \"price\": 111,\n            \"discount_percentage\": 21,\n            \"selling_price\": 87.69,\n            \"available_quantity\": 186,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"cf781433-2784-45c0-bba4-2cc3dd4cc200\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Acocare 300mg Tablet SR\",\n            \"brand_name\": \"Alniche Life Sciences Pvt Ltd\",\n            \"generic_name\": \"Acotiamide (300mg)\",\n            \"price\": 547,\n            \"discount_percentage\": 13,\n            \"selling_price\": 475.89,\n            \"available_quantity\": 17,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablet sr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"7b2dcb5c-1b2e-4a09-816f-3d4051fd4e42\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Ambistryn-S 0.75gm Injection\",\n            \"brand_name\": \"Abbott\",\n            \"generic_name\": \"Streptomycin (0.75gm)\",\n            \"price\": 10.2,\n            \"discount_percentage\": 15,\n            \"selling_price\": 8.67,\n            \"available_quantity\": 162,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 1 Powder for Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"e3d67645-99ca-4781-866f-5e67bf366fa8\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Atchol-ASP Capsule\",\n            \"brand_name\": \"Aristo Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Atorvastatin (10mg) Aspirin (75mg)\",\n            \"price\": 49,\n            \"discount_percentage\": 1,\n            \"selling_price\": 48.51,\n            \"available_quantity\": 377,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f5b4f8ad-d2c3-4f06-999a-a5bb93eb22b6\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amitax 500mg Injection\",\n            \"brand_name\": \"Alkem Laboratories Ltd\",\n            \"generic_name\": \"Amikacin (500mg)\",\n            \"price\": 119,\n            \"discount_percentage\": 1,\n            \"selling_price\": 117.81,\n            \"available_quantity\": 277,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 2 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"8298069a-7595-4cc4-b9bd-bd5ff989beea\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aziderm 15% Gel\",\n            \"brand_name\": \"Micro Labs Ltd\",\n            \"generic_name\": \"Azelaic Acid (15% w/w)\",\n            \"price\": 260,\n            \"discount_percentage\": 9,\n            \"selling_price\": 236.6,\n            \"available_quantity\": 46,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 15 gm Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"0ae1a506-f042-4129-aaa7-b110516dab3f\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amlopres L Tablet\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Amlodipine (5mg) Lisinopril (5mg)\",\n            \"price\": 180.89,\n            \"discount_percentage\": 24,\n            \"selling_price\": 137.48,\n            \"available_quantity\": 395,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"396ef463-a95b-4c6e-8bb6-660f08178f95\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Addphos Granules\",\n            \"brand_name\": \"Steadfast Medishield Pvt Ltd\",\n            \"generic_name\": \"Sodium acid phosphate (1.936gm)\",\n            \"price\": 24.5,\n            \"discount_percentage\": 24,\n            \"selling_price\": 18.62,\n            \"available_quantity\": 459,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"sachet of 3.2 gm Granules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"18e55a72-2309-49ea-8f01-6094a75d5668\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azax 500 Tablet\",\n            \"brand_name\": \"Sun Pharmaceutical Industries Ltd\",\n            \"generic_name\": \"Azithromycin (500mg)\",\n            \"price\": 119.38,\n            \"discount_percentage\": 24,\n            \"selling_price\": 90.73,\n            \"available_quantity\": 282,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 5 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"9ac4da6a-3ae6-42dd-b572-43da522d220d\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alkalith Syrup\",\n            \"brand_name\": \"Alkem Laboratories Ltd\",\n            \"generic_name\": \"Disodium Hydrogen Citrate (NA)\",\n            \"price\": 59,\n            \"discount_percentage\": 7,\n            \"selling_price\": 54.87,\n            \"available_quantity\": 228,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"ec0bc907-b8cd-4ad1-8428-22d96bae7578\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amiject 500mg Injection\",\n            \"brand_name\": \"Alkem Laboratories Ltd\",\n            \"generic_name\": \"Amikacin (500mg)\",\n            \"price\": 110,\n            \"discount_percentage\": 5,\n            \"selling_price\": 104.5,\n            \"available_quantity\": 456,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 2 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"29469d2e-e20c-4968-9c1a-455efa5d2292\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azulix 1 MF Forte Tablet PR\",\n            \"brand_name\": \"Torrent Pharmaceuticals Ltd\",\n            \"generic_name\": \"Glimepiride (1mg) Metformin (1000mg)\",\n            \"price\": 170,\n            \"discount_percentage\": 2,\n            \"selling_price\": 166.6,\n            \"available_quantity\": 196,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 15 Tablet pr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"6c277e49-dfbd-435f-b334-f17758c39909\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aziderm 20% Gel\",\n            \"brand_name\": \"Micro Labs Ltd\",\n            \"generic_name\": \"Azelaic Acid (20% w/w)\",\n            \"price\": 285,\n            \"discount_percentage\": 22,\n            \"selling_price\": 222.3,\n            \"available_quantity\": 320,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 15 gm Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"a848dd76-1a14-4fb5-a091-36c3ef8d33fc\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amiwel 10 Tablet\",\n            \"brand_name\": \"ZDL(Zodiacal) Pharmaceutics Pvt.Ltd\",\n            \"generic_name\": \"Amitriptyline (10mg)\",\n            \"price\": 25,\n            \"discount_percentage\": 9,\n            \"selling_price\": 22.75,\n            \"available_quantity\": 263,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"1b8c55fe-207d-4dfb-b22c-b3442087a2f2\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Allercet Cold Syrup\",\n            \"brand_name\": \"Micro Labs Ltd\",\n            \"generic_name\": \"Chlorpheniramine Maleate (2mg/5ml) Phenylephrine (5mg/5ml)\",\n            \"price\": 84,\n            \"discount_percentage\": 3,\n            \"selling_price\": 81.48,\n            \"available_quantity\": 17,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 60 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"ceaee494-26fe-49e9-bd2c-fc2da1cab53d\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amlosafe 3D Tablet\",\n            \"brand_name\": \"Aristo Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Telmisartan (40mg) Amlodipine (5mg)\",\n            \"price\": 67.2,\n            \"discount_percentage\": 1,\n            \"selling_price\": 66.53,\n            \"available_quantity\": 309,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 7 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"cec15325-819b-45fd-9086-5da5e4d2fc78\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aziwin 500 Tablet\",\n            \"brand_name\": \"Bal Pharma Ltd\",\n            \"generic_name\": \"Azithromycin (500mg)\",\n            \"price\": 78.5,\n            \"discount_percentage\": 6,\n            \"selling_price\": 73.79,\n            \"available_quantity\": 166,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 3 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"53c9d81e-30b2-4442-9774-15879ca6f493\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Acnetor AD Gel\",\n            \"brand_name\": \"Torrent Pharmaceuticals Ltd\",\n            \"generic_name\": \"Adapalene (0.1% w/w) Clindamycin (1% w/w)\",\n            \"price\": 350.5,\n            \"discount_percentage\": 18,\n            \"selling_price\": 287.41,\n            \"available_quantity\": 225,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 15 gm Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"abf17bf5-e45d-4249-8bdd-72f2ecfe495f\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atorva Gold 20 Capsule\",\n            \"brand_name\": \"Zydus Cadila\",\n            \"generic_name\": \"Aspirin (75mg) Atorvastatin (20mg)\",\n            \"price\": 116.6,\n            \"discount_percentage\": 0,\n            \"selling_price\": 116.6,\n            \"available_quantity\": 375,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f35dd190-7288-4e68-827f-d6628b85e5de\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atorva E 10mg/10mg Tablet\",\n            \"brand_name\": \"Zydus Cadila\",\n            \"generic_name\": \"Atorvastatin (10mg) Ezetimibe (10mg)\",\n            \"price\": 303.45,\n            \"discount_percentage\": 2,\n            \"selling_price\": 297.38,\n            \"available_quantity\": 380,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"a2bf078e-717a-4f18-8ace-04bf9564e042\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alcros 200 Capsule\",\n            \"brand_name\": \"Acme Generics LLP\",\n            \"generic_name\": \"Itraconazole (200mg)\",\n            \"price\": 298,\n            \"discount_percentage\": 10,\n            \"selling_price\": 268.2,\n            \"available_quantity\": 243,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"ab72e267-05e4-4428-ac69-761d40adf546\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Actrapid HM 100IU/ml Penfill\",\n            \"brand_name\": \"Novo Nordisk India Pvt Ltd\",\n            \"generic_name\": \"Human insulin (100IU)\",\n            \"price\": 350.9,\n            \"discount_percentage\": 1,\n            \"selling_price\": 347.39,\n            \"available_quantity\": 261,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"penfill of 3 ml Solution for Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"e004d2f4-a708-4376-b091-ed4e01083495\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amlip 10 Tablet\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Amlodipine (10mg)\",\n            \"price\": 63.05,\n            \"discount_percentage\": 6,\n            \"selling_price\": 59.27,\n            \"available_quantity\": 72,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"39c8f890-21b0-40a7-8add-f0f462f1d5dc\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ascoril Plus LS Expectorant\",\n            \"brand_name\": \"Glenmark Pharmaceuticals Ltd\",\n            \"generic_name\": \"Ambroxol (30mg/5ml) Levosalbutamol (1mg/5ml)\",\n            \"price\": 98.5,\n            \"discount_percentage\": 22,\n            \"selling_price\": 76.83,\n            \"available_quantity\": 153,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Expectorant\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"11fbc02e-29ad-4956-a5c9-6a682bb451d5\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amlong-Trio Tablet\",\n            \"brand_name\": \"Micro Labs Ltd\",\n            \"generic_name\": \"Telmisartan (40mg) Amlodipine (5mg)\",\n            \"price\": 155,\n            \"discount_percentage\": 15,\n            \"selling_price\": 131.75,\n            \"available_quantity\": 243,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"fa1f18a8-f3ea-42c5-98ed-e9b8f5e3c67a\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amdepin 5 Tablet\",\n            \"brand_name\": \"Cadila Pharmaceuticals Ltd\",\n            \"generic_name\": \"Amlodipine (5mg)\",\n            \"price\": 48.55,\n            \"discount_percentage\": 11,\n            \"selling_price\": 43.21,\n            \"available_quantity\": 488,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"7a3f3e65-6b40-4171-953a-3620922c64b0\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Ampilox Kid  125 mg/125 mg Tablet\",\n            \"brand_name\": \"Biochem Pharmaceutical Industries\",\n            \"generic_name\": \"Ampicillin (125mg) Dicloxacillin (125mg)\",\n            \"price\": 42.35,\n            \"discount_percentage\": 12,\n            \"selling_price\": 37.27,\n            \"available_quantity\": 59,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"90d554c4-656e-4353-b18c-36344b31fa74\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Almox C Tablet\",\n            \"brand_name\": \"Alkem Laboratories Ltd\",\n            \"generic_name\": \"Amoxycillin (125mg) Cloxacillin (125mg)\",\n            \"price\": 79,\n            \"discount_percentage\": 8,\n            \"selling_price\": 72.68,\n            \"available_quantity\": 115,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"026e87ea-d960-485b-8f69-2a2ab5937a96\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Acitrin 25mg Capsule\",\n            \"brand_name\": \"Ipca Laboratories Ltd\",\n            \"generic_name\": \"Acitretin (25mg)\",\n            \"price\": 614.68,\n            \"discount_percentage\": 14,\n            \"selling_price\": 528.62,\n            \"available_quantity\": 334,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"ebbab148-8d1c-4daf-9235-560413aeac8c\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amicon 25mg Tablet\",\n            \"brand_name\": \"Icon Life Sciences\",\n            \"generic_name\": \"Amitriptyline (25mg)\",\n            \"price\": 26.6,\n            \"discount_percentage\": 21,\n            \"selling_price\": 21.01,\n            \"available_quantity\": 211,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f6b7e468-5548-4f07-9c34-5a526a947488\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Arvast-A 75 Capsule\",\n            \"brand_name\": \"Intas Pharmaceuticals Ltd\",\n            \"generic_name\": \"Rosuvastatin (10mg) Aspirin (75mg)\",\n            \"price\": 65.5,\n            \"discount_percentage\": 17,\n            \"selling_price\": 54.37,\n            \"available_quantity\": 104,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"1fa345bc-40d7-42a8-a585-456ec095be2e\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Arpimune ME 50mg Capsule\",\n            \"brand_name\": \"RPG Life Sciences Ltd\",\n            \"generic_name\": \"Ciclosporin (50mg)\",\n            \"price\": 191.25,\n            \"discount_percentage\": 11,\n            \"selling_price\": 170.21,\n            \"available_quantity\": 411,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 5 soft gelatin capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"7ea64b8f-df9b-45a0-8ea6-eb43d3d18511\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aminophylline 250mg Injection\",\n            \"brand_name\": \"Harson Laboratories\",\n            \"generic_name\": \"Aminophylline (25mg/ml)\",\n            \"price\": 20.04,\n            \"discount_percentage\": 7,\n            \"selling_price\": 18.64,\n            \"available_quantity\": 122,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"ampoule of 10 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"605722a8-7ff4-4ee2-b86b-22208d8be850\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Acimol 200mg Tablet SR\",\n            \"brand_name\": \"Leeford Healthcare Ltd\",\n            \"generic_name\": \"Aceclofenac (200mg)\",\n            \"price\": 45,\n            \"discount_percentage\": 5,\n            \"selling_price\": 42.75,\n            \"available_quantity\": 193,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablet sr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d9af9d52-b7e5-41fc-ab25-0037289980c4\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Antiflu 12mg/ml Syrup\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Oseltamivir Phosphate (12mg/ml)\",\n            \"price\": 764.98,\n            \"discount_percentage\": 2,\n            \"selling_price\": 749.68,\n            \"available_quantity\": 36,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 75 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"4bb5ed37-1e67-4a5d-be44-023c7c5bd2f2\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Admol Junior 125mg Tablet\",\n            \"brand_name\": \"Ethicare Pharma\",\n            \"generic_name\": \"Paracetamol (125mg)\",\n            \"price\": 19.25,\n            \"discount_percentage\": 4,\n            \"selling_price\": 18.48,\n            \"available_quantity\": 445,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"74cd6abf-b21a-4337-9915-8971260d8838\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alsartan AM Tablet\",\n            \"brand_name\": \"Aristo Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Losartan (50mg) Amlodipine (5mg)\",\n            \"price\": 85,\n            \"discount_percentage\": 8,\n            \"selling_price\": 78.2,\n            \"available_quantity\": 463,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"203fcf42-8924-4818-b040-d958f3ebf5f9\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Arkapres 150 Tablet\",\n            \"brand_name\": \"Biokindle Lifesciences Pvt Ltd\",\n            \"generic_name\": \"Clonidine (150mcg)\",\n            \"price\": 21.8,\n            \"discount_percentage\": 23,\n            \"selling_price\": 16.79,\n            \"available_quantity\": 198,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"93248ac1-0884-4ca6-881d-d85385166d20\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aziford 500mg Tablet\",\n            \"brand_name\": \"Leeford Healthcare Ltd\",\n            \"generic_name\": \"Azithromycin (500mg)\",\n            \"price\": 64.9,\n            \"discount_percentage\": 22,\n            \"selling_price\": 50.62,\n            \"available_quantity\": 229,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 3 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"4cc60a9a-f2d5-4167-b338-9515beaece5f\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Arvast 5 Tablet\",\n            \"brand_name\": \"Intas Pharmaceuticals Ltd\",\n            \"generic_name\": \"Rosuvastatin (5mg)\",\n            \"price\": 103,\n            \"discount_percentage\": 8,\n            \"selling_price\": 94.76,\n            \"available_quantity\": 414,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"bf8305cd-c903-474c-88f9-367c176871b8\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Arzep Nasal Spray\",\n            \"brand_name\": \"Zydus Cadila\",\n            \"generic_name\": \"Azelastine (0.1% w/v)\",\n            \"price\": 472.45,\n            \"discount_percentage\": 19,\n            \"selling_price\": 382.68,\n            \"available_quantity\": 473,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 10 ml Nasal Spray\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"7e773f51-b4e8-476e-bd85-3d6337845fcd\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aziford 250mg Tablet\",\n            \"brand_name\": \"Leeford Healthcare Ltd\",\n            \"generic_name\": \"Azithromycin (250mg)\",\n            \"price\": 66.5,\n            \"discount_percentage\": 14,\n            \"selling_price\": 57.19,\n            \"available_quantity\": 337,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 6 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"80f16c5e-e6b7-48ef-b636-1815e6bc5f3c\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Agoprex Tablet\",\n            \"brand_name\": \"Sun Pharmaceutical Industries Ltd\",\n            \"generic_name\": \"Agomelatine (25mg)\",\n            \"price\": 149,\n            \"discount_percentage\": 21,\n            \"selling_price\": 117.71,\n            \"available_quantity\": 178,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"27c07ed5-a95e-4d14-b751-85f912c0cc0c\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Admol 1g Tablet SR\",\n            \"brand_name\": \"Kepler Health Care\",\n            \"generic_name\": \"Paracetamol (300mg) Paracetamol (700mg)\",\n            \"price\": 50,\n            \"discount_percentage\": 16,\n            \"selling_price\": 42,\n            \"available_quantity\": 362,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablet sr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"3f9605d6-b926-49ab-b991-32a83b4e06d0\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Abrozac 100mg/600mg Tablet\",\n            \"brand_name\": \"Ajanta Pharma Ltd\",\n            \"generic_name\": \"Acebrophylline (100mg) Acetylcysteine (600mg)\",\n            \"price\": 190,\n            \"discount_percentage\": 7,\n            \"selling_price\": 176.7,\n            \"available_quantity\": 411,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"78d49ff9-cc11-4c56-8081-b74e32d91c29\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Atocor 5 Tablet\",\n            \"brand_name\": \"Dr Reddy's Laboratories Ltd\",\n            \"generic_name\": \"Atorvastatin (5mg)\",\n            \"price\": 68.25,\n            \"discount_percentage\": 8,\n            \"selling_price\": 62.79,\n            \"available_quantity\": 219,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"5f27c7ce-061c-4c3b-81a9-fa22d387ab76\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alkem Piroxicam Injection\",\n            \"brand_name\": \"Alkem Laboratories Ltd\",\n            \"generic_name\": \"Piroxicam (20mg)\",\n            \"price\": 7.5,\n            \"discount_percentage\": 7,\n            \"selling_price\": 6.97,\n            \"available_quantity\": 326,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 1 Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"728097a4-64f1-4a3c-9d9d-8ae6a030ece1\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azithral 500mg Injection\",\n            \"brand_name\": \"Alembic Pharmaceuticals Ltd\",\n            \"generic_name\": \"Azithromycin (500mg)\",\n            \"price\": 214.65,\n            \"discount_percentage\": 20,\n            \"selling_price\": 171.72,\n            \"available_quantity\": 404,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 5 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"41f38680-246e-4207-9d93-9b857eb77e3f\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aldo TL 40 mg/5 mg Tablet\",\n            \"brand_name\": \"Shine Pharmaceuticals Ltd\",\n            \"generic_name\": \"Telmisartan (40mg) Amlodipine (5mg)\",\n            \"price\": 89.5,\n            \"discount_percentage\": 16,\n            \"selling_price\": 75.18,\n            \"available_quantity\": 219,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"38fcd68e-455e-43d7-8ae0-74c64ef0a50c\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Acivir IV Injection\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Acyclovir (25mg/ml)\",\n            \"price\": 441.77,\n            \"discount_percentage\": 21,\n            \"selling_price\": 349,\n            \"available_quantity\": 290,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 1 Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"6e7f4855-09ff-4670-94bc-1e44b0b2d97f\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azenam 1gm Injection\",\n            \"brand_name\": \"Aristo Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Aztreonam (1gm)\",\n            \"price\": 821.1,\n            \"discount_percentage\": 20,\n            \"selling_price\": 656.88,\n            \"available_quantity\": 427,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 1 Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"82d5009d-ecef-48d9-b515-9f51bca8668a\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Anti Druf Lotion\",\n            \"brand_name\": \"Nithyasha Healthcare Pvt Ltd\",\n            \"generic_name\": \"Ketoconazole (2% w/v) Zinc pyrithione (1% w/v)\",\n            \"price\": 230,\n            \"discount_percentage\": 6,\n            \"selling_price\": 216.2,\n            \"available_quantity\": 57,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 60 ml Lotion\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"ffa88317-f689-4e56-a86a-43dbcd5580d3\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Algina 650 Tablet\",\n            \"brand_name\": \"Geno Pharmaceuticals Ltd\",\n            \"generic_name\": \"Paracetamol (650mg)\",\n            \"price\": 11.25,\n            \"discount_percentage\": 1,\n            \"selling_price\": 11.14,\n            \"available_quantity\": 432,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f1a77c8d-a936-436f-888e-e481f682bbfe\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ampoxin-CV Forte Dry Syrup\",\n            \"brand_name\": \"Torrent Pharmaceuticals Ltd\",\n            \"generic_name\": \"Amoxycillin  (400mg/5ml) Clavulanic Acid (57mg/5ml)\",\n            \"price\": 153.15,\n            \"discount_percentage\": 16,\n            \"selling_price\": 128.65,\n            \"available_quantity\": 375,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 30 ml Dry Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"a0e12308-394a-4108-8a7e-f8a211fdb252\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Avas-EZ Tablet\",\n            \"brand_name\": \"Micro Labs Ltd\",\n            \"generic_name\": \"Atorvastatin (10mg) Ezetimibe (10mg)\",\n            \"price\": 192,\n            \"discount_percentage\": 16,\n            \"selling_price\": 161.28,\n            \"available_quantity\": 198,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"1f46794a-c9b5-4666-9077-88854afd2d9a\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Atorva Gold 10 Capsule\",\n            \"brand_name\": \"Zydus Cadila\",\n            \"generic_name\": \"Aspirin (75mg) Atorvastatin (10mg)\",\n            \"price\": 86.25,\n            \"discount_percentage\": 1,\n            \"selling_price\": 85.39,\n            \"available_quantity\": 261,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d7e57f69-5767-4e14-892f-63581bfa1a06\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azinix 500mg Tablet\",\n            \"brand_name\": \"Khandelwal Laboratories Pvt Ltd\",\n            \"generic_name\": \"Azithromycin (500mg)\",\n            \"price\": 113.25,\n            \"discount_percentage\": 5,\n            \"selling_price\": 107.59,\n            \"available_quantity\": 86,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 5 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d043d443-d2bb-4a7d-add2-edc2a7cfa457\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Antic 25mg Tablet\",\n            \"brand_name\": \"Hegde and Hegde Pharmaceutical LLP\",\n            \"generic_name\": \"Hydroxyzine (25mg)\",\n            \"price\": 52.5,\n            \"discount_percentage\": 4,\n            \"selling_price\": 50.4,\n            \"available_quantity\": 255,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"988bd920-dced-46e3-bde3-ae42e304ee0a\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Acetal P  100 mg/500 mg Tablet\",\n            \"brand_name\": \"Total Healthcare\",\n            \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n            \"price\": 26.25,\n            \"discount_percentage\": 18,\n            \"selling_price\": 21.52,\n            \"available_quantity\": 425,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"3d818804-ea57-4b34-b50c-1e483354fe4b\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Altram Tablet\",\n            \"brand_name\": \"Axon Drugs Pvt Ltd\",\n            \"generic_name\": \"Paracetamol/Acetaminophen  (NA) Tramadol (NA)\",\n            \"price\": 49.97,\n            \"discount_percentage\": 18,\n            \"selling_price\": 40.98,\n            \"available_quantity\": 41,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"8568e48b-a183-43f7-a264-a20e009d61ed\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Airtec FB 400 Instacap\",\n            \"brand_name\": \"Glenmark Pharmaceuticals Ltd\",\n            \"generic_name\": \"Formoterol (6mcg) Budesonide (400mcg)\",\n            \"price\": 239.9,\n            \"discount_percentage\": 13,\n            \"selling_price\": 208.71,\n            \"available_quantity\": 306,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 30 instacaps\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"13af334f-71f8-4a82-8e90-e2e390d8c23e\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aldactone F Tablet\",\n            \"brand_name\": \"RPG Life Sciences Ltd\",\n            \"generic_name\": \"Furosemide (20mg) Spironolactone (50mg)\",\n            \"price\": 81.2,\n            \"discount_percentage\": 21,\n            \"selling_price\": 64.15,\n            \"available_quantity\": 220,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"79681a33-779a-4fd0-8f25-b8a1c90e7807\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aclonac P 100mg/500mg Tablet\",\n            \"brand_name\": \"PCI Pharmaceuticals\",\n            \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n            \"price\": 35.93,\n            \"discount_percentage\": 14,\n            \"selling_price\": 30.9,\n            \"available_quantity\": 355,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"7ea99331-acd6-4ffb-a20a-4a79a8fbb09e\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Agna 10000 Capsule DR\",\n            \"brand_name\": \"Dr Reddy's Laboratories Ltd\",\n            \"generic_name\": \"Pancreatin (170mg)\",\n            \"price\": 282,\n            \"discount_percentage\": 24,\n            \"selling_price\": 214.32,\n            \"available_quantity\": 98,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 Capsule DR\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f7d29ffe-35fe-4195-8325-19ba5c4da739\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Anafortan Drop\",\n            \"brand_name\": \"Abbott\",\n            \"generic_name\": \"Camylofin (20mg/ml)\",\n            \"price\": 62.84,\n            \"discount_percentage\": 0,\n            \"selling_price\": 62.84,\n            \"available_quantity\": 481,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 10 ml Drop\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"e819b9f8-df7a-4d25-bbff-0e3dedca8368\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aloatm 5% Solution\",\n            \"brand_name\": \"Intas Pharmaceuticals Ltd\",\n            \"generic_name\": \"Minoxidil (5% w/v) Azelaic Acid (1.5% w/v)\",\n            \"price\": 750,\n            \"discount_percentage\": 0,\n            \"selling_price\": 750,\n            \"available_quantity\": 236,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 60 ml Solution\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"54a3342d-e3d3-4561-855f-43cae9232ea6\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alkof Cofgel  Tablet\",\n            \"brand_name\": \"Alkem Laboratories Ltd\",\n            \"generic_name\": \"Guaifenesin (NA) Bromhexine (NA)\",\n            \"price\": 28,\n            \"discount_percentage\": 18,\n            \"selling_price\": 22.96,\n            \"available_quantity\": 274,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"4233494d-bb6b-4b2e-aae3-89e3a7524d13\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aminowel Infusion\",\n            \"brand_name\": \"Fresenius Kabi India Pvt Ltd\",\n            \"generic_name\": \"Amino Acids (5% w/v)\",\n            \"price\": 450,\n            \"discount_percentage\": 7,\n            \"selling_price\": 418.5,\n            \"available_quantity\": 223,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 250 ml Infusion\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b661444e-015c-44f7-a6a2-d8089283697f\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Azithioprine 50mg Tablet\",\n            \"brand_name\": \"Alkem Laboratories Ltd\",\n            \"generic_name\": \"Azathioprine (50mg)\",\n            \"price\": 58.5,\n            \"discount_percentage\": 20,\n            \"selling_price\": 46.8,\n            \"available_quantity\": 189,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d9d3afcf-1c89-4555-9546-63b2f659a092\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amlovas XM  5/50 Tablet PR\",\n            \"brand_name\": \"Macleods Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Amlodipine (5mg) Metoprolol Succinate (50mg)\",\n            \"price\": 133,\n            \"discount_percentage\": 7,\n            \"selling_price\": 123.69,\n            \"available_quantity\": 83,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 Tablet pr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"4dd41ef2-32ca-43c3-b29a-9a26a3507bd3\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amchek 5 Tablet\",\n            \"brand_name\": \"Indoco Remedies Ltd\",\n            \"generic_name\": \"Amlodipine (5mg)\",\n            \"price\": 29.93,\n            \"discount_percentage\": 19,\n            \"selling_price\": 24.24,\n            \"available_quantity\": 102,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"136fd398-83c6-4241-bdb3-c1a18f30db20\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azithral KidTab\",\n            \"brand_name\": \"Alembic Pharmaceuticals Ltd\",\n            \"generic_name\": \"Azithromycin (100mg)\",\n            \"price\": 51.1,\n            \"discount_percentage\": 0,\n            \"selling_price\": 51.1,\n            \"available_quantity\": 292,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 5 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d878c9c7-fdfb-43ab-9254-8ba2c66ba880\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alcros SB 50 Capsule\",\n            \"brand_name\": \"Sun Pharmaceutical Industries Ltd\",\n            \"generic_name\": \"Itraconazole (50mg)\",\n            \"price\": 130,\n            \"discount_percentage\": 10,\n            \"selling_price\": 117,\n            \"available_quantity\": 309,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"512549e9-731a-4f01-be1a-bb80dcf8541b\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Anabel-CT Gel\",\n            \"brand_name\": \"Group Pharmaceuticals Ltd\",\n            \"generic_name\": \"Choline Salicylate (8.7% w/w) Lidocaine (2% w/w)\",\n            \"price\": 88,\n            \"discount_percentage\": 5,\n            \"selling_price\": 83.6,\n            \"available_quantity\": 40,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 10 gm Dental Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"5a9d5088-84ce-4dcf-aa04-cfe8ad5a0c39\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Auxen D 500mg/10mg Tablet\",\n            \"brand_name\": \"Aurum Life Science Pvt Ltd\",\n            \"generic_name\": \"Naproxen (500mg) Domperidone (10mg)\",\n            \"price\": 73.65,\n            \"discount_percentage\": 2,\n            \"selling_price\": 72.18,\n            \"available_quantity\": 262,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"721525fb-29fd-4def-9f78-cea9dea921b4\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Acutret 30 Capsule\",\n            \"brand_name\": \"Ipca Laboratories Ltd\",\n            \"generic_name\": \"Isotretinoin (30mg)\",\n            \"price\": 341.1,\n            \"discount_percentage\": 16,\n            \"selling_price\": 286.52,\n            \"available_quantity\": 196,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"3fd5dc52-5ddc-4c36-83dd-8ceac338146b\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Azileb 250mg Tablet\",\n            \"brand_name\": \"Leben Life Sciences Pvt Ltd\",\n            \"generic_name\": \"Azithromycin (250mg)\",\n            \"price\": 68.73,\n            \"discount_percentage\": 12,\n            \"selling_price\": 60.48,\n            \"available_quantity\": 473,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 6 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"a7906ec1-57bb-48cc-b4d5-578fa46b9e91\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amlong Tablet\",\n            \"brand_name\": \"Micro Labs Ltd\",\n            \"generic_name\": \"Amlodipine (5mg)\",\n            \"price\": 48.55,\n            \"discount_percentage\": 9,\n            \"selling_price\": 44.18,\n            \"available_quantity\": 286,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 15 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"62228b42-6f1c-4172-b5f9-142e8967b8ed\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Anxozap 30 Tablet\",\n            \"brand_name\": \"Sun Pharmaceutical Industries Ltd\",\n            \"generic_name\": \"Oxazepam (30mg)\",\n            \"price\": 253,\n            \"discount_percentage\": 8,\n            \"selling_price\": 232.76,\n            \"available_quantity\": 471,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f6902e91-5ff6-497f-b6c7-2a8332e6ba2c\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Armod 50 Tablet\",\n            \"brand_name\": \"Emcure Pharmaceuticals Ltd\",\n            \"generic_name\": \"Armodafinil (50mg)\",\n            \"price\": 177.6,\n            \"discount_percentage\": 20,\n            \"selling_price\": 142.08,\n            \"available_quantity\": 395,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"dfda0248-7e2b-4690-bde4-7fe8ec436006\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aftron Tablet\",\n            \"brand_name\": \"Astraea Life Sciences Pvt Ltd\",\n            \"generic_name\": \"L-Methyl Folate (300mcg) Methylcobalamin (500mcg)\",\n            \"price\": 103.4,\n            \"discount_percentage\": 8,\n            \"selling_price\": 95.13,\n            \"available_quantity\": 478,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"3ee7c111-dec2-4369-89a5-4c3c7c7791b6\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"ACIFIX 20MG TABLET\",\n            \"brand_name\": \"Morepen Laboratories Ltd\",\n            \"generic_name\": \"Rabeprazole (20mg)\",\n            \"price\": 19.8,\n            \"discount_percentage\": 13,\n            \"selling_price\": 17.23,\n            \"available_quantity\": 333,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"05be170e-02fa-4188-aa5b-302ff4010494\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Albutamol Syrup\",\n            \"brand_name\": \"Centaur Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Salbutamol (NA) Etofylline (NA)\",\n            \"price\": 65.4,\n            \"discount_percentage\": 21,\n            \"selling_price\": 51.67,\n            \"available_quantity\": 160,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"fada8007-c5d7-47e9-805f-d0d4b5318302\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Abvida 100mg Tablet SR\",\n            \"brand_name\": \"Abbott\",\n            \"generic_name\": \"Vildagliptin (100mg)\",\n            \"price\": 214.48,\n            \"discount_percentage\": 16,\n            \"selling_price\": 180.16,\n            \"available_quantity\": 475,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 tablet sr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"3ae61a7c-21b9-4f51-bde5-29a57ed8d0b7\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Arflur CR  Tablet\",\n            \"brand_name\": \"FDC Ltd\",\n            \"generic_name\": \"Aceclofenac (200mg)\",\n            \"price\": 50.5,\n            \"discount_percentage\": 4,\n            \"selling_price\": 48.48,\n            \"available_quantity\": 160,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablet sr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"acaf68ae-09c6-4e69-b09c-898490a3fa77\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Azeldip 16 Tablet\",\n            \"brand_name\": \"Glenmark Pharmaceuticals Ltd\",\n            \"generic_name\": \"Azelnidipine (16mg)\",\n            \"price\": 153,\n            \"discount_percentage\": 16,\n            \"selling_price\": 128.52,\n            \"available_quantity\": 240,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"5d6fdb07-d0d6-49ee-b575-eb4532eb2028\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alcinac Spas 80mg/100mg Tablet\",\n            \"brand_name\": \"Leeford Healthcare Ltd\",\n            \"generic_name\": \"Drotaverine (80mg) Aceclofenac (100mg)\",\n            \"price\": 80,\n            \"discount_percentage\": 14,\n            \"selling_price\": 68.8,\n            \"available_quantity\": 324,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b8c59418-930f-4b75-b6b1-012b6baeb5ae\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amrosys Cream\",\n            \"brand_name\": \"Systopic Laboratories Pvt Ltd\",\n            \"generic_name\": \"Amorolfine (0.25% w/w)\",\n            \"price\": 240,\n            \"discount_percentage\": 7,\n            \"selling_price\": 223.2,\n            \"available_quantity\": 215,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 30 gm Cream\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"26fc38b2-385e-4957-a6ce-87aa38c7b5cd\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Absolut DM Capsule\",\n            \"brand_name\": \"Pharmed Ltd\",\n            \"generic_name\": \"Methylcobalamin (1500mcg) Alpha Lipoic Acid (100mg)\",\n            \"price\": 335,\n            \"discount_percentage\": 5,\n            \"selling_price\": 318.25,\n            \"available_quantity\": 369,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"48d60a75-a802-4fd3-9798-fd0f11245ea8\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azuvas 10 Tablet\",\n            \"brand_name\": \"Azkka Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Rosuvastatin (10mg)\",\n            \"price\": 129.9,\n            \"discount_percentage\": 0,\n            \"selling_price\": 129.9,\n            \"available_quantity\": 108,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"74638b40-9cad-45f4-a3f3-9252edf5f3ad\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ascodex DX Syrup\",\n            \"brand_name\": \"Glenmark Pharmaceuticals Ltd\",\n            \"generic_name\": \"Bromhexine (4mg) Dextromethorphan Hydrobromide (5mg)\",\n            \"price\": 71,\n            \"discount_percentage\": 6,\n            \"selling_price\": 66.74,\n            \"available_quantity\": 420,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"a57835fc-2e6d-4cc1-9acc-6b3594807baf\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atchol CV Capsule\",\n            \"brand_name\": \"Aristo Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Atorvastatin (10mg) Clopidogrel (75mg)\",\n            \"price\": 101.5,\n            \"discount_percentage\": 12,\n            \"selling_price\": 89.32,\n            \"available_quantity\": 194,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"caf48cbe-8987-45bb-88a1-cb7a00ade776\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Antiblue 10mg Tablet\",\n            \"brand_name\": \"Achemic\",\n            \"generic_name\": \"Amitriptyline (10mg)\",\n            \"price\": 35,\n            \"discount_percentage\": 13,\n            \"selling_price\": 30.45,\n            \"available_quantity\": 218,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 20 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"92b9f675-63da-44f8-ad14-a231fd4cbabd\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Abrophyll-DM Tablet\",\n            \"brand_name\": \"Vivid Biotek Pvt Ltd\",\n            \"generic_name\": \"Acebrophylline (200mg) Desloratadine (5mg)\",\n            \"price\": 300,\n            \"discount_percentage\": 7,\n            \"selling_price\": 279,\n            \"available_quantity\": 345,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"9279a3e4-f33e-4ec4-9ca3-53cc8f2ac18e\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alfakit Tablet\",\n            \"brand_name\": \"Wewell Biotech Pvt Ltd\",\n            \"generic_name\": \"Alpha Ketoanalogue (NA)\",\n            \"price\": 373,\n            \"discount_percentage\": 22,\n            \"selling_price\": 290.94,\n            \"available_quantity\": 466,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"5f7bab57-060e-400c-b1ad-ceb988929872\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Androgel\",\n            \"brand_name\": \"Besins Healthcare India Pvt Ltd\",\n            \"generic_name\": \"Testosterone (1% w/w)\",\n            \"price\": 90,\n            \"discount_percentage\": 18,\n            \"selling_price\": 73.8,\n            \"available_quantity\": 292,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"sachet of 5 gm Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"3dd484d6-6db2-4c5b-94fc-7b9e0ee962bf\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Actame 20mg Tablet\",\n            \"brand_name\": \"Sol Derma Pharmaceuiticals Pvt Ltd\",\n            \"generic_name\": \"Isotretinoin (20mg)\",\n            \"price\": 195,\n            \"discount_percentage\": 14,\n            \"selling_price\": 167.7,\n            \"available_quantity\": 286,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"2c516b70-211d-4ff8-8d34-883e355e9c60\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aquasurge  Max Eye Drop\",\n            \"brand_name\": \"Ipca Laboratories Ltd\",\n            \"generic_name\": \"Carboxymethylcellulose (1% w/v)\",\n            \"price\": 177.52,\n            \"discount_percentage\": 2,\n            \"selling_price\": 173.97,\n            \"available_quantity\": 99,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 10 ml Eye Drop\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"15e23d09-0355-41dd-b266-6a30ea61b0d9\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Advent Forte 457mg Syrup Tangy Orange\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Amoxycillin  (400mg/5ml) Clavulanic Acid (57mg/5ml)\",\n            \"price\": 193.74,\n            \"discount_percentage\": 21,\n            \"selling_price\": 153.05,\n            \"available_quantity\": 489,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 30 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d33e65c7-1711-4457-811e-ed969a1306de\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amiline 10mg Tablet\",\n            \"brand_name\": \"Nexkem Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Amitriptyline (10mg)\",\n            \"price\": 25,\n            \"discount_percentage\": 10,\n            \"selling_price\": 22.5,\n            \"available_quantity\": 117,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"fac718e2-d697-40f3-a8ab-fcd0d2ceb991\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alflox 400 Tablet\",\n            \"brand_name\": \"Alkem Laboratories Ltd\",\n            \"generic_name\": \"Norfloxacin (400mg)\",\n            \"price\": 70,\n            \"discount_percentage\": 15,\n            \"selling_price\": 59.5,\n            \"available_quantity\": 181,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f3917980-3a8c-48c0-b2b6-6e97b8b2aa56\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aggribloc 5mg Infusion\",\n            \"brand_name\": \"Abbott\",\n            \"generic_name\": \"Tirofiban (5mg)\",\n            \"price\": 5748.1,\n            \"discount_percentage\": 1,\n            \"selling_price\": 5690.62,\n            \"available_quantity\": 97,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Infusion\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"a796f6d4-94ff-4b96-add5-62419e72c9d0\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atocor-CV 10 Capsule\",\n            \"brand_name\": \"Dr Reddy's Laboratories Ltd\",\n            \"generic_name\": \"Atorvastatin (10mg) Clopidogrel (75mg)\",\n            \"price\": 177.75,\n            \"discount_percentage\": 20,\n            \"selling_price\": 142.2,\n            \"available_quantity\": 30,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"aeb6440d-b200-4328-903c-4bb9c51f8993\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aztor EZ Tablet\",\n            \"brand_name\": \"Sun Pharmaceutical Industries Ltd\",\n            \"generic_name\": \"Atorvastatin (10mg) Ezetimibe (10mg)\",\n            \"price\": 239,\n            \"discount_percentage\": 7,\n            \"selling_price\": 222.27,\n            \"available_quantity\": 447,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b6a0dd4c-0027-4c72-94ec-38b1e3866960\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aerodil-LS Expectorant\",\n            \"brand_name\": \"German Remedies\",\n            \"generic_name\": \"Ambroxol (15mg/5ml) Levosalbutamol (0.5mg/5ml)\",\n            \"price\": 114.9,\n            \"discount_percentage\": 19,\n            \"selling_price\": 93.07,\n            \"available_quantity\": 37,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Expectorant\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"cf63cd1a-63a0-4828-baa0-5372fe459708\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Avoprost D 8mg/0.5mg Capsule\",\n            \"brand_name\": \"Micro Labs Ltd\",\n            \"generic_name\": \"Silodosin (8mg) Dutasteride (0.5mg)\",\n            \"price\": 414,\n            \"discount_percentage\": 8,\n            \"selling_price\": 380.88,\n            \"available_quantity\": 135,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"50df2832-c5f3-4fe8-bfe2-ebaa8acd7d27\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Allerfree Tablet\",\n            \"brand_name\": \"Unimarck Healthcare Ltd\",\n            \"generic_name\": \"Chlorpheniramine Maleate (2mg) Paracetamol (500mg)\",\n            \"price\": 46.2,\n            \"discount_percentage\": 0,\n            \"selling_price\": 46.2,\n            \"available_quantity\": 345,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b61a2098-15c2-4189-be2c-e4452fe30e9e\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Atorlip-ASP 20 Capsule\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Atorvastatin (20mg) Aspirin (75mg)\",\n            \"price\": 40.24,\n            \"discount_percentage\": 14,\n            \"selling_price\": 34.61,\n            \"available_quantity\": 187,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"4afc8886-5d41-4648-889c-8a2d205c7550\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Avoprost 8mg Capsule\",\n            \"brand_name\": \"Micro Labs Ltd\",\n            \"generic_name\": \"Silodosin (8mg)\",\n            \"price\": 272,\n            \"discount_percentage\": 0,\n            \"selling_price\": 272,\n            \"available_quantity\": 231,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"7fd3d88f-9222-43bf-bf3f-95f3341d8a68\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Allegra 30mg Tablet\",\n            \"brand_name\": \"Sanofi India  Ltd\",\n            \"generic_name\": \"Fexofenadine (30mg)\",\n            \"price\": 52.8,\n            \"discount_percentage\": 2,\n            \"selling_price\": 51.74,\n            \"available_quantity\": 284,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"132f5d82-9201-4cfc-949b-6ec7fd3db548\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Arachitol 3L Injection\",\n            \"brand_name\": \"Abbott\",\n            \"generic_name\": \"Vitamin D3 (300000IU)\",\n            \"price\": 291.54,\n            \"discount_percentage\": 17,\n            \"selling_price\": 241.98,\n            \"available_quantity\": 275,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"ampoule of 6 injections\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"4176ccd8-3f39-4613-a2dd-38f91b054e08\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Arvast-CF 10 Capsule DR\",\n            \"brand_name\": \"Intas Pharmaceuticals Ltd\",\n            \"generic_name\": \"Fenofibrate (135mg) Rosuvastatin (10mg)\",\n            \"price\": 273,\n            \"discount_percentage\": 3,\n            \"selling_price\": 264.81,\n            \"available_quantity\": 476,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 Capsule DR\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"cd72d5e5-93e4-43f9-a13d-6bd7329248f5\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ara Eye Gel\",\n            \"brand_name\": \"Sunways India Pvt Ltd\",\n            \"generic_name\": \"Hydroxypropylmethylcellulose (0.3% w/w)\",\n            \"price\": 397,\n            \"discount_percentage\": 2,\n            \"selling_price\": 389.06,\n            \"available_quantity\": 492,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 10 gm Eye Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"1701f913-620f-45a8-8293-f9e32132d10c\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ambistryn-S 1gm Injection\",\n            \"brand_name\": \"Abbott\",\n            \"generic_name\": \"Streptomycin (1gm)\",\n            \"price\": 12.13,\n            \"discount_percentage\": 3,\n            \"selling_price\": 11.77,\n            \"available_quantity\": 33,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 1 Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"3bc1f024-194e-4a53-a078-cdbec201c2d4\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Algesia P 100 mg/500 mg Tablet\",\n            \"brand_name\": \"Macleods Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n            \"price\": 59.8,\n            \"discount_percentage\": 13,\n            \"selling_price\": 52.03,\n            \"available_quantity\": 441,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"1916e1d8-62f7-483a-a32e-93fa229f1559\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aztric 40 Tablet\",\n            \"brand_name\": \"Intas Pharmaceuticals Ltd\",\n            \"generic_name\": \"Azilsartan medoxomil (40mg)\",\n            \"price\": 142,\n            \"discount_percentage\": 17,\n            \"selling_price\": 117.86,\n            \"available_quantity\": 306,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"fbe0d814-29ee-4b92-8584-58fc76392b42\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amoxil 250mg Capsule\",\n            \"brand_name\": \"Zydus Healthcare Limited\",\n            \"generic_name\": \"Amoxycillin (250mg)\",\n            \"price\": 20,\n            \"discount_percentage\": 3,\n            \"selling_price\": 19.4,\n            \"available_quantity\": 414,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"8fac9590-ffbd-400a-8632-9a5c9c2a38db\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"AD 10mg Sachet\",\n            \"brand_name\": \"Hetero Drugs Ltd\",\n            \"generic_name\": \"Racecadotril (10mg)\",\n            \"price\": 13.2,\n            \"discount_percentage\": 21,\n            \"selling_price\": 10.43,\n            \"available_quantity\": 102,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 1 gm Sachet\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"bbffdd69-1a24-467f-b3f7-314f79d78290\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Acusalt 1gm Tablet\",\n            \"brand_name\": \"Alniche Life Sciences Pvt Ltd\",\n            \"generic_name\": \"Sodium Chloride (1gm)\",\n            \"price\": 60,\n            \"discount_percentage\": 21,\n            \"selling_price\": 47.4,\n            \"available_quantity\": 217,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"50963178-2399-4c51-a7cd-6f3b1958104c\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alcinac Forte 100mg/325mg/15mg Tablet\",\n            \"brand_name\": \"Leeford Healthcare Ltd\",\n            \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n            \"price\": 85,\n            \"discount_percentage\": 8,\n            \"selling_price\": 78.2,\n            \"available_quantity\": 207,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"aefbb0a1-dd24-4b56-9e5a-802aa4bd18e6\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Anfoe 4000IU Injection\",\n            \"brand_name\": \"La Renon Healthcare Pvt Ltd\",\n            \"generic_name\": \"Recombinant Human Erythropoietin Alfa (4000IU)\",\n            \"price\": 1299,\n            \"discount_percentage\": 5,\n            \"selling_price\": 1234.05,\n            \"available_quantity\": 254,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"prefilled syringe of 1 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"e30050fa-eb97-4518-88c5-a7a5b1d94e24\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Acetik-HC Ear Drop\",\n            \"brand_name\": \"NuLife Pharmaceuticals\",\n            \"generic_name\": \"Hydrocortisone (1% w/v) Acetic acid (2% w/v)\",\n            \"price\": 171,\n            \"discount_percentage\": 24,\n            \"selling_price\": 129.96,\n            \"available_quantity\": 179,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 10 ml Ear Drop\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"0fa55431-71c9-42d5-9827-ae5d375c3980\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alkacitral Liquid\",\n            \"brand_name\": \"Alembic Pharmaceuticals Ltd\",\n            \"generic_name\": \"Disodium Hydrogen Citrate (1.25gm/5ml)\",\n            \"price\": 111.35,\n            \"discount_percentage\": 1,\n            \"selling_price\": 110.24,\n            \"available_quantity\": 119,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b52a490b-1e2b-41da-9563-2cfd43a4def0\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Auxerg Cream\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Oxiconazole (10mg)\",\n            \"price\": 242,\n            \"discount_percentage\": 2,\n            \"selling_price\": 237.16,\n            \"available_quantity\": 25,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 50 gm Cream\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"6d54df22-fb98-4c06-b3d9-8accfabfbbfa\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ata Tablet\",\n            \"brand_name\": \"FDC Ltd\",\n            \"generic_name\": \"Bilastine (20mg)\",\n            \"price\": 89,\n            \"discount_percentage\": 1,\n            \"selling_price\": 88.11,\n            \"available_quantity\": 225,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"1400ebd3-afb9-430a-be6c-4bfc091487d5\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Avacard-AT Tablet\",\n            \"brand_name\": \"Sun Pharmaceutical Industries Ltd\",\n            \"generic_name\": \"Amlodipine (5mg) Atenolol (50mg)\",\n            \"price\": 94.5,\n            \"discount_percentage\": 5,\n            \"selling_price\": 89.78,\n            \"available_quantity\": 40,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"99a14584-731a-41d3-ae25-c54ee617527f\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Actrapid 100IU/ml Solution for Injection\",\n            \"brand_name\": \"Novo Nordisk India Pvt Ltd\",\n            \"generic_name\": \"Human insulin (100IU)\",\n            \"price\": 390,\n            \"discount_percentage\": 5,\n            \"selling_price\": 370.5,\n            \"available_quantity\": 219,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 10 ml Solution for Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"5d2f7133-8f31-4b3b-ae75-9af5c4a88333\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Angised 0.5mg Tablet\",\n            \"brand_name\": \"Glaxo SmithKline Pharmaceuticals Ltd\",\n            \"generic_name\": \"Nitroglycerin (0.5mg)\",\n            \"price\": 61.38,\n            \"discount_percentage\": 16,\n            \"selling_price\": 51.56,\n            \"available_quantity\": 403,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 30 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"c88a5e69-16ab-4920-94e5-2c9178eaf7bf\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amlong Tablet\",\n            \"brand_name\": \"Micro Labs Ltd\",\n            \"generic_name\": \"Amlodipine (5mg)\",\n            \"price\": 97.1,\n            \"discount_percentage\": 17,\n            \"selling_price\": 80.59,\n            \"available_quantity\": 391,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 30 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"81fc5ebe-34c7-4214-ab7a-e342fd32b19d\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alkof Syrup Orange\",\n            \"brand_name\": \"Alkem Laboratories Ltd\",\n            \"generic_name\": \"Guaifenesin (50mg) Terbutaline (1.25mg)\",\n            \"price\": 58,\n            \"discount_percentage\": 18,\n            \"selling_price\": 47.56,\n            \"available_quantity\": 188,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 60 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d3c6b464-7fbe-457f-9c46-43c00e7f3c98\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Anleo-DSR Capsule\",\n            \"brand_name\": \"AN Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Domperidone (30mg) Pantoprazole (40mg)\",\n            \"price\": 120,\n            \"discount_percentage\": 21,\n            \"selling_price\": 94.8,\n            \"available_quantity\": 131,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsule pr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"163e9ab8-31a0-46a3-9d42-0156486ed0b3\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alkasol Oral Solution Sugar Free\",\n            \"brand_name\": \"Stadmed Pvt Ltd\",\n            \"generic_name\": \"Disodium Hydrogen Citrate (1.4gm/5ml)\",\n            \"price\": 208.82,\n            \"discount_percentage\": 9,\n            \"selling_price\": 190.03,\n            \"available_quantity\": 326,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 200 ml Oral Solution\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"718b24d5-6f22-45cf-a642-18a19da0b2be\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Acutrol C 800 Tablet\",\n            \"brand_name\": \"Intas Pharmaceuticals Ltd\",\n            \"generic_name\": \"Sevelamer (800mg)\",\n            \"price\": 217,\n            \"discount_percentage\": 5,\n            \"selling_price\": 206.15,\n            \"available_quantity\": 303,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"7fdb1063-2089-4826-9839-9c5423594e7b\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Anozest Cream\",\n            \"brand_name\": \"Quepreon Biologicals Pvt Ltd\",\n            \"generic_name\": \"Lidocaine (1.5% w/w) Nifedipine (0.3% w/w)\",\n            \"price\": 119,\n            \"discount_percentage\": 19,\n            \"selling_price\": 96.39,\n            \"available_quantity\": 336,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 30 gm Rectal Cream\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"0a943731-aad2-4dfc-9886-26fb5a756614\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Acnedap Plus Gel\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Dapsone (5% w/w) Adapalene (0.1% w/w)\",\n            \"price\": 423.5,\n            \"discount_percentage\": 7,\n            \"selling_price\": 393.86,\n            \"available_quantity\": 129,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 15 gm Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"55e73935-6743-4c95-a3f7-ffb1326b0b32\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Anomed L Cream\",\n            \"brand_name\": \"Stadmed Pvt Ltd\",\n            \"generic_name\": \"Lidocaine (1.5% w/w) Nifedipine (0.3% w/w)\",\n            \"price\": 136.08,\n            \"discount_percentage\": 12,\n            \"selling_price\": 119.75,\n            \"available_quantity\": 445,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 20 gm Rectal Cream\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"492e6353-b8e9-45a7-99d8-a8e0ffdf84f2\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Anafortan N 100 mg/50 mg Tablet\",\n            \"brand_name\": \"Abbott\",\n            \"generic_name\": \"Nimesulide (100mg) Camylofin (50mg)\",\n            \"price\": 84.17,\n            \"discount_percentage\": 14,\n            \"selling_price\": 72.39,\n            \"available_quantity\": 320,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"abea9515-4a2b-45fc-98cf-5cdcf2a316c6\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Avva 250mg Tablet\",\n            \"brand_name\": \"Intas Pharmaceuticals Ltd\",\n            \"generic_name\": \"Acetazolamide (250mg)\",\n            \"price\": 37.62,\n            \"discount_percentage\": 21,\n            \"selling_price\": 29.72,\n            \"available_quantity\": 192,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d2b75a4a-1677-47ee-bf02-efc4de3066cc\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ablung 100mg Capsule\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Acebrophylline (100mg)\",\n            \"price\": 103.14,\n            \"discount_percentage\": 7,\n            \"selling_price\": 95.92,\n            \"available_quantity\": 229,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b11f935e-58ee-4b27-b3f7-bfdc335b00a1\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Androtas Gel\",\n            \"brand_name\": \"Intas Pharmaceuticals Ltd\",\n            \"generic_name\": \"Testosterone (1% w/w)\",\n            \"price\": 90,\n            \"discount_percentage\": 11,\n            \"selling_price\": 80.1,\n            \"available_quantity\": 171,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 5 gm Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"c03f93eb-18e8-41ff-a558-fb4f31dc6aec\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amcold 5 mg/60 mg Tablet\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Cetirizine (5mg) Ambroxol (60mg)\",\n            \"price\": 19.1,\n            \"discount_percentage\": 4,\n            \"selling_price\": 18.34,\n            \"available_quantity\": 93,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"59a3a50b-57d7-427d-ba43-4d1debcc48a0\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Acetik Ear Drop\",\n            \"brand_name\": \"NuLife Pharmaceuticals\",\n            \"generic_name\": \"Acetic acid (2% w/v)\",\n            \"price\": 141,\n            \"discount_percentage\": 3,\n            \"selling_price\": 136.77,\n            \"available_quantity\": 318,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 10 ml Ear Drop\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"a49c6980-e4fc-4b33-b228-b250e0dfc6cc\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Angistat 2.5 Capsule TR\",\n            \"brand_name\": \"Sun Pharmaceutical Industries Ltd\",\n            \"generic_name\": \"Nitroglycerin (2.5mg)\",\n            \"price\": 169,\n            \"discount_percentage\": 21,\n            \"selling_price\": 133.51,\n            \"available_quantity\": 230,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 25 capsule tr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b5961058-bb71-442f-95d8-d61341e29874\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atorlip CV Capsule\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Atorvastatin (10mg) Clopidogrel (75mg)\",\n            \"price\": 185.19,\n            \"discount_percentage\": 7,\n            \"selling_price\": 172.23,\n            \"available_quantity\": 88,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d6d07c96-6091-4972-9398-153979574c1d\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Airz-F Digihaler\",\n            \"brand_name\": \"Glenmark Pharmaceuticals Ltd\",\n            \"generic_name\": \"Formoterol (4.8mcg) Glycopyrrolate (9mcg)\",\n            \"price\": 568,\n            \"discount_percentage\": 7,\n            \"selling_price\": 528.24,\n            \"available_quantity\": 84,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"Canister of 120 MDI Inhaler\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"6ae1c208-a1b0-4b54-8723-b68bbc7b8083\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Angizem CD 90 Capsule ER\",\n            \"brand_name\": \"Sun Pharmaceutical Industries Ltd\",\n            \"generic_name\": \"Diltiazem (90mg)\",\n            \"price\": 119.4,\n            \"discount_percentage\": 12,\n            \"selling_price\": 105.07,\n            \"available_quantity\": 287,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsule er\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"1aa967dc-6118-46ae-9c3c-2bc2ab2e29d0\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Anthocyn-TX Cream\",\n            \"brand_name\": \"Alniche Life Sciences Pvt Ltd\",\n            \"generic_name\": \"Tranexamic Acid (10% w/w) Kojic Acid (2% w/w)\",\n            \"price\": 547,\n            \"discount_percentage\": 0,\n            \"selling_price\": 547,\n            \"available_quantity\": 458,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 30 gm Cream\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"0f0f378a-9a46-4e87-ba0a-58a680c6deed\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Albium 10mg Tablet\",\n            \"brand_name\": \"Intas Pharmaceuticals Ltd\",\n            \"generic_name\": \"Chlordiazepoxide (10mg)\",\n            \"price\": 2.12,\n            \"discount_percentage\": 13,\n            \"selling_price\": 1.84,\n            \"available_quantity\": 393,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"8d0dea80-39e7-4771-a4d6-4302fdc9be4c\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Avas CV 20 Capsule\",\n            \"brand_name\": \"Micro Labs Ltd\",\n            \"generic_name\": \"Atorvastatin (20mg) Clopidogrel (75mg)\",\n            \"price\": 148,\n            \"discount_percentage\": 13,\n            \"selling_price\": 128.76,\n            \"available_quantity\": 51,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"156da255-d4e4-4cc3-a8da-f5ae36368aa7\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Adiff Gel\",\n            \"brand_name\": \"Ipca Laboratories Ltd\",\n            \"generic_name\": \"Adapalene (0.1% w/w)\",\n            \"price\": 180,\n            \"discount_percentage\": 12,\n            \"selling_price\": 158.4,\n            \"available_quantity\": 224,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 15 gm Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"462cf9c6-cc7e-46dc-ac78-67dbb5215c67\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Augplat 250mcg Injection\",\n            \"brand_name\": \"Zydus Cadila\",\n            \"generic_name\": \"Romiplostim (250mcg)\",\n            \"price\": 3395,\n            \"discount_percentage\": 19,\n            \"selling_price\": 2749.95,\n            \"available_quantity\": 356,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 1 Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"c1827032-55e9-433d-aba4-983154fb7128\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amicin 500mg Injection\",\n            \"brand_name\": \"Biochem Pharmaceutical Industries\",\n            \"generic_name\": \"Amikacin (500mg)\",\n            \"price\": 122.9,\n            \"discount_percentage\": 21,\n            \"selling_price\": 97.09,\n            \"available_quantity\": 319,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 2 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b5a5462c-7d27-469d-ba62-9d72e9edf5bd\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Anaproct Ointment\",\n            \"brand_name\": \"Ind Swift Laboratories Ltd\",\n            \"generic_name\": \"Hydrocortisone (0.25% w/w) Zinc Oxide (5% w/w)\",\n            \"price\": 112.5,\n            \"discount_percentage\": 22,\n            \"selling_price\": 87.75,\n            \"available_quantity\": 359,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 15 gm Rectal Ointment\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"319ddcf7-9c7a-47e4-b623-fe82dc808172\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Augxetil 500mg Tablet\",\n            \"brand_name\": \"Koye Pharmaceuticals Pvt ltd\",\n            \"generic_name\": \"Cefuroxime (500mg)\",\n            \"price\": 383,\n            \"discount_percentage\": 0,\n            \"selling_price\": 383,\n            \"available_quantity\": 118,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b45c14ca-f2d1-49ca-9aa3-0ea3f16ebe7e\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Accuzon Plus 1.5gm Injection\",\n            \"brand_name\": \"Macleods Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Ceftriaxone (1000mg) Sulbactam (500mg)\",\n            \"price\": 139,\n            \"discount_percentage\": 5,\n            \"selling_price\": 132.05,\n            \"available_quantity\": 57,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 1 Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"39c9731d-507d-4008-8e95-caf57b809325\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Allerzine L 5mg Tablet\",\n            \"brand_name\": \"Jenburkt Pharmaceuticals Ltd\",\n            \"generic_name\": \"Levocetirizine (5mg)\",\n            \"price\": 27.9,\n            \"discount_percentage\": 19,\n            \"selling_price\": 22.6,\n            \"available_quantity\": 125,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"e8d4e085-530b-4129-a633-23d9ee8ff2ba\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Abphylin 100mg Capsule\",\n            \"brand_name\": \"Medimax Pharma\",\n            \"generic_name\": \"Acebrophylline (100mg)\",\n            \"price\": 162,\n            \"discount_percentage\": 12,\n            \"selling_price\": 142.56,\n            \"available_quantity\": 439,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"faac82d1-cdcc-4521-851e-9f23f186dbf6\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ambropil BR Syrup\",\n            \"brand_name\": \"Psychotropics India Ltd\",\n            \"generic_name\": \"Ambroxol (15mg/5ml) Terbutaline (2.5mg/5ml)\",\n            \"price\": 84,\n            \"discount_percentage\": 4,\n            \"selling_price\": 80.64,\n            \"available_quantity\": 384,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"14d599cf-745d-4b53-833f-a688b1e1ad9e\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"AF 300 Tablet\",\n            \"brand_name\": \"Systopic Laboratories Pvt Ltd\",\n            \"generic_name\": \"Fluconazole (300mg)\",\n            \"price\": 19.9,\n            \"discount_percentage\": 17,\n            \"selling_price\": 16.52,\n            \"available_quantity\": 350,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 1 Tablet\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"0ca33bff-79c1-40c4-8bb1-5039110a8560\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atracurium Besilate Injection\",\n            \"brand_name\": \"Sun Pharmaceutical Industries Ltd\",\n            \"generic_name\": \"Atracurium (NA)\",\n            \"price\": 185.31,\n            \"discount_percentage\": 10,\n            \"selling_price\": 166.78,\n            \"available_quantity\": 486,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 1 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f4aac58b-64fd-4933-80be-4cafee589397\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amtas-M 50 Tablet PR\",\n            \"brand_name\": \"Intas Pharmaceuticals Ltd\",\n            \"generic_name\": \"Amlodipine (5mg) Metoprolol Succinate (50mg)\",\n            \"price\": 204,\n            \"discount_percentage\": 5,\n            \"selling_price\": 193.8,\n            \"available_quantity\": 141,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 15 Tablet pr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"4d7f89ed-16d0-49d2-a68a-22fcf55de5a0\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"AB-Next Gel\",\n            \"brand_name\": \"Lupin Ltd\",\n            \"generic_name\": \"Adapalene (0.1% w/w) Benzoyl Peroxide (2.5% w/w)\",\n            \"price\": 384.8,\n            \"discount_percentage\": 16,\n            \"selling_price\": 323.23,\n            \"available_quantity\": 182,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"tube of 20 gm Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"97917f96-9bd3-439d-b43f-94fd91555212\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atocor Gold 20 Capsule\",\n            \"brand_name\": \"Dr Reddy's Laboratories Ltd\",\n            \"generic_name\": \"Aspirin (75mg) Atorvastatin (20mg)\",\n            \"price\": 61.6,\n            \"discount_percentage\": 0,\n            \"selling_price\": 61.6,\n            \"available_quantity\": 154,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"a1b04d62-e10c-4de6-864d-7a5eeab7020a\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Acivir 400mg Syrup\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Acyclovir (400mg)\",\n            \"price\": 100,\n            \"discount_percentage\": 23,\n            \"selling_price\": 77,\n            \"available_quantity\": 491,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"a0dd310f-aab1-4e29-bf32-1d448a1495f3\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aloederm F Cream\",\n            \"brand_name\": \"Dabur India Ltd\",\n            \"generic_name\": \"Fusidic Acid (2% w/w)\",\n            \"price\": 101,\n            \"discount_percentage\": 7,\n            \"selling_price\": 93.93,\n            \"available_quantity\": 414,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 10 gm Cream\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"a56f6ef0-da6d-4970-9c31-78ee6958f8a8\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Ambrodil-XP Capsule\",\n            \"brand_name\": \"Aristo Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Acebrophylline (100mg)\",\n            \"price\": 80.85,\n            \"discount_percentage\": 18,\n            \"selling_price\": 66.3,\n            \"available_quantity\": 124,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"1dccdac8-7703-4ebb-aa93-4d54089f3b47\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Andriol 40mg Testocap\",\n            \"brand_name\": \"Organon (India) Ltd\",\n            \"generic_name\": \"Testosterone (40mg)\",\n            \"price\": 345.24,\n            \"discount_percentage\": 18,\n            \"selling_price\": 283.1,\n            \"available_quantity\": 404,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 30 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"42bce318-c9a5-4454-ba00-2fcd42b7eac6\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azivista 500mg Tablet\",\n            \"brand_name\": \"Cadila Pharmaceuticals Ltd\",\n            \"generic_name\": \"Azithromycin (500mg)\",\n            \"price\": 79.04,\n            \"discount_percentage\": 3,\n            \"selling_price\": 76.67,\n            \"available_quantity\": 435,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 3 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"bac72337-e72e-4dbb-8907-880a1295764b\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aggramed 5mg Infusion\",\n            \"brand_name\": \"Zydus Cadila\",\n            \"generic_name\": \"Tirofiban (5mg)\",\n            \"price\": 7468.4,\n            \"discount_percentage\": 21,\n            \"selling_price\": 5900.04,\n            \"available_quantity\": 381,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Infusion\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"adc1d2d6-bfbf-41f5-8d1b-680a9a13df2e\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aciloc-S Suspension Sugar Free\",\n            \"brand_name\": \"Cadila Pharmaceuticals Ltd\",\n            \"generic_name\": \"Magaldrate (480mg) Simethicone (20mg)\",\n            \"price\": 146,\n            \"discount_percentage\": 7,\n            \"selling_price\": 135.78,\n            \"available_quantity\": 91,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 200 ml Suspension\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"90fa8b58-1bc7-49e0-a241-8c08fd5ac0ac\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aldonil Plus Tablet SR\",\n            \"brand_name\": \"Zydus Cadila\",\n            \"generic_name\": \"Epalrestat (150mg) Methylcobalamin (1500mcg)\",\n            \"price\": 308.25,\n            \"discount_percentage\": 21,\n            \"selling_price\": 243.52,\n            \"available_quantity\": 42,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablet sr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"637e202e-1f23-4bfc-875f-d8feba12cb26\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ara Eye Drop\",\n            \"brand_name\": \"Sunways India Pvt Ltd\",\n            \"generic_name\": \"Hydroxypropylmethylcellulose (0.3% w/v) Glycerin (0.2% w/v)\",\n            \"price\": 265,\n            \"discount_percentage\": 7,\n            \"selling_price\": 246.45,\n            \"available_quantity\": 221,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 10 ml Eye Drop\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"70998048-e5d2-4e79-a1c0-8aa1ce511212\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Auxerg Cream\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Oxiconazole (10mg)\",\n            \"price\": 185,\n            \"discount_percentage\": 8,\n            \"selling_price\": 170.2,\n            \"available_quantity\": 324,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 30 gm Cream\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"966b9a5d-5b71-4ae0-97c5-98c8a50cc338\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amortas Cream\",\n            \"brand_name\": \"Intas Pharmaceuticals Ltd\",\n            \"generic_name\": \"Amorolfine (0.25% w/w) Phenoxyethanol (1% w/w)\",\n            \"price\": 345,\n            \"discount_percentage\": 12,\n            \"selling_price\": 303.6,\n            \"available_quantity\": 486,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 30 gm Cream\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"e70886cc-0f68-4de0-b8f6-6cbd430cfa8a\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aricef O 50mg/5ml Dry Syrup\",\n            \"brand_name\": \"Micro Labs Ltd\",\n            \"generic_name\": \"Cefixime (50mg/5ml)\",\n            \"price\": 44.01,\n            \"discount_percentage\": 4,\n            \"selling_price\": 42.25,\n            \"available_quantity\": 475,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 30 ml Dry Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f3336911-83b9-4938-857e-5d2ffc95de4c\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azee 500 Injection\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Azithromycin (500mg)\",\n            \"price\": 215.84,\n            \"discount_percentage\": 8,\n            \"selling_price\": 198.57,\n            \"available_quantity\": 197,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 5 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"a9c5c849-e4b2-4e77-bdb9-8899ff3f7e2a\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Arden 650mg Tablet\",\n            \"brand_name\": \"Adonis Laboratories Pvt Ltd\",\n            \"generic_name\": \"Paracetamol (650mg)\",\n            \"price\": 28.06,\n            \"discount_percentage\": 11,\n            \"selling_price\": 24.97,\n            \"available_quantity\": 275,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"ec24f7ea-7393-4bed-9a98-c79daac40901\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alpostin 500mcg Injection\",\n            \"brand_name\": \"Samarth Life Sciences Pvt Ltd\",\n            \"generic_name\": \"Alprostadil (500mcg)\",\n            \"price\": 6372,\n            \"discount_percentage\": 9,\n            \"selling_price\": 5798.52,\n            \"available_quantity\": 504,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 1 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b0bef24a-9be5-498b-beab-a634fc5e2571\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alka-PH Syrup\",\n            \"brand_name\": \"Pharma Drugs & Chemicals\",\n            \"generic_name\": \"Disodium Hydrogen Citrate (1.4gm/5ml)\",\n            \"price\": 50,\n            \"discount_percentage\": 20,\n            \"selling_price\": 40,\n            \"available_quantity\": 307,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"7c446ad2-eba6-4d6e-8874-499a667531c2\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Apotab 2 Sublingual tablet\",\n            \"brand_name\": \"Alteus Biogenics Pvt Ltd\",\n            \"generic_name\": \"Apomorphine (2mg)\",\n            \"price\": 150,\n            \"discount_percentage\": 1,\n            \"selling_price\": 148.5,\n            \"available_quantity\": 42,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 Sublingual tablet\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"202b6194-8a3d-4b4d-85d0-161e871f53f8\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Anxozap 15 Tablet\",\n            \"brand_name\": \"Sun Pharmaceutical Industries Ltd\",\n            \"generic_name\": \"Oxazepam (15mg)\",\n            \"price\": 151.52,\n            \"discount_percentage\": 4,\n            \"selling_price\": 145.46,\n            \"available_quantity\": 210,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"a8ebadd5-2db8-4a4d-bab6-6cb370d01d69\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amrobrut Cream\",\n            \"brand_name\": \"Mankind Pharma Ltd\",\n            \"generic_name\": \"Amorolfine (0.25% w/w) Phenoxyethanol (1% w/w)\",\n            \"price\": 152.9,\n            \"discount_percentage\": 21,\n            \"selling_price\": 120.79,\n            \"available_quantity\": 283,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 10 gm Cream\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f6ed88ed-9217-4b6e-8e25-1e093f2b6116\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aclind BP 5% Gel\",\n            \"brand_name\": \"Mohrish Pharmaceuticals\",\n            \"generic_name\": \"Benzoyl Peroxide (5% w/w) Clindamycin (1% w/w)\",\n            \"price\": 215,\n            \"discount_percentage\": 18,\n            \"selling_price\": 176.3,\n            \"available_quantity\": 448,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 15 gm Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"65db0a85-a946-4420-92b0-c2a2f8f80a05\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azpil 250mg Tablet\",\n            \"brand_name\": \"Pride Pharma\",\n            \"generic_name\": \"Azithromycin (250mg)\",\n            \"price\": 63,\n            \"discount_percentage\": 20,\n            \"selling_price\": 50.4,\n            \"available_quantity\": 479,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 6 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"af54ff83-f2cb-4d4e-b489-178f5595aa56\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Asporelix 0.25mg Injection\",\n            \"brand_name\": \"Bharat Serums & Vaccines Ltd\",\n            \"generic_name\": \"Cetrorelix (0.25mg)\",\n            \"price\": 1598.3,\n            \"discount_percentage\": 3,\n            \"selling_price\": 1550.35,\n            \"available_quantity\": 39,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 1 Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"68053cbc-ecae-423b-9ca9-b028a34a7df9\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amrfy 0.25% Cream\",\n            \"brand_name\": \"Hegde and Hegde Pharmaceutical LLP\",\n            \"generic_name\": \"Amorolfine (0.25% w/w)\",\n            \"price\": 350,\n            \"discount_percentage\": 7,\n            \"selling_price\": 325.5,\n            \"available_quantity\": 189,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 30 gm Cream\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"51c9fec6-f6f3-4068-ba56-c516fe32ee79\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aziwok-XL 200 Liquid\",\n            \"brand_name\": \"Dr Reddy's Laboratories Ltd\",\n            \"generic_name\": \"Azithromycin (200mg/5ml)\",\n            \"price\": 114.58,\n            \"discount_percentage\": 4,\n            \"selling_price\": 110,\n            \"available_quantity\": 508,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 30 ml Suspension\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"72aa8361-1b55-42e8-a335-1791fd837943\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Albendazole 400mg Tablet\",\n            \"brand_name\": \"Cadila Pharmaceuticals Ltd\",\n            \"generic_name\": \"Albendazole (400mg)\",\n            \"price\": 9.58,\n            \"discount_percentage\": 6,\n            \"selling_price\": 9.01,\n            \"available_quantity\": 109,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 1 Tablet\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f53b6229-1a32-46c0-89e3-250dcd83305c\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Asklerol 3% Injection\",\n            \"brand_name\": \"Samarth Life Sciences Pvt Ltd\",\n            \"generic_name\": \"Polidocanol (30mg)\",\n            \"price\": 146.79,\n            \"discount_percentage\": 19,\n            \"selling_price\": 118.9,\n            \"available_quantity\": 16,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 2 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"3b984726-25c4-4437-b920-826c208d4b23\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Afogatran 110 Capsule\",\n            \"brand_name\": \"Torrent Pharmaceuticals Ltd\",\n            \"generic_name\": \"Dabigatran Etexilate (110mg)\",\n            \"price\": 331.65,\n            \"discount_percentage\": 1,\n            \"selling_price\": 328.33,\n            \"available_quantity\": 223,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"6d006332-b40f-4e81-812c-9f13f40e6cae\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Ajapride M 1mg/500mg Tablet PR\",\n            \"brand_name\": \"Ajanta Pharma Ltd\",\n            \"generic_name\": \"Glimepiride (1mg) Metformin (500mg)\",\n            \"price\": 77,\n            \"discount_percentage\": 3,\n            \"selling_price\": 74.69,\n            \"available_quantity\": 249,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 Tablet pr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"e558d0af-7128-4648-aa97-4309598011bb\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azitough 500mg Tablet\",\n            \"brand_name\": \"Abbott\",\n            \"generic_name\": \"Azithromycin (500mg)\",\n            \"price\": 71.7,\n            \"discount_percentage\": 23,\n            \"selling_price\": 55.21,\n            \"available_quantity\": 139,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 3 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"c8902a3e-3c58-4658-876e-73319a97f869\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Advent 1.2gm  Injection\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Amoxycillin  (1000mg) Clavulanic Acid (200mg)\",\n            \"price\": 140.96,\n            \"discount_percentage\": 6,\n            \"selling_price\": 132.5,\n            \"available_quantity\": 31,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 1 Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"0a2d601b-b35d-4b27-883d-15731f8bb6c5\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Anin 500mg Injection\",\n            \"brand_name\": \"Ind Swift Laboratories Ltd\",\n            \"generic_name\": \"Hydroxyprogesterone (500mg)\",\n            \"price\": 328.5,\n            \"discount_percentage\": 4,\n            \"selling_price\": 315.36,\n            \"available_quantity\": 17,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 2 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"616ce1ac-715f-4012-9159-e6136f944e1e\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amitone 10mg Tablet\",\n            \"brand_name\": \"Intas Pharmaceuticals Ltd\",\n            \"generic_name\": \"Amitriptyline (10mg)\",\n            \"price\": 19.15,\n            \"discount_percentage\": 18,\n            \"selling_price\": 15.7,\n            \"available_quantity\": 490,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"ab1bfd0b-2ce0-4ab0-b9c8-15792cd8c229\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azunate L 480 mg/80 mg Tablet\",\n            \"brand_name\": \"Macleods Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Artesunate (480mg) Lumefantrine (80mg)\",\n            \"price\": 141.25,\n            \"discount_percentage\": 17,\n            \"selling_price\": 117.24,\n            \"available_quantity\": 408,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 6 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"1e18ba79-64cc-48b3-a5b7-9f7a5435e8d0\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Advent 228.5mg Dry Syrup\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Amoxycillin  (200mg) Clavulanic Acid (28.5mg)\",\n            \"price\": 134.4,\n            \"discount_percentage\": 14,\n            \"selling_price\": 115.58,\n            \"available_quantity\": 261,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 60 ml Dry Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"43096789-3d48-44f0-bed4-bb691319747b\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alkarate Liquid\",\n            \"brand_name\": \"Macleods Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Disodium Hydrogen Citrate (1.37gm/5ml)\",\n            \"price\": 83.3,\n            \"discount_percentage\": 13,\n            \"selling_price\": 72.47,\n            \"available_quantity\": 251,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Liquid\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"29fc0a21-4be1-4357-bd81-8e458ad71af5\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alsartan 50 Tablet\",\n            \"brand_name\": \"Aristo Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Losartan (50mg)\",\n            \"price\": 75.5,\n            \"discount_percentage\": 9,\n            \"selling_price\": 68.7,\n            \"available_quantity\": 169,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"a344e72a-0e76-4edd-b1f6-51e591f777ed\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alpracon 0.5mg Tablet\",\n            \"brand_name\": \"Icon Pharma & Surgicals Pvt Ltd\",\n            \"generic_name\": \"Alprazolam (0.5mg)\",\n            \"price\": 34.85,\n            \"discount_percentage\": 13,\n            \"selling_price\": 30.32,\n            \"available_quantity\": 295,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"217a669c-1178-4579-b152-6c33325e322f\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amirid Tablet\",\n            \"brand_name\": \"Menidine Pharmaceuticals\",\n            \"generic_name\": \"Diloxanide (250mg) Tinidazole (300mg)\",\n            \"price\": 105,\n            \"discount_percentage\": 0,\n            \"selling_price\": 105,\n            \"available_quantity\": 320,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b9b52de9-f068-41a2-bef7-119df5165546\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Augmed 500 mg/125 mg Tablet\",\n            \"brand_name\": \"Zydus Healthcare Limited\",\n            \"generic_name\": \"Amoxycillin  (500mg) Clavulanic Acid (125mg)\",\n            \"price\": 156.1,\n            \"discount_percentage\": 20,\n            \"selling_price\": 124.88,\n            \"available_quantity\": 367,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 6 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"e6995e35-5ed8-48d9-9df3-55cd5479e3e5\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amloz TS Tablet\",\n            \"brand_name\": \"Shreya Life Sciences Pvt Ltd\",\n            \"generic_name\": \"Telmisartan (40mg) Amlodipine (5mg)\",\n            \"price\": 159,\n            \"discount_percentage\": 12,\n            \"selling_price\": 139.92,\n            \"available_quantity\": 65,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"6bb57226-5106-4298-8c52-78a8095cc7b2\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azivent 200mg Rediuse Suspension\",\n            \"brand_name\": \"Aristo Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Azithromycin (200mg/5ml)\",\n            \"price\": 51.53,\n            \"discount_percentage\": 1,\n            \"selling_price\": 51.01,\n            \"available_quantity\": 63,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 15 ml Rediuse Suspension\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f917916e-b877-410b-aaad-537b9dba7d5e\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amitone Plus Tablet\",\n            \"brand_name\": \"Intas Pharmaceuticals Ltd\",\n            \"generic_name\": \"Amitriptyline (12.5mg) Chlordiazepoxide (5mg)\",\n            \"price\": 37.5,\n            \"discount_percentage\": 18,\n            \"selling_price\": 30.75,\n            \"available_quantity\": 465,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f3d268fc-ae0d-4098-bb1f-bb3b08c41c78\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Adiflam 50mg Tablet\",\n            \"brand_name\": \"Leben Life Sciences Pvt Ltd\",\n            \"generic_name\": \"Diclofenac (50mg)\",\n            \"price\": 8.37,\n            \"discount_percentage\": 0,\n            \"selling_price\": 8.37,\n            \"available_quantity\": 167,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f2720757-4657-4778-833c-0f654789c2e9\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Angicam-Beta Tablet\",\n            \"brand_name\": \"Blue Cross Laboratories Ltd\",\n            \"generic_name\": \"Amlodipine (5mg) Atenolol (50mg)\",\n            \"price\": 37,\n            \"discount_percentage\": 20,\n            \"selling_price\": 29.6,\n            \"available_quantity\": 18,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"aa267a1a-382d-4411-a45c-93e40c3923ed\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amlopres 2.5 Tablet\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Amlodipine (2.5mg)\",\n            \"price\": 30.03,\n            \"discount_percentage\": 2,\n            \"selling_price\": 29.43,\n            \"available_quantity\": 462,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"3c3a1235-e950-4776-a63a-219535a5e1d6\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aceclodus P 100 mg/500 mg Tablet\",\n            \"brand_name\": \"Zydus Cadila\",\n            \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n            \"price\": 57.8,\n            \"discount_percentage\": 4,\n            \"selling_price\": 55.49,\n            \"available_quantity\": 373,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"4aac9309-ac95-4ba2-b24f-4de9c7229b8e\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azee XL 100mg Dry Syrup Peppermint\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Azithromycin (100mg/5ml)\",\n            \"price\": 84.17,\n            \"discount_percentage\": 14,\n            \"selling_price\": 72.39,\n            \"available_quantity\": 349,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 30 ml Dry Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"72cd612c-1e0b-4de9-add0-65ca55c909d9\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Azithral Pulse Tablet\",\n            \"brand_name\": \"Alembic Pharmaceuticals Ltd\",\n            \"generic_name\": \"Azithromycin (500mg)\",\n            \"price\": 356.66,\n            \"discount_percentage\": 22,\n            \"selling_price\": 278.19,\n            \"available_quantity\": 366,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"044d5dd5-2dc1-4300-9734-a6b9df7fb58a\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aldigesic-Rab Capsule SR\",\n            \"brand_name\": \"Alkem Laboratories Ltd\",\n            \"generic_name\": \"Aceclofenac (200mg) Rabeprazole (20mg)\",\n            \"price\": 160,\n            \"discount_percentage\": 9,\n            \"selling_price\": 145.6,\n            \"available_quantity\": 137,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsule sr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b486bdc4-dcf9-464d-8894-c4c1e08927bd\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amrolmac Cream\",\n            \"brand_name\": \"Macleods Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Amorolfine (0.25% w/w)\",\n            \"price\": 206.25,\n            \"discount_percentage\": 3,\n            \"selling_price\": 200.06,\n            \"available_quantity\": 165,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 15 gm Cream\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"913a9b2a-897a-4f75-b952-406e1c2cf0c1\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aciloc Only Oral Liquid\",\n            \"brand_name\": \"Cadila Pharmaceuticals Ltd\",\n            \"generic_name\": \"Ranitidine (25mg)\",\n            \"price\": 133.98,\n            \"discount_percentage\": 13,\n            \"selling_price\": 116.56,\n            \"available_quantity\": 68,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Liquid\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"fb0f1748-82b8-4e9f-bac3-7f5c620a78d2\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Almizol Cream\",\n            \"brand_name\": \"Alembic Pharmaceuticals Ltd\",\n            \"generic_name\": \"Levamisole (NA)\",\n            \"price\": 33.25,\n            \"discount_percentage\": 14,\n            \"selling_price\": 28.59,\n            \"available_quantity\": 202,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"tube of 15 gm Cream\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d2347f85-89f0-4da0-bbe3-8247aff75d77\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amikacin 250mg Injection\",\n            \"brand_name\": \"Prem Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Amikacin (250mg)\",\n            \"price\": 38.7,\n            \"discount_percentage\": 0,\n            \"selling_price\": 38.7,\n            \"available_quantity\": 156,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 1 Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"a47499a9-3eab-41c5-8574-946a2abecd22\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Acipsor 25mg Capsule\",\n            \"brand_name\": \"Kivi Labs Ltd\",\n            \"generic_name\": \"Acitretin (25mg)\",\n            \"price\": 645,\n            \"discount_percentage\": 12,\n            \"selling_price\": 567.6,\n            \"available_quantity\": 99,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"ce9ee8f7-5fa3-464a-9919-f36bb88b527b\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Azapure Tablet\",\n            \"brand_name\": \"Intas Pharmaceuticals Ltd\",\n            \"generic_name\": \"Azathioprine (50mg)\",\n            \"price\": 118.23,\n            \"discount_percentage\": 11,\n            \"selling_price\": 105.22,\n            \"available_quantity\": 436,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"e2a9d4cd-cadc-456c-a128-bbfc393e2ee8\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Adfrar Injection\",\n            \"brand_name\": \"Torrent Pharmaceuticals Ltd\",\n            \"generic_name\": \"Adalimumab (40mg/0.8ml)\",\n            \"price\": 25000,\n            \"discount_percentage\": 23,\n            \"selling_price\": 19250,\n            \"available_quantity\": 302,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"prefilled syringe of 1 Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"c8bbee77-7ae3-42e7-8fbe-e4cc51415d15\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amfy V  Vaginal gel\",\n            \"brand_name\": \"Intas Pharmaceuticals Ltd\",\n            \"generic_name\": \"Amphotericin B (1mg)\",\n            \"price\": 271.5,\n            \"discount_percentage\": 6,\n            \"selling_price\": 255.21,\n            \"available_quantity\": 10,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 15 gm Vaginal gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"71140402-b4f1-4380-9d16-d954d4e276f2\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Angiplat 6.5 Capsule TR\",\n            \"brand_name\": \"Micro Labs Ltd\",\n            \"generic_name\": \"Nitroglycerin (6.5mg)\",\n            \"price\": 207.5,\n            \"discount_percentage\": 20,\n            \"selling_price\": 166,\n            \"available_quantity\": 209,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 25 capsule tr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"99af9b46-5e84-408e-9c7b-f142cee5bf38\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alto's Citrasol Liquid\",\n            \"brand_name\": \"Alto Healthcare Pvt. Ltd.\",\n            \"generic_name\": \"Disodium Hydrogen Citrate (1.4gm/5ml)\",\n            \"price\": 54,\n            \"discount_percentage\": 23,\n            \"selling_price\": 41.58,\n            \"available_quantity\": 141,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"69601783-4adf-43b9-b3d6-ea1d296076cb\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amorfine Cream\",\n            \"brand_name\": \"Indiabulls pharmaceutical ltd\",\n            \"generic_name\": \"Amorolfine (0.25% w/w)\",\n            \"price\": 394.46,\n            \"discount_percentage\": 12,\n            \"selling_price\": 347.12,\n            \"available_quantity\": 424,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 30 gm Cream\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"dd66c264-98c6-446a-816f-a4373c47751a\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alpro 20mg Tablet\",\n            \"brand_name\": \"Medicross Pharmaceuticals\",\n            \"generic_name\": \"Alprazolam (20mg)\",\n            \"price\": 29,\n            \"discount_percentage\": 15,\n            \"selling_price\": 24.65,\n            \"available_quantity\": 140,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"02beb792-c05d-41df-b963-cacb413be090\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ambrox T Syrup\",\n            \"brand_name\": \"Bajaj Pharmaceutical\",\n            \"generic_name\": \"Ambroxol (15mg/5ml) Guaifenesin (50mg/5ml)\",\n            \"price\": 50,\n            \"discount_percentage\": 1,\n            \"selling_price\": 49.5,\n            \"available_quantity\": 479,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"0552993e-62d3-4a8c-a9c2-2818c740efbb\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Apigy 5mg Tablet\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Apixaban (5mg)\",\n            \"price\": 266,\n            \"discount_percentage\": 17,\n            \"selling_price\": 220.78,\n            \"available_quantity\": 327,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 14 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"e5e1f889-4add-4339-9128-feecd469fc22\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alrgee M 10mg/120mg Tablet\",\n            \"brand_name\": \"Morepen Laboratories Ltd\",\n            \"generic_name\": \"Montelukast (10mg) Fexofenadine (120mg)\",\n            \"price\": 47.62,\n            \"discount_percentage\": 13,\n            \"selling_price\": 41.43,\n            \"available_quantity\": 136,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"c1860a0f-a767-45c4-ab4f-fa21317ac85c\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aline 10mg Tablet\",\n            \"brand_name\": \"Marsha Pharma Pvt Ltd\",\n            \"generic_name\": \"Amitriptyline (10mg)\",\n            \"price\": 26.3,\n            \"discount_percentage\": 24,\n            \"selling_price\": 19.99,\n            \"available_quantity\": 126,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"5bca8010-49fc-4e98-9c68-92325543a00c\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alkanil Syrup\",\n            \"brand_name\": \"Inga Laboratories Pvt Ltd\",\n            \"generic_name\": \"Disodium Hydrogen Citrate (625mg/5ml)\",\n            \"price\": 107.5,\n            \"discount_percentage\": 2,\n            \"selling_price\": 105.35,\n            \"available_quantity\": 456,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"2d36bf5d-88f7-4821-bc7e-45f005e7eb0f\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Adcapone Tablet\",\n            \"brand_name\": \"Sun Pharmaceutical Industries Ltd\",\n            \"generic_name\": \"Entacapone (200mg)\",\n            \"price\": 90,\n            \"discount_percentage\": 21,\n            \"selling_price\": 71.1,\n            \"available_quantity\": 387,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d246d5b4-d9f0-4083-8122-0be625787a0e\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azee 200 DT Tablet\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Azithromycin (200mg)\",\n            \"price\": 37.5,\n            \"discount_percentage\": 4,\n            \"selling_price\": 36,\n            \"available_quantity\": 247,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 3 tablet dt\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"2d0e1665-6420-4808-b6d1-30c19797812b\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alkem Nandrolone 50mg Injection\",\n            \"brand_name\": \"Alkem Laboratories Ltd\",\n            \"generic_name\": \"Nandrolone Decanoate (50mg)\",\n            \"price\": 259,\n            \"discount_percentage\": 11,\n            \"selling_price\": 230.51,\n            \"available_quantity\": 95,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 1 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"a08a6924-6d65-4042-a57e-bcd2a71a3255\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Azithral Pulse Tablet\",\n            \"brand_name\": \"Alembic Pharmaceuticals Ltd\",\n            \"generic_name\": \"Azithromycin (500mg)\",\n            \"price\": 79.41,\n            \"discount_percentage\": 6,\n            \"selling_price\": 74.65,\n            \"available_quantity\": 11,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 3 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"7b7767d3-53e8-470a-9c51-a16a1aed98c3\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Apc Tablet\",\n            \"brand_name\": \"Algen Healthcare Limited\",\n            \"generic_name\": \"Ampicillin (750mg) Probenecid (NA)\",\n            \"price\": 89,\n            \"discount_percentage\": 19,\n            \"selling_price\": 72.09,\n            \"available_quantity\": 490,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"89c39194-3f6b-4282-bbd4-84912e3d40ce\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alday Duo 5mg/10mg Tablet\",\n            \"brand_name\": \"S H Pharmaceuticals Ltd\",\n            \"generic_name\": \"Levocetirizine (5mg) Montelukast (10mg)\",\n            \"price\": 72.5,\n            \"discount_percentage\": 7,\n            \"selling_price\": 67.42,\n            \"available_quantity\": 353,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f52cba56-345c-4027-ab93-86b00c3796f9\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Acnetoin 20mg Tablet\",\n            \"brand_name\": \"Resilient Cosmecueticals Pvt Ltd\",\n            \"generic_name\": \"Erythromycin (20mg)\",\n            \"price\": 115.37,\n            \"discount_percentage\": 17,\n            \"selling_price\": 95.76,\n            \"available_quantity\": 352,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"eef125d7-179e-4531-b382-9fae227491f5\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ambrosol Syrup\",\n            \"brand_name\": \"Klar Sehen Pvt Ltd\",\n            \"generic_name\": \"Ambroxol (15mg/5ml) Guaifenesin (50mg/5ml)\",\n            \"price\": 91.32,\n            \"discount_percentage\": 5,\n            \"selling_price\": 86.75,\n            \"available_quantity\": 113,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"ca5e77fd-f2b1-47ec-9b18-23042c37804e\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Acnelak-CLZ Cream\",\n            \"brand_name\": \"A. Menarini India Pvt Ltd\",\n            \"generic_name\": \"Clindamycin (1% w/w) Zinc acetate (1% w/w)\",\n            \"price\": 102,\n            \"discount_percentage\": 16,\n            \"selling_price\": 85.68,\n            \"available_quantity\": 437,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 15 gm Cream\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"59a9fe27-fa31-49da-ba14-3a8107d61cbe\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amazeo OD 100 Tablet SR\",\n            \"brand_name\": \"Torrent Pharmaceuticals Ltd\",\n            \"generic_name\": \"Amisulpride (100mg)\",\n            \"price\": 169.65,\n            \"discount_percentage\": 5,\n            \"selling_price\": 161.17,\n            \"available_quantity\": 176,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablet sr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"51b84be8-7a72-4351-8d03-90a397830cb0\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Ambrolite Cold Syrup\",\n            \"brand_name\": \"Tablets India Limited\",\n            \"generic_name\": \"Ambroxol (30mg/5ml)\",\n            \"price\": 81.5,\n            \"discount_percentage\": 22,\n            \"selling_price\": 63.57,\n            \"available_quantity\": 132,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 60 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"5c9c3a1a-633a-4e9b-b161-efbfdbb294cb\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amenor 5mg Tablet\",\n            \"brand_name\": \"Ikon Remedies Pvt Ltd\",\n            \"generic_name\": \"Norethisterone (5mg)\",\n            \"price\": 53.76,\n            \"discount_percentage\": 6,\n            \"selling_price\": 50.53,\n            \"available_quantity\": 68,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"6f6b3547-0160-489b-b114-8b828f352128\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ampanel 6 Tablet\",\n            \"brand_name\": \"Sun Pharmaceutical Industries Ltd\",\n            \"generic_name\": \"Perampanel (6mg)\",\n            \"price\": 197,\n            \"discount_percentage\": 13,\n            \"selling_price\": 171.39,\n            \"available_quantity\": 417,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"dc230e85-8327-4aff-828d-1b4f3c39b603\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alcaft Eye Drop\",\n            \"brand_name\": \"Micro Labs Ltd\",\n            \"generic_name\": \"Alcaftadine (2.5mg/ml)\",\n            \"price\": 216,\n            \"discount_percentage\": 15,\n            \"selling_price\": 183.6,\n            \"available_quantity\": 398,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 5 ml Ophthalmic Solution\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"968d773c-1161-46d4-a8b5-34cb36c88f5f\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Altime CF Syrup\",\n            \"brand_name\": \"S H Pharmaceuticals Ltd\",\n            \"generic_name\": \"Ambroxol (15mg) Dextromethorphan Hydrobromide (10mg)\",\n            \"price\": 38.27,\n            \"discount_percentage\": 3,\n            \"selling_price\": 37.12,\n            \"available_quantity\": 60,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 60 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"7d7ba489-a7c7-4d6c-a98a-40f5091b4699\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Azin 500mg Tablet\",\n            \"brand_name\": \"Sanshis Pharmaceuticals\",\n            \"generic_name\": \"Azithromycin (500mg)\",\n            \"price\": 54,\n            \"discount_percentage\": 7,\n            \"selling_price\": 50.22,\n            \"available_quantity\": 464,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 3 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"87cbd669-07ab-4ea9-b663-5ba678147746\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Anxiset-E Tablet\",\n            \"brand_name\": \"Obsurge Biotech Ltd\",\n            \"generic_name\": \"Escitalopram Oxalate (10mg)\",\n            \"price\": 79.17,\n            \"discount_percentage\": 4,\n            \"selling_price\": 76,\n            \"available_quantity\": 191,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b90ad539-d2ec-42b6-973d-1c347ea19252\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Avomira 25mg Tablet ER\",\n            \"brand_name\": \"Micro Labs Ltd\",\n            \"generic_name\": \"Mirabegron (25mg)\",\n            \"price\": 241,\n            \"discount_percentage\": 8,\n            \"selling_price\": 221.72,\n            \"available_quantity\": 223,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablet er\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"57142a99-03c8-416a-851f-59faea4f3e4a\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Allerde M Tablet\",\n            \"brand_name\": \"East West Pharma\",\n            \"generic_name\": \"Desloratadine (5mg) Montelukast (10mg)\",\n            \"price\": 163.9,\n            \"discount_percentage\": 11,\n            \"selling_price\": 145.87,\n            \"available_quantity\": 205,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"92a16696-fa02-4250-851e-ca92c2d3103c\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Abel 40 Tablet\",\n            \"brand_name\": \"Lupin Ltd\",\n            \"generic_name\": \"Azilsartan medoxomil (40mg)\",\n            \"price\": 126.8,\n            \"discount_percentage\": 5,\n            \"selling_price\": 120.46,\n            \"available_quantity\": 266,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"7ae90571-51c8-4cce-8df3-f378fb1fe102\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Arorab 40mg Tablet\",\n            \"brand_name\": \"Aareen Healthcare Pvt Ltd\",\n            \"generic_name\": \"Rabeprazole (40mg)\",\n            \"price\": 149,\n            \"discount_percentage\": 7,\n            \"selling_price\": 138.57,\n            \"available_quantity\": 246,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"62deaa57-494a-4a07-bcad-c73f1f7defc8\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Altonil Syrup\",\n            \"brand_name\": \"Alteus Biogenics Pvt Ltd\",\n            \"generic_name\": \"Melatonin (3mg/5ml)\",\n            \"price\": 166.38,\n            \"discount_percentage\": 18,\n            \"selling_price\": 136.43,\n            \"available_quantity\": 388,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"59a79207-54e1-40d7-87ee-9f8703c3910b\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"AFM Tablet\",\n            \"brand_name\": \"Lemford Biotech Pvt Ltd\",\n            \"generic_name\": \"Montelukast (10mg) Fexofenadine (120mg)\",\n            \"price\": 170,\n            \"discount_percentage\": 11,\n            \"selling_price\": 151.3,\n            \"available_quantity\": 192,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"813a5a19-cb93-44cb-9d53-9653d353a210\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atorsave CV 10 Capsule\",\n            \"brand_name\": \"Eris Lifesciences Ltd\",\n            \"generic_name\": \"Atorvastatin (10mg) Clopidogrel (75mg)\",\n            \"price\": 125.12,\n            \"discount_percentage\": 2,\n            \"selling_price\": 122.62,\n            \"available_quantity\": 273,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"1c3e7d01-03da-4bbc-87c6-264e8cc161ff\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aplevant 0.75mg Pre-filled Pen\",\n            \"brand_name\": \"Lupin Ltd\",\n            \"generic_name\": \"Dulaglutide (0.75mg)\",\n            \"price\": 4998,\n            \"discount_percentage\": 9,\n            \"selling_price\": 4548.18,\n            \"available_quantity\": 46,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 2 Solution for Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"e3b4b52a-8679-4da8-953b-25569f4c9260\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amlosafe 3D Tablet\",\n            \"brand_name\": \"Aristo Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Telmisartan (40mg) Amlodipine (5mg)\",\n            \"price\": 67.2,\n            \"discount_percentage\": 1,\n            \"selling_price\": 66.53,\n            \"available_quantity\": 358,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 7 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"7d47133d-5678-46d4-84de-4943d38f911a\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Anaero Gel\",\n            \"brand_name\": \"Amwill Healthcare\",\n            \"generic_name\": \"Metronidazole (0.75%) Nicotinamide (4%)\",\n            \"price\": 180,\n            \"discount_percentage\": 20,\n            \"selling_price\": 144,\n            \"available_quantity\": 178,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 25 gm Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"8f7b22f7-d6a0-42f5-b0a1-f503f6e27838\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"AB Day 100mg Capsule\",\n            \"brand_name\": \"Isis Healthcare Pvt Ltd\",\n            \"generic_name\": \"Acebrophylline (100mg)\",\n            \"price\": 89.99,\n            \"discount_percentage\": 11,\n            \"selling_price\": 80.09,\n            \"available_quantity\": 492,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"2e944ace-ad27-416d-b5a2-4cba112acacf\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Actoid 10 Capsule\",\n            \"brand_name\": \"Intas Pharmaceuticals Ltd\",\n            \"generic_name\": \"Acitretin (10mg)\",\n            \"price\": 390,\n            \"discount_percentage\": 22,\n            \"selling_price\": 304.2,\n            \"available_quantity\": 262,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"e3decc8f-4422-41aa-911e-e12f68cd33b2\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Augpen LB 625 Tablet\",\n            \"brand_name\": \"Zuventus Healthcare Ltd\",\n            \"generic_name\": \"Amoxycillin (500mg) Clavulanic Acid (125mg)\",\n            \"price\": 439.8,\n            \"discount_percentage\": 15,\n            \"selling_price\": 373.83,\n            \"available_quantity\": 199,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"e2cd6ecf-0e76-4e8c-9545-70c652782c3b\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Acnesol A Nano Gel\",\n            \"brand_name\": \"Systopic Laboratories Pvt Ltd\",\n            \"generic_name\": \"Adapalene (0.1% w/w) Clindamycin (1% w/w)\",\n            \"price\": 206,\n            \"discount_percentage\": 7,\n            \"selling_price\": 191.58,\n            \"available_quantity\": 20,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 15 gm Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"c80c48fb-f646-4ae9-9746-873920e9bcc0\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Anaflam Xps  Tablet\",\n            \"brand_name\": \"Albert David Ltd\",\n            \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n            \"price\": 96.23,\n            \"discount_percentage\": 22,\n            \"selling_price\": 75.06,\n            \"available_quantity\": 502,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"40b6cdf8-6a64-4655-9b65-46494fb1f1ba\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Acewok Plus Tablet\",\n            \"brand_name\": \"Intra Life\",\n            \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n            \"price\": 74.52,\n            \"discount_percentage\": 17,\n            \"selling_price\": 61.85,\n            \"available_quantity\": 137,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"3920319a-af1d-4310-9f28-b4678bc8c7c4\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atrodex-C Eye Drop\",\n            \"brand_name\": \"Jawa Pharmaceuticals  Pvt Ltd\",\n            \"generic_name\": \"Atropine (1% w/v) Chloramphenicol (0.5% w/v)\",\n            \"price\": 157.12,\n            \"discount_percentage\": 24,\n            \"selling_price\": 119.41,\n            \"available_quantity\": 22,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 5 ml Eye Drop\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"956162ba-d071-4d75-83a9-03fb36fa68fc\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Avomine Tablet\",\n            \"brand_name\": \"Abbott\",\n            \"generic_name\": \"Promethazine (25mg)\",\n            \"price\": 55.98,\n            \"discount_percentage\": 1,\n            \"selling_price\": 55.42,\n            \"available_quantity\": 278,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"a1771f9c-7c4f-4fd1-a485-b5316d8bcbf0\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Accutaz AS 1000mg/125mg Injection\",\n            \"brand_name\": \"Macleods Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Ceftriaxone (1000mg) Tazobactum (125mg)\",\n            \"price\": 180,\n            \"discount_percentage\": 20,\n            \"selling_price\": 144,\n            \"available_quantity\": 217,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 1 Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d53ea228-1039-413e-91c0-1a5a493d7c1b\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Acnetoin Gel\",\n            \"brand_name\": \"Leeford Healthcare Ltd\",\n            \"generic_name\": \"Clindamycin (1% w/w) Nicotinamide (4% w/w)\",\n            \"price\": 85,\n            \"discount_percentage\": 16,\n            \"selling_price\": 71.4,\n            \"available_quantity\": 95,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 15 gm Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"af565441-2487-4c5a-af96-2eac35c3605f\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Avil Advance Tablet\",\n            \"brand_name\": \"Sanofi India  Ltd\",\n            \"generic_name\": \"Loratadine (10mg)\",\n            \"price\": 20,\n            \"discount_percentage\": 22,\n            \"selling_price\": 15.6,\n            \"available_quantity\": 408,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 5 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"540e57a3-88c8-4f4f-8200-ada9c547d89e\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Acivir Eye Drop\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Acyclovir (3% w/v)\",\n            \"price\": 48.35,\n            \"discount_percentage\": 22,\n            \"selling_price\": 37.71,\n            \"available_quantity\": 40,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 5 ml Eye Drop\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"3da4c586-3348-48b2-b912-6db46976ed49\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Artilage  Tablet\",\n            \"brand_name\": \"Wallace Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Glucosamine (750mg) Diacerein (50mg)\",\n            \"price\": 201,\n            \"discount_percentage\": 19,\n            \"selling_price\": 162.81,\n            \"available_quantity\": 429,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"398fcfdc-ba5a-4589-926e-71b2a51d5dc2\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ameto-GP 2 Tablet ER\",\n            \"brand_name\": \"Salud Care India Pvt Ltd\",\n            \"generic_name\": \"Glimepiride (2mg) Metformin (500mg)\",\n            \"price\": 181,\n            \"discount_percentage\": 5,\n            \"selling_price\": 171.95,\n            \"available_quantity\": 176,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 tablet er\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"1e8a08d8-c794-4882-ac93-890089144c4f\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Ariday 2.5 Tablet\",\n            \"brand_name\": \"Linux Laboratories\",\n            \"generic_name\": \"Aripiprazole (2.5mg)\",\n            \"price\": 41,\n            \"discount_percentage\": 8,\n            \"selling_price\": 37.72,\n            \"available_quantity\": 85,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f42145d1-ab64-4e39-8c91-cb99dbd5546e\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Acent Plus Tablet\",\n            \"brand_name\": \"Intra Labs India Pvt Ltd\",\n            \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n            \"price\": 74.52,\n            \"discount_percentage\": 21,\n            \"selling_price\": 58.87,\n            \"available_quantity\": 439,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"aea11ded-59be-40f0-b19f-1ceb833c98d8\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amaryl 1mg Tablet\",\n            \"brand_name\": \"Sanofi India  Ltd\",\n            \"generic_name\": \"Glimepiride (1mg)\",\n            \"price\": 133.81,\n            \"discount_percentage\": 10,\n            \"selling_price\": 120.43,\n            \"available_quantity\": 175,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 30 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"811a913b-f67c-4499-94d9-608d4f99a142\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Acimol 500mg Tablet\",\n            \"brand_name\": \"Allied Chemicals & Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Paracetamol (500mg)\",\n            \"price\": 6,\n            \"discount_percentage\": 9,\n            \"selling_price\": 5.46,\n            \"available_quantity\": 48,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f4f2e6a2-24a1-44d3-802c-32882289e442\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Atropine Eye Ointment\",\n            \"brand_name\": \"Jawa Pharmaceuticals  Pvt Ltd\",\n            \"generic_name\": \"Atropine (1% w/w)\",\n            \"price\": 22,\n            \"discount_percentage\": 13,\n            \"selling_price\": 19.14,\n            \"available_quantity\": 272,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 5 gm Eye Ointment\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"45e7f2f5-1780-4fb1-9976-e475470eb0b7\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amfy Gel\",\n            \"brand_name\": \"Intas Pharmaceuticals Ltd\",\n            \"generic_name\": \"Liposomal Amphotericin B (1mg)\",\n            \"price\": 271.5,\n            \"discount_percentage\": 17,\n            \"selling_price\": 225.34,\n            \"available_quantity\": 153,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 15 gm Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f9daf3b3-2c9f-4bef-b884-f5f7c19728da\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Atchol Gold 20 Capsule\",\n            \"brand_name\": \"Aristo Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Aspirin (75mg) Atorvastatin (20mg)\",\n            \"price\": 94.25,\n            \"discount_percentage\": 12,\n            \"selling_price\": 82.94,\n            \"available_quantity\": 394,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d738de48-dfb5-4b8b-ad0f-1ef1db13552e\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azenate Nasal Spray\",\n            \"brand_name\": \"Entod Pharmaceuticals Ltd\",\n            \"generic_name\": \"Fluticasone Propionate (0.05% w/v) Azelastine (0.1% w/v)\",\n            \"price\": 200,\n            \"discount_percentage\": 6,\n            \"selling_price\": 188,\n            \"available_quantity\": 183,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 10 ml Nasal Spray\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f1a04745-2dfd-44b4-b1d6-25285de8e440\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Astha LS Syrup\",\n            \"brand_name\": \"Divine Savior Pvt Ltd\",\n            \"generic_name\": \"Ambroxol (30mg/5ml) Levosalbutamol (1mg/5ml)\",\n            \"price\": 85,\n            \"discount_percentage\": 16,\n            \"selling_price\": 71.4,\n            \"available_quantity\": 22,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"a47131b3-cbdf-48a8-90de-9f930e3693ec\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atorbest 10 Tablet\",\n            \"brand_name\": \"Cadila Pharmaceuticals Ltd\",\n            \"generic_name\": \"Atorvastatin (10mg)\",\n            \"price\": 68.21,\n            \"discount_percentage\": 22,\n            \"selling_price\": 53.2,\n            \"available_quantity\": 174,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"0219de76-9a13-4bbb-928f-a3a80e940d4c\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aldep H Tablet\",\n            \"brand_name\": \"Alteus Biogenics Pvt Ltd\",\n            \"generic_name\": \"Amitriptyline (12.5mg) Chlordiazepoxide (5mg)\",\n            \"price\": 27.83,\n            \"discount_percentage\": 3,\n            \"selling_price\": 27,\n            \"available_quantity\": 503,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"035c7c7e-3d25-4c3f-8d28-5b1ee078ae5f\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aquadol Spas 20mg/50mg Injection\",\n            \"brand_name\": \"Themis Medicare Ltd\",\n            \"generic_name\": \"Dicyclomine (20mg) Diclofenac (50mg)\",\n            \"price\": 31.5,\n            \"discount_percentage\": 18,\n            \"selling_price\": 25.83,\n            \"available_quantity\": 219,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 1 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"e0332a61-d842-4401-b46f-dcccd0ef351b\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Afderm-MN + Cream\",\n            \"brand_name\": \"Anglo-French Drugs & Industries Ltd\",\n            \"generic_name\": \"Miconazole (2% w/w) Mometasone (0.1% w/w)\",\n            \"price\": 130.9,\n            \"discount_percentage\": 12,\n            \"selling_price\": 115.19,\n            \"available_quantity\": 419,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 15 gm Cream\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"eb84f064-ee5f-4e02-86fe-df3f14524e91\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Abd Plus Syrup\",\n            \"brand_name\": \"Intas Pharmaceuticals Ltd\",\n            \"generic_name\": \"Ivermectin  (3mg) Albendazole (200mg)\",\n            \"price\": 39,\n            \"discount_percentage\": 6,\n            \"selling_price\": 36.66,\n            \"available_quantity\": 386,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 10 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"7d1aa2a9-d641-47c4-a459-4d42b40903e4\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Arvast CV 10 Capsule\",\n            \"brand_name\": \"Intas Pharmaceuticals Ltd\",\n            \"generic_name\": \"Rosuvastatin (10mg) Clopidogrel (75mg)\",\n            \"price\": 186,\n            \"discount_percentage\": 12,\n            \"selling_price\": 163.68,\n            \"available_quantity\": 469,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"44260151-bb92-4f4b-b65d-848cd8a22d7d\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amlo AT 5 mg/50 mg Tablet\",\n            \"brand_name\": \"Orchid Chemicals & Pharmaceuticals Ltd\",\n            \"generic_name\": \"Amlodipine (5mg) Atenolol (50mg)\",\n            \"price\": 58.03,\n            \"discount_percentage\": 24,\n            \"selling_price\": 44.1,\n            \"available_quantity\": 483,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"76c503c9-5840-4e04-b60e-a11160198a17\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Acendol-R Capsule SR\",\n            \"brand_name\": \"Serum Institute Of India Ltd\",\n            \"generic_name\": \"Aceclofenac (200mg) Rabeprazole (20mg)\",\n            \"price\": 107.6,\n            \"discount_percentage\": 23,\n            \"selling_price\": 82.85,\n            \"available_quantity\": 387,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsule sr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"8aa0e877-9d25-4ebf-a3e0-7d9d03f3974d\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Acemyoset P Tablet\",\n            \"brand_name\": \"Sparsh Remedies Pvt Ltd\",\n            \"generic_name\": \"Eperisone (75mg) Aceclofenac (100mg)\",\n            \"price\": 189,\n            \"discount_percentage\": 5,\n            \"selling_price\": 179.55,\n            \"available_quantity\": 472,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"10a6b109-fac9-40cb-9e02-9a1dce4419af\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Abpress Eye Drop\",\n            \"brand_name\": \"Entod Pharmaceuticals Ltd\",\n            \"generic_name\": \"Timolol (5mg) Brimonidine (1.5mg)\",\n            \"price\": 300,\n            \"discount_percentage\": 11,\n            \"selling_price\": 267,\n            \"available_quantity\": 404,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 5 ml Eye Drop\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"96e1e8e8-5c52-467e-8e78-5b49d8d73ead\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"AT Plus Artificial Tears\",\n            \"brand_name\": \"Sunways India Pvt Ltd\",\n            \"generic_name\": \"Hydroxypropylmethylcellulose (0.3% w/v)\",\n            \"price\": 32.18,\n            \"discount_percentage\": 15,\n            \"selling_price\": 27.35,\n            \"available_quantity\": 137,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 10 ml Eye Drop\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"8970869f-51a5-4dda-a698-be620f5c2553\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Airtec SF 250 Instacap\",\n            \"brand_name\": \"Glenmark Pharmaceuticals Ltd\",\n            \"generic_name\": \"Salmeterol (50mcg) Fluticasone Propionate (250mcg)\",\n            \"price\": 429,\n            \"discount_percentage\": 15,\n            \"selling_price\": 364.65,\n            \"available_quantity\": 28,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 30 instacaps\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"9137fd1c-f6a2-454a-b5c6-5a54a9be1272\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amluck Cream\",\n            \"brand_name\": \"Abbott\",\n            \"generic_name\": \"Amorolfine (0.25% w/w)\",\n            \"price\": 356.57,\n            \"discount_percentage\": 6,\n            \"selling_price\": 335.18,\n            \"available_quantity\": 294,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 30 gm Cream\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"915da5e6-0473-456d-a064-74e5b8138a63\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aquagest 25mg Injection\",\n            \"brand_name\": \"Intas Pharmaceuticals Ltd\",\n            \"generic_name\": \"Progesterone (Natural Micronized) (25mg)\",\n            \"price\": 130,\n            \"discount_percentage\": 23,\n            \"selling_price\": 100.1,\n            \"available_quantity\": 37,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 2 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"6df0a786-7dd1-42c1-afa9-f6f01fae9435\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alphacept 8 Capsule\",\n            \"brand_name\": \"Lupin Ltd\",\n            \"generic_name\": \"Silodosin (8mg)\",\n            \"price\": 241.75,\n            \"discount_percentage\": 2,\n            \"selling_price\": 236.91,\n            \"available_quantity\": 21,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"c60a6ba6-3ee9-4c06-a21d-809f9c898c26\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Arorab HD 30mg/40mg Capsule SR\",\n            \"brand_name\": \"Aareen Healthcare Pvt Ltd\",\n            \"generic_name\": \"Domperidone (30mg) Rabeprazole (40mg)\",\n            \"price\": 159,\n            \"discount_percentage\": 13,\n            \"selling_price\": 138.33,\n            \"available_quantity\": 125,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsule sr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"ed56ef04-8b8e-4046-8618-1fc117b4d242\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Altam 25mg Tablet\",\n            \"brand_name\": \"Curewell Drugs and Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Hydroxyzine (25mg)\",\n            \"price\": 48,\n            \"discount_percentage\": 4,\n            \"selling_price\": 46.08,\n            \"available_quantity\": 45,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"52d902e6-ce85-49eb-9b49-ed1dff833ba7\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Ace Plus Tablet\",\n            \"brand_name\": \"Maxis Healthcare\",\n            \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n            \"price\": 99,\n            \"discount_percentage\": 16,\n            \"selling_price\": 83.16,\n            \"available_quantity\": 242,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"69127309-c564-4bbe-9b15-eef12e916d0f\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Azobril Cream\",\n            \"brand_name\": \"Brinton Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Azelaic Acid (15% w/w)\",\n            \"price\": 295,\n            \"discount_percentage\": 3,\n            \"selling_price\": 286.15,\n            \"available_quantity\": 329,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 20 gm Cream\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"490ad29b-1d9f-463f-87fe-d3fc72b9a840\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atropine Sulphate 1% Eye Ointment\",\n            \"brand_name\": \"Pharmatak Opthalmics Pvt Ltd\",\n            \"generic_name\": \"Atropine (1% w/w)\",\n            \"price\": 13.22,\n            \"discount_percentage\": 3,\n            \"selling_price\": 12.82,\n            \"available_quantity\": 336,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 3 gm Eye Ointment\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"a988090d-d59b-4532-a93e-f691de60b4b0\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"ATORVA E 20 MG/10 MG TABLET\",\n            \"brand_name\": \"Zydus Cadila\",\n            \"generic_name\": \"Atorvastatin (20mg) Ezetimibe (10mg)\",\n            \"price\": 275.9,\n            \"discount_percentage\": 2,\n            \"selling_price\": 270.38,\n            \"available_quantity\": 327,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"c01ca1d8-aa7b-41d0-a9f4-2cc5bcc37a0c\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Argihope Infusion\",\n            \"brand_name\": \"Corona Remedies Pvt Ltd\",\n            \"generic_name\": \"Amino Acids (NA)\",\n            \"price\": 658.9,\n            \"discount_percentage\": 20,\n            \"selling_price\": 527.12,\n            \"available_quantity\": 217,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 200 ml Infusion\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"82e9f3ce-9553-4413-a496-e312f14643a5\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amiodon 150mg Injection\",\n            \"brand_name\": \"Vhb Life Sciences Inc\",\n            \"generic_name\": \"Amiodarone (150mg)\",\n            \"price\": 58.3,\n            \"discount_percentage\": 14,\n            \"selling_price\": 50.14,\n            \"available_quantity\": 497,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 3 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"892d44ab-3d80-430c-8c4a-fca3659d8f0f\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alerflo Nasal Spray\",\n            \"brand_name\": \"Dr Reddy's Laboratories Ltd\",\n            \"generic_name\": \"Fluticasone Propionate (27.5mcg)\",\n            \"price\": 429.55,\n            \"discount_percentage\": 18,\n            \"selling_price\": 352.23,\n            \"available_quantity\": 182,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 6 gm Nasal Spray\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"0793eb7f-60f3-4e03-97cf-1156713f1bb1\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Ampoxin Dry syrup\",\n            \"brand_name\": \"Torrent Pharmaceuticals Ltd\",\n            \"generic_name\": \"Ampicillin (125mg) Cloxacillin (125mg)\",\n            \"price\": 32.6,\n            \"discount_percentage\": 23,\n            \"selling_price\": 25.1,\n            \"available_quantity\": 268,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 30 ml Powder for Oral Suspension\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"863328ef-24df-4fff-9a63-89b2995a307c\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amrolstar 0.25% Lotion\",\n            \"brand_name\": \"Oaknet Healthcare Pvt Ltd\",\n            \"generic_name\": \"Amorolfine (0.25% w/v)\",\n            \"price\": 235.71,\n            \"discount_percentage\": 10,\n            \"selling_price\": 212.14,\n            \"available_quantity\": 224,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 30 ml Lotion\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"361c22f8-5a1d-4218-893c-78be5999c42f\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Azithral 250mg DT Tablet\",\n            \"brand_name\": \"Alembic Pharmaceuticals Ltd\",\n            \"generic_name\": \"Azithromycin (250mg)\",\n            \"price\": 131.2,\n            \"discount_percentage\": 15,\n            \"selling_price\": 111.52,\n            \"available_quantity\": 110,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablet dt\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"6203f4f9-31c8-4121-8312-426d732c86f8\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Actidol-DP Tablet\",\n            \"brand_name\": \"Obsurge Biotech Ltd\",\n            \"generic_name\": \"Domperidone (10mg) Paracetamol (325mg)\",\n            \"price\": 112.2,\n            \"discount_percentage\": 20,\n            \"selling_price\": 89.76,\n            \"available_quantity\": 306,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"c524bb85-f28d-42b3-a6a7-35edbe91905a\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alburel-T Injection\",\n            \"brand_name\": \"Reliance Life Sciences\",\n            \"generic_name\": \"Albumin (20%)\",\n            \"price\": 6053.91,\n            \"discount_percentage\": 20,\n            \"selling_price\": 4843.13,\n            \"available_quantity\": 264,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 100 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"716499f4-334c-4c3f-a1f2-da1c1eb628c2\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ampilox-LB Capsule\",\n            \"brand_name\": \"Biochem Pharmaceutical Industries\",\n            \"generic_name\": \"Ampicillin (250mg) Dicloxacillin (250mg)\",\n            \"price\": 93.15,\n            \"discount_percentage\": 12,\n            \"selling_price\": 81.97,\n            \"available_quantity\": 63,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d1a6619d-a95c-4158-86e7-f76728a782be\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aloclin Plus Gel\",\n            \"brand_name\": \"Rely on Pharmaceuticals\",\n            \"generic_name\": \"Clindamycin (1% w/w) Nicotinamide (4% w/w)\",\n            \"price\": 173,\n            \"discount_percentage\": 11,\n            \"selling_price\": 153.97,\n            \"available_quantity\": 152,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 20 gm Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b0b6247b-83b1-4ad6-945b-6e6bd8fa5c45\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amikamac 500mg Injection\",\n            \"brand_name\": \"Macleods Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Amikacin (500mg)\",\n            \"price\": 85,\n            \"discount_percentage\": 18,\n            \"selling_price\": 69.7,\n            \"available_quantity\": 374,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 2 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"674fb13e-cdb4-47d2-adbc-70476cc34317\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azacort 6 Tablet\",\n            \"brand_name\": \"Three Dots Lifescience\",\n            \"generic_name\": \"Deflazacort (6mg)\",\n            \"price\": 71.42,\n            \"discount_percentage\": 11,\n            \"selling_price\": 63.56,\n            \"available_quantity\": 329,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b0450fcd-3e66-4b00-a823-f3820dfe20c2\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Actorise 25 Injection\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Darbepoetin alfa (25mcg)\",\n            \"price\": 1815,\n            \"discount_percentage\": 2,\n            \"selling_price\": 1778.7,\n            \"available_quantity\": 258,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"prefilled syringe of 0.42 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"292c613a-3e2c-47a1-a957-d842f84cbf7e\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amoxycillin 125mg Syrup\",\n            \"brand_name\": \"Lark Laboratories Ltd\",\n            \"generic_name\": \"Amoxycillin (125mg)\",\n            \"price\": 24.5,\n            \"discount_percentage\": 8,\n            \"selling_price\": 22.54,\n            \"available_quantity\": 141,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 60 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"58f0a97f-f3e8-4c6f-8974-ed6d0b8fe26a\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Advent 200mg/28.5mg Tablet DT\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Amoxycillin  (200mg) Clavulanic Acid (28.5mg)\",\n            \"price\": 167.03,\n            \"discount_percentage\": 21,\n            \"selling_price\": 131.95,\n            \"available_quantity\": 90,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablet dt\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"e938d773-2d35-45cc-93ad-164a7bb631f9\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Azac Soap\",\n            \"brand_name\": \"Mark India\",\n            \"generic_name\": \"Azelaic Acid (1.6% w/w)\",\n            \"price\": 115,\n            \"discount_percentage\": 8,\n            \"selling_price\": 105.8,\n            \"available_quantity\": 153,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 75 gm Soap\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b3ff85a3-71f3-4e7f-b62f-fd6802c2c64b\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Adilip 135 Tablet DR\",\n            \"brand_name\": \"Intas Pharmaceuticals Ltd\",\n            \"generic_name\": \"Choline fenofibrate (135mg)\",\n            \"price\": 202,\n            \"discount_percentage\": 11,\n            \"selling_price\": 179.78,\n            \"available_quantity\": 206,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 Tablet DR\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"91eccac4-c66c-4260-a373-763cc90af1c1\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Anasure 2% Solution\",\n            \"brand_name\": \"Sun Pharmaceutical Industries Ltd\",\n            \"generic_name\": \"Minoxidil (20mg)\",\n            \"price\": 415,\n            \"discount_percentage\": 5,\n            \"selling_price\": 394.25,\n            \"available_quantity\": 219,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 60 ml Solution\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"4abf33d5-c917-435f-a73c-69ba952db3ab\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Avas 80 Tablet\",\n            \"brand_name\": \"Micro Labs Ltd\",\n            \"generic_name\": \"Atorvastatin (80mg)\",\n            \"price\": 426,\n            \"discount_percentage\": 16,\n            \"selling_price\": 357.84,\n            \"available_quantity\": 404,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b89968ce-3b98-4e45-b430-ba23b3a2bae4\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aztolet  20 Tablet\",\n            \"brand_name\": \"Sun Pharmaceutical Industries Ltd\",\n            \"generic_name\": \"Atorvastatin (20mg) Clopidogrel (75mg)\",\n            \"price\": 246,\n            \"discount_percentage\": 10,\n            \"selling_price\": 221.4,\n            \"available_quantity\": 392,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d379788e-385a-41f4-9a68-e1f230c593e5\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amitop 25 Tablet\",\n            \"brand_name\": \"Tas Med India Pvt Ltd\",\n            \"generic_name\": \"Amitriptyline (25mg)\",\n            \"price\": 27.39,\n            \"discount_percentage\": 12,\n            \"selling_price\": 24.1,\n            \"available_quantity\": 154,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"09ebab3c-f465-4a01-8893-eb322174fbce\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"A-CN Gel\",\n            \"brand_name\": \"Eskon Pharma\",\n            \"generic_name\": \"Clindamycin (1% w/w) Nicotinamide (4% w/w)\",\n            \"price\": 145,\n            \"discount_percentage\": 0,\n            \"selling_price\": 145,\n            \"available_quantity\": 462,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 20 gm Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"7f2db232-ec6e-4984-932c-78d8fe30aa10\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Anomex Suppository\",\n            \"brand_name\": \"Bliss Gvs Pharma Limited\",\n            \"generic_name\": \"Hydrocortisone (0.25% w/w) Zinc Oxide (5% w/w)\",\n            \"price\": 54,\n            \"discount_percentage\": 21,\n            \"selling_price\": 42.66,\n            \"available_quantity\": 458,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 5 suppositories\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"1fee7ba3-2f05-4d77-a95e-2689811fb8e1\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Accardi MR Tablet MR\",\n            \"brand_name\": \"Accilex Diacardo\",\n            \"generic_name\": \"Trimetazidine (35mg)\",\n            \"price\": 110,\n            \"discount_percentage\": 10,\n            \"selling_price\": 99,\n            \"available_quantity\": 422,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablet mr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"fbe90c90-f4d7-4754-a61f-24ff3e2f6228\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Apexitra 200 Capsule\",\n            \"brand_name\": \"Apex Laboratories Pvt Ltd\",\n            \"generic_name\": \"Itraconazole (200mg)\",\n            \"price\": 265.7,\n            \"discount_percentage\": 5,\n            \"selling_price\": 252.41,\n            \"available_quantity\": 294,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"80cf8e37-d2b4-4ed2-96e5-cbc360e31f8e\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Azithro 100mg/5ml Suspension\",\n            \"brand_name\": \"Ind Swift Laboratories Ltd\",\n            \"generic_name\": \"Azithromycin (100mg/5ml)\",\n            \"price\": 20,\n            \"discount_percentage\": 17,\n            \"selling_price\": 16.6,\n            \"available_quantity\": 206,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 15 ml Suspension\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"1733a3d6-2568-4035-b725-dd8af81b6b59\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Ace Proxyvon TH 8 mg Tablet\",\n            \"brand_name\": \"Dr Reddy's Laboratories Ltd\",\n            \"generic_name\": \"Thiocolchicoside (8mg) Aceclofenac (100mg)\",\n            \"price\": 317.75,\n            \"discount_percentage\": 20,\n            \"selling_price\": 254.2,\n            \"available_quantity\": 283,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"3a6ecc2c-901a-46ce-a284-201c7f7b0936\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Arthopan 250mg Tablet\",\n            \"brand_name\": \"Crescent Therapeutics Ltd\",\n            \"generic_name\": \"Naproxen (250mg)\",\n            \"price\": 75.8,\n            \"discount_percentage\": 0,\n            \"selling_price\": 75.8,\n            \"available_quantity\": 106,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"08a7caeb-fa06-439c-9d34-6fcab8bc140f\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ampilox 500 mg/500 mg Injection\",\n            \"brand_name\": \"Biochem Pharmaceutical Industries\",\n            \"generic_name\": \"Ampicillin (500mg) Dicloxacillin (500mg)\",\n            \"price\": 20.12,\n            \"discount_percentage\": 18,\n            \"selling_price\": 16.5,\n            \"available_quantity\": 263,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 10 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"9cddab94-faef-4173-a90d-57edcf147959\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alkof Q Tablet\",\n            \"brand_name\": \"Alkem Laboratories Ltd\",\n            \"generic_name\": \"Guaifenesin (NA) Phenylephrine (NA)\",\n            \"price\": 50,\n            \"discount_percentage\": 11,\n            \"selling_price\": 44.5,\n            \"available_quantity\": 447,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"45f1eeac-d401-4b9f-8077-3e4ebeeb54b4\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alkof AP Plus Syrup\",\n            \"brand_name\": \"Alkem Laboratories Ltd\",\n            \"generic_name\": \"Ambroxol (15mg/5ml) Guaifenesin (50mg/5ml)\",\n            \"price\": 92,\n            \"discount_percentage\": 11,\n            \"selling_price\": 81.88,\n            \"available_quantity\": 297,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f7580748-4002-4d25-83a3-40f4c8b044c2\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"ATM XL 100mg/5ml Syrup\",\n            \"brand_name\": \"Indoco Remedies Ltd\",\n            \"generic_name\": \"Azithromycin (100mg/5ml)\",\n            \"price\": 84,\n            \"discount_percentage\": 22,\n            \"selling_price\": 65.52,\n            \"available_quantity\": 16,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 30 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"368968af-7f78-4c48-b1b5-83671ac31b9b\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aptiquik Syrup\",\n            \"brand_name\": \"Mankind Pharma Ltd\",\n            \"generic_name\": \"Buclizine (12mg/5ml)\",\n            \"price\": 140,\n            \"discount_percentage\": 15,\n            \"selling_price\": 119,\n            \"available_quantity\": 343,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 200 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"ac82ad62-0fea-45a5-a1d9-091b814a2277\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amclawyn 500mg/125mg Tablet\",\n            \"brand_name\": \"Wynclark Pharmaceuticals Private Limited\",\n            \"generic_name\": \"Amoxycillin  (500mg) Clavulanic Acid (125mg)\",\n            \"price\": 120,\n            \"discount_percentage\": 1,\n            \"selling_price\": 118.8,\n            \"available_quantity\": 138,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 6 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"eae70bb3-4184-471f-8511-a5fe28d4a5c8\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Ambolev 5mg Tablet\",\n            \"brand_name\": \"Intra Life\",\n            \"generic_name\": \"Levocetirizine (5mg)\",\n            \"price\": 37.8,\n            \"discount_percentage\": 9,\n            \"selling_price\": 34.4,\n            \"available_quantity\": 347,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f8779e80-b0e1-4fb5-8570-c85a689e6730\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aquaray-Forte Ophthalmic Solution\",\n            \"brand_name\": \"Raymed Pharmaceuticals Ltd\",\n            \"generic_name\": \"Hydroxypropylmethylcellulose (0.3% w/v) Glycerin (0.2% w/v)\",\n            \"price\": 200,\n            \"discount_percentage\": 15,\n            \"selling_price\": 170,\n            \"available_quantity\": 183,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 10 ml Ophthalmic Solution\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"9d75f1f9-2619-401c-a472-44f407fcd9f1\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Arinac Forte 400mg/60mg Tablet\",\n            \"brand_name\": \"Abbott\",\n            \"generic_name\": \"Ibuprofen (400mg) Pseudoephedrine (60mg)\",\n            \"price\": 13,\n            \"discount_percentage\": 10,\n            \"selling_price\": 11.7,\n            \"available_quantity\": 300,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 6 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f026d208-f734-4fdf-a533-200112aeff75\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alkamed Syrup\",\n            \"brand_name\": \"Med Manor Organics Pvt Ltd\",\n            \"generic_name\": \"Disodium Hydrogen Citrate (1.37gm/5ml)\",\n            \"price\": 95,\n            \"discount_percentage\": 5,\n            \"selling_price\": 90.25,\n            \"available_quantity\": 231,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"ae10d36d-8068-4722-9a96-14e9d9d121cf\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aceron TC Tablet\",\n            \"brand_name\": \"Oaknet Healthcare Pvt Ltd\",\n            \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n            \"price\": 137.68,\n            \"discount_percentage\": 0,\n            \"selling_price\": 137.68,\n            \"available_quantity\": 64,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d86c0788-b2d2-42cf-85c7-71ac3957a95e\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aldaz 400mg Tablet\",\n            \"brand_name\": \"Bayberry Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Albendazole (400mg)\",\n            \"price\": 12,\n            \"discount_percentage\": 1,\n            \"selling_price\": 11.88,\n            \"available_quantity\": 297,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 1 Tablet\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"c97f56f7-2f67-49e5-9d57-9aaf45424f57\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Acera-L Capsule SR\",\n            \"brand_name\": \"Ipca Laboratories Ltd\",\n            \"generic_name\": \"Levosulpiride (75mg) Rabeprazole (20mg)\",\n            \"price\": 217.6,\n            \"discount_percentage\": 19,\n            \"selling_price\": 176.26,\n            \"available_quantity\": 206,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsule sr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"76ae5584-64e3-4a71-bbc8-f14feb5f2bda\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amlip 2.5 Tablet\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Amlodipine (2.5mg)\",\n            \"price\": 20.49,\n            \"discount_percentage\": 18,\n            \"selling_price\": 16.8,\n            \"available_quantity\": 466,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"efb1ed64-bef0-4878-b2e0-d4a251a9b0bf\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Airtab-FX Tablet\",\n            \"brand_name\": \"Systopic Laboratories Pvt Ltd\",\n            \"generic_name\": \"Montelukast (10mg) Fexofenadine (120mg)\",\n            \"price\": 69,\n            \"discount_percentage\": 8,\n            \"selling_price\": 63.48,\n            \"available_quantity\": 217,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d417b7e3-1629-4114-9b35-16fc5273e37e\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azilac 500mg Tablet\",\n            \"brand_name\": \"Zuventus Healthcare Ltd\",\n            \"generic_name\": \"Azithromycin (500mg)\",\n            \"price\": 74.28,\n            \"discount_percentage\": 0,\n            \"selling_price\": 74.28,\n            \"available_quantity\": 112,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 3 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"e7217eaf-819b-4e67-a564-9a66c9ffc2cc\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Axalin  Expectorant Green Apple\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Ambroxol (15mg/5ml) Guaifenesin (50mg/5ml)\",\n            \"price\": 92.96,\n            \"discount_percentage\": 5,\n            \"selling_price\": 88.31,\n            \"available_quantity\": 118,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Expectorant\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"23d940e4-c227-49df-ad64-5b39ad67d5b3\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azithral JR Oral Suspension\",\n            \"brand_name\": \"Alembic Pharmaceuticals Ltd\",\n            \"generic_name\": \"Azithromycin (40mg/ml)\",\n            \"price\": 28.61,\n            \"discount_percentage\": 18,\n            \"selling_price\": 23.46,\n            \"available_quantity\": 174,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 7.5 ml Oral Suspension\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"9b3dd9d8-5144-4f78-9dbf-acf6769e5b7e\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Abel-CT 40mg/12.5mg Tablet\",\n            \"brand_name\": \"Lupin Ltd\",\n            \"generic_name\": \"Azilsartan medoxomil (40mg) Chlorthalidone (12.5mg)\",\n            \"price\": 155.9,\n            \"discount_percentage\": 16,\n            \"selling_price\": 130.96,\n            \"available_quantity\": 200,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"3f4db7d5-68be-47fe-b774-fc3db81d33af\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alkof Syrup\",\n            \"brand_name\": \"Alkem Laboratories Ltd\",\n            \"generic_name\": \"Guaifenesin (50mg) Terbutaline (1.25mg)\",\n            \"price\": 85,\n            \"discount_percentage\": 2,\n            \"selling_price\": 83.3,\n            \"available_quantity\": 361,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"660d4b87-724e-42a7-8312-fc849b8303a8\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amiwel Plus Tablet\",\n            \"brand_name\": \"ZDL(Zodiacal) Pharmaceutics Pvt.Ltd\",\n            \"generic_name\": \"Amitriptyline (12.5mg) Chlordiazepoxide (5mg)\",\n            \"price\": 32,\n            \"discount_percentage\": 7,\n            \"selling_price\": 29.76,\n            \"available_quantity\": 430,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"8781e50c-0859-42f7-a080-a759c144f0c0\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azicip 200mg Oral Suspension\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Azithromycin (200mg)\",\n            \"price\": 47.23,\n            \"discount_percentage\": 19,\n            \"selling_price\": 38.26,\n            \"available_quantity\": 505,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 15 ml Oral Suspension\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"777b86a4-8bda-44c7-9be8-517979951bf8\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Adiflam Plus Suspension\",\n            \"brand_name\": \"Leben Life Sciences Pvt Ltd\",\n            \"generic_name\": \"Ibuprofen (100mg) Paracetamol (162.5mg)\",\n            \"price\": 30.25,\n            \"discount_percentage\": 8,\n            \"selling_price\": 27.83,\n            \"available_quantity\": 191,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 60 ml Suspension\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"3d3002bc-1b7b-4230-97eb-002999c3d594\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"AF-K Lotion\",\n            \"brand_name\": \"Systopic Laboratories Pvt Ltd\",\n            \"generic_name\": \"Ketoconazole (2% w/v) Zinc pyrithione (1% w/v)\",\n            \"price\": 127,\n            \"discount_percentage\": 23,\n            \"selling_price\": 97.79,\n            \"available_quantity\": 233,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 60 ml Lotion\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"c0b8eeaa-7c33-46d2-9288-27ad6a6b45c3\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Acogut 300 ER Tablet\",\n            \"brand_name\": \"Lupin Ltd\",\n            \"generic_name\": \"Acotiamide (300mg)\",\n            \"price\": 384.8,\n            \"discount_percentage\": 9,\n            \"selling_price\": 350.17,\n            \"available_quantity\": 117,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablet er\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"21574c89-eb7e-41b3-aedb-aa0395869ad1\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Arixtra 2.5mg Injection\",\n            \"brand_name\": \"Glaxo SmithKline Pharmaceuticals Ltd\",\n            \"generic_name\": \"Fondaparinux (2.5mg)\",\n            \"price\": 680,\n            \"discount_percentage\": 21,\n            \"selling_price\": 537.2,\n            \"available_quantity\": 504,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 0.5 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"ec5c67bb-b087-4646-bfe3-19e984124866\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atroped 0.01% Eye Drop\",\n            \"brand_name\": \"Sunways India Pvt Ltd\",\n            \"generic_name\": \"Atropine (0.01% w/v)\",\n            \"price\": 175,\n            \"discount_percentage\": 1,\n            \"selling_price\": 173.25,\n            \"available_quantity\": 267,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 5 ml Eye Drop\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"48ada398-d0ce-4d94-84b6-a25e471a6936\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Acuclav DS Syrup\",\n            \"brand_name\": \"Macleods Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Amoxycillin  (400mg/5ml) Clavulanic Acid (57mg/5ml)\",\n            \"price\": 142.5,\n            \"discount_percentage\": 9,\n            \"selling_price\": 129.68,\n            \"available_quantity\": 275,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 30 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"e334c525-9b69-477a-9e5a-b9dbca53d4ef\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"ANAMOL 80 MG SUPPOSITORY\",\n            \"brand_name\": \"Elder Pharmaceuticals Ltd\",\n            \"generic_name\": \"Paracetamol (80mg)\",\n            \"price\": 23.5,\n            \"discount_percentage\": 12,\n            \"selling_price\": 20.68,\n            \"available_quantity\": 371,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 5 suppositories\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"75fccec0-61fd-4ca7-aa9e-15af3e554fdf\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Acibro 100mg Capsule\",\n            \"brand_name\": \"Synokem Pharmaceuticals Ltd\",\n            \"generic_name\": \"Acebrophylline (100mg)\",\n            \"price\": 106.7,\n            \"discount_percentage\": 18,\n            \"selling_price\": 87.49,\n            \"available_quantity\": 168,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"697272f8-fa88-4d04-8d7f-ef50f3ddb1c0\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Atocor-CV 20 Capsule\",\n            \"brand_name\": \"Dr Reddy's Laboratories Ltd\",\n            \"generic_name\": \"Atorvastatin (20mg) Clopidogrel (75mg)\",\n            \"price\": 256,\n            \"discount_percentage\": 17,\n            \"selling_price\": 212.48,\n            \"available_quantity\": 470,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"8ee164f4-5692-42e9-8a4b-f14e71daa8e7\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aerodil SF Expectorant\",\n            \"brand_name\": \"Zydus Cadila\",\n            \"generic_name\": \"Ambroxol (15mg/5ml) Guaifenesin (50mg/5ml)\",\n            \"price\": 118.5,\n            \"discount_percentage\": 7,\n            \"selling_price\": 110.2,\n            \"available_quantity\": 460,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"bottle of 100 ml Expectorant\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d85c6b8f-f9f4-4707-b8c2-f99db611eac4\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Anytime 100mg Jelly\",\n            \"brand_name\": \"Synokem Pharmaceuticals Ltd\",\n            \"generic_name\": \"Sildenafil (100mg)\",\n            \"price\": 47.62,\n            \"discount_percentage\": 20,\n            \"selling_price\": 38.1,\n            \"available_quantity\": 168,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 5 gm Jelly\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b63afb47-a7a9-4ffb-baf5-db827caf4c36\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Anset 4mg Syrup\",\n            \"brand_name\": \"Bennet Pharmaceuticals Limited\",\n            \"generic_name\": \"Ondansetron (4mg)\",\n            \"price\": 37.75,\n            \"discount_percentage\": 1,\n            \"selling_price\": 37.37,\n            \"available_quantity\": 500,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 30 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"a08a0743-8815-4455-9722-dbc313ce5294\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aprizol 5mg Tablet\",\n            \"brand_name\": \"Sain Medicaments Pvt Ltd\",\n            \"generic_name\": \"Aripiprazole (5mg)\",\n            \"price\": 38.5,\n            \"discount_percentage\": 4,\n            \"selling_price\": 36.96,\n            \"available_quantity\": 320,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"388e9e4a-fb35-4897-a848-85ec666d7715\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Altacef Suspension\",\n            \"brand_name\": \"Glenmark Pharmaceuticals Ltd\",\n            \"generic_name\": \"Cefuroxime (125mg)\",\n            \"price\": 230,\n            \"discount_percentage\": 16,\n            \"selling_price\": 193.2,\n            \"available_quantity\": 360,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 30 ml Oral Suspension\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"a060b832-8239-4fce-b46e-209a45287dad\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Azilide -XL Redimed\",\n            \"brand_name\": \"Micro Labs Ltd\",\n            \"generic_name\": \"Azithromycin (200mg/5ml)\",\n            \"price\": 114,\n            \"discount_percentage\": 10,\n            \"selling_price\": 102.6,\n            \"available_quantity\": 91,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 30 ml Oral Liquid\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"3cc13834-3a8e-4849-ad68-cf7b9eb6c615\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Abvida-M 50/500 Eazy Glide Tablet SR\",\n            \"brand_name\": \"Abbott\",\n            \"generic_name\": \"Metformin  (500mg) Vildagliptin (50mg)\",\n            \"price\": 217.75,\n            \"discount_percentage\": 20,\n            \"selling_price\": 174.2,\n            \"available_quantity\": 161,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 tablet sr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f846e115-ec76-49f7-9d9c-697e4b845ae6\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amclox Capsule\",\n            \"brand_name\": \"Walter Bushnell\",\n            \"generic_name\": \"Ampicillin (250mg) Dicloxacillin (250mg)\",\n            \"price\": 69.02,\n            \"discount_percentage\": 9,\n            \"selling_price\": 62.81,\n            \"available_quantity\": 469,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"c3069d53-3c28-4779-912d-43b65f1e559b\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Adbrom Free Eye Drop\",\n            \"brand_name\": \"Entod Pharmaceuticals Ltd\",\n            \"generic_name\": \"Bromfenac (0.9mg)\",\n            \"price\": 150,\n            \"discount_percentage\": 11,\n            \"selling_price\": 133.5,\n            \"available_quantity\": 379,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 5 ml Eye Drop\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"8dc9c2c2-c461-4cd1-8a27-9882df531fff\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aldactone Plus 25mg/20mg Tablet\",\n            \"brand_name\": \"RPG Life Sciences Ltd\",\n            \"generic_name\": \"Spironolactone (25mg) Torasemide (20mg)\",\n            \"price\": 31.95,\n            \"discount_percentage\": 16,\n            \"selling_price\": 26.84,\n            \"available_quantity\": 451,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"35c9098f-5831-4b8d-9eb9-58b1cd060dfe\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azep Nasal Spray\",\n            \"brand_name\": \"German Remedies\",\n            \"generic_name\": \"Azelastine (0.1% w/v)\",\n            \"price\": 174.35,\n            \"discount_percentage\": 14,\n            \"selling_price\": 149.94,\n            \"available_quantity\": 62,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 1 Nasal Spray\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"a171a879-f3b6-4f06-bfdc-2adbe3bc6a7b\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alka KCL Syrup\",\n            \"brand_name\": \"Oyster Labs Ltd\",\n            \"generic_name\": \"Potassium Chloride (500mg)\",\n            \"price\": 35,\n            \"discount_percentage\": 19,\n            \"selling_price\": 28.35,\n            \"available_quantity\": 71,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"dabdbc00-9541-4cd1-8306-2924c9f69a36\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alcon Brimo Eye Drop\",\n            \"brand_name\": \"Alcon Laboratories\",\n            \"generic_name\": \"Brimonidine (0.15% w/v)\",\n            \"price\": 285,\n            \"discount_percentage\": 6,\n            \"selling_price\": 267.9,\n            \"available_quantity\": 172,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 5 ml Eye Drop\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"4974ee4b-ede6-4d43-b415-eaaa3650d77b\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alkem Cold Suspension\",\n            \"brand_name\": \"Alkem Laboratories Ltd\",\n            \"generic_name\": \"Cetirizine (2.5mg/5ml) Paracetamol (125mg/5ml)\",\n            \"price\": 53,\n            \"discount_percentage\": 8,\n            \"selling_price\": 48.76,\n            \"available_quantity\": 243,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 60 ml Suspension\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"404ab7f6-f064-4117-8a67-c9b27e908bee\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azithral 200 Liquid\",\n            \"brand_name\": \"Alembic Pharmaceuticals Ltd\",\n            \"generic_name\": \"Azithromycin (200mg/5ml)\",\n            \"price\": 57.25,\n            \"discount_percentage\": 21,\n            \"selling_price\": 45.23,\n            \"available_quantity\": 309,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"bottle of 15 ml Oral Suspension\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"c9364aff-9325-4f37-b701-c15225a59739\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"AC MR 100 mg/4 mg Tablet\",\n            \"brand_name\": \"MMC Healthcare Ltd\",\n            \"generic_name\": \"Aceclofenac (100mg) Thiocolchicoside (4mg)\",\n            \"price\": 200,\n            \"discount_percentage\": 19,\n            \"selling_price\": 162,\n            \"available_quantity\": 21,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f254b0e0-150a-476a-902c-97d6d3db5312\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Azuvas 20 Tablet\",\n            \"brand_name\": \"Azkka Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Rosuvastatin (20mg)\",\n            \"price\": 129.9,\n            \"discount_percentage\": 12,\n            \"selling_price\": 114.31,\n            \"available_quantity\": 62,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"e6b52253-4930-42d7-b5db-13a0193c1c7c\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Artamin 250mg Capsule\",\n            \"brand_name\": \"Vhb Life Sciences Inc\",\n            \"generic_name\": \"Penicillamine (250mg)\",\n            \"price\": 137.75,\n            \"discount_percentage\": 10,\n            \"selling_price\": 123.97,\n            \"available_quantity\": 320,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"15852656-92d6-4572-8c5e-27b63bd5eef7\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Ascodex LS Expectorant\",\n            \"brand_name\": \"Glenmark Pharmaceuticals Ltd\",\n            \"generic_name\": \"Levosalbutamol (1mg/5ml) Ambroxol (30mg/5ml)\",\n            \"price\": 108,\n            \"discount_percentage\": 10,\n            \"selling_price\": 97.2,\n            \"available_quantity\": 402,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Expectorant\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f88a1735-35b6-47fc-b578-adf39d13ec01\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atropin Injection\",\n            \"brand_name\": \"Hindustan Syringes & Medical Devices Ltd\",\n            \"generic_name\": \"Atropine (NA)\",\n            \"price\": 31.68,\n            \"discount_percentage\": 2,\n            \"selling_price\": 31.05,\n            \"available_quantity\": 275,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 1 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"fb035e74-c0bb-463c-b08e-f92d8584a70a\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amox 250mg Tablet DT\",\n            \"brand_name\": \"Synchem Lab\",\n            \"generic_name\": \"Amoxycillin (250mg)\",\n            \"price\": 35,\n            \"discount_percentage\": 3,\n            \"selling_price\": 33.95,\n            \"available_quantity\": 97,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablet dt\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"459b9c50-39cd-438a-a94e-8880ff0eef6b\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ampilin 500mg Injection\",\n            \"brand_name\": \"Hetero Drugs Ltd\",\n            \"generic_name\": \"Ampicillin (500mg)\",\n            \"price\": 14.6,\n            \"discount_percentage\": 24,\n            \"selling_price\": 11.1,\n            \"available_quantity\": 274,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 1 Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"5243fda4-92ea-4ee8-af3b-e191d709c178\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Abamune Tablet\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Abacavir (300mg)\",\n            \"price\": 1550.64,\n            \"discount_percentage\": 23,\n            \"selling_price\": 1193.99,\n            \"available_quantity\": 434,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 30 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"ae99a6a7-dd38-4c6e-b06d-e36b25eb1380\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Actamase 1000 mg/125 mg Injection\",\n            \"brand_name\": \"AstraZeneca\",\n            \"generic_name\": \"Cefepime (1000mg) Tazobactum (125mg)\",\n            \"price\": 460,\n            \"discount_percentage\": 15,\n            \"selling_price\": 391,\n            \"available_quantity\": 125,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 1 Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"42c328df-cdb0-4a2f-8bad-844fcff35dcd\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aphyren-N Tablet\",\n            \"brand_name\": \"La Renon Healthcare Pvt Ltd\",\n            \"generic_name\": \"Acebrophylline (100mg) Acetylcysteine (600mg)\",\n            \"price\": 182,\n            \"discount_percentage\": 18,\n            \"selling_price\": 149.24,\n            \"available_quantity\": 483,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f9b8ceec-61a5-48bf-af45-f02a52adc345\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aldopam 500mg Injection\",\n            \"brand_name\": \"Samarth Life Sciences Pvt Ltd\",\n            \"generic_name\": \"Pralidoxime (500mg)\",\n            \"price\": 83.28,\n            \"discount_percentage\": 10,\n            \"selling_price\": 74.95,\n            \"available_quantity\": 134,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 20 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"0f8c7482-8561-4a55-99eb-9c5d472bdb05\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Actilyse 20mg Injection\",\n            \"brand_name\": \"Boehringer Ingelheim\",\n            \"generic_name\": \"Alteplase (20mg)\",\n            \"price\": 23899,\n            \"discount_percentage\": 13,\n            \"selling_price\": 20792.13,\n            \"available_quantity\": 106,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 20 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"38f7f74b-c2d8-4edc-a395-4c8ce9ade956\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Androsure 40mg Capsule\",\n            \"brand_name\": \"Zydus Cadila\",\n            \"generic_name\": \"Testosterone (40mg)\",\n            \"price\": 115.08,\n            \"discount_percentage\": 3,\n            \"selling_price\": 111.63,\n            \"available_quantity\": 81,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"34e1ccc8-6455-4aa4-8b10-1f0d9076d13e\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amlong-H Tablet\",\n            \"brand_name\": \"Micro Labs Ltd\",\n            \"generic_name\": \"Amlodipine (5mg) Hydrochlorothiazide (12.5mg)\",\n            \"price\": 115,\n            \"discount_percentage\": 3,\n            \"selling_price\": 111.55,\n            \"available_quantity\": 133,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"fac9207b-0bbe-4cbc-bc76-7d4ec2315c3a\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amintoz Injection\",\n            \"brand_name\": \"Linux Laboratories\",\n            \"generic_name\": \"Thiamine(Vitamin B1) (100mg)\",\n            \"price\": 27.6,\n            \"discount_percentage\": 17,\n            \"selling_price\": 22.91,\n            \"available_quantity\": 222,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 1 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"91c72d5e-1b2a-479b-a443-080c05cb8543\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Addclav 625 Tablet\",\n            \"brand_name\": \"Haeal Pharma\",\n            \"generic_name\": \"Amoxycillin  (500mg) Clavulanic Acid (125mg)\",\n            \"price\": 106,\n            \"discount_percentage\": 5,\n            \"selling_price\": 100.7,\n            \"available_quantity\": 10,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"9c521408-faab-46c4-bdea-ab63a242011d\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atorfit CV Gold 20 Capsule\",\n            \"brand_name\": \"Ajanta Pharma Ltd\",\n            \"generic_name\": \"Aspirin (75mg) Atorvastatin (20mg)\",\n            \"price\": 105,\n            \"discount_percentage\": 4,\n            \"selling_price\": 100.8,\n            \"available_quantity\": 275,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"4b519a63-d597-47d2-865b-e925d79b288e\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amfocin Cream\",\n            \"brand_name\": \"Ajanta Pharma Ltd\",\n            \"generic_name\": \"Amorolfine (0.25% w/w)\",\n            \"price\": 191,\n            \"discount_percentage\": 4,\n            \"selling_price\": 183.36,\n            \"available_quantity\": 248,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 10 gm Cream\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d218a24b-e577-4edd-9ce0-866b309ed151\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Apetox Syrup\",\n            \"brand_name\": \"Kumayun Drugs Pvt Ltd\",\n            \"generic_name\": \"Cyproheptadine (5mg)\",\n            \"price\": 99.37,\n            \"discount_percentage\": 9,\n            \"selling_price\": 90.43,\n            \"available_quantity\": 461,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 400 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"2697765e-ecb2-41be-8b9f-a0a9ba311fd4\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Adoxy LB Capsule\",\n            \"brand_name\": \"Atopic Laboratories\",\n            \"generic_name\": \"Doxycycline (100mg) Lactobacillus (5Billion Spores)\",\n            \"price\": 62,\n            \"discount_percentage\": 14,\n            \"selling_price\": 53.32,\n            \"available_quantity\": 72,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"8d28f20e-7b36-4dc1-ade4-2a93d3758b5a\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Advastat CV 10 Capsule\",\n            \"brand_name\": \"Fusion Healthcare Pvt Ltd\",\n            \"generic_name\": \"Rosuvastatin (10mg) Clopidogrel (75mg)\",\n            \"price\": 191,\n            \"discount_percentage\": 19,\n            \"selling_price\": 154.71,\n            \"available_quantity\": 40,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"54c022e2-b91b-451d-b0ee-35bcadeb917c\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Arreno Capsule ER\",\n            \"brand_name\": \"Intas Pharmaceuticals Ltd\",\n            \"generic_name\": \"Aspirin (25mg) Dipyridamole (200mg)\",\n            \"price\": 35,\n            \"discount_percentage\": 17,\n            \"selling_price\": 29.05,\n            \"available_quantity\": 425,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsule er\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"7cec9fc6-880b-4b83-9d28-f4ada91113d9\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amoron Cream\",\n            \"brand_name\": \"Corona Remedies Pvt Ltd\",\n            \"generic_name\": \"Amorolfine (0.25% w/w) Phenoxyethanol (1% w/w)\",\n            \"price\": 387.2,\n            \"discount_percentage\": 10,\n            \"selling_price\": 348.48,\n            \"available_quantity\": 441,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 30 gm Cream\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f3affb50-f98b-413f-be86-d259ede33933\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atropine 1% Eye Drop\",\n            \"brand_name\": \"Jawa Pharmaceuticals  Pvt Ltd\",\n            \"generic_name\": \"Atropine (1% w/v)\",\n            \"price\": 39.94,\n            \"discount_percentage\": 4,\n            \"selling_price\": 38.34,\n            \"available_quantity\": 258,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 10 ml Eye Drop\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"c7dc2724-9814-4d39-a69c-44f737cd22a9\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Actorise 60 Injection\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Darbepoetin alfa (60mcg)\",\n            \"price\": 4235,\n            \"discount_percentage\": 12,\n            \"selling_price\": 3726.8,\n            \"available_quantity\": 424,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"prefilled syringe of 0.3 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"266d84d7-5fab-4345-9fbc-bfa1fcfea48e\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Adiza Tablet\",\n            \"brand_name\": \"Abbott\",\n            \"generic_name\": \"Ilaprazole (10mg)\",\n            \"price\": 139.08,\n            \"discount_percentage\": 11,\n            \"selling_price\": 123.78,\n            \"available_quantity\": 197,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"9c48a613-0b15-474a-b8a7-4bd35d8ab65f\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azerva 20 Tablet\",\n            \"brand_name\": \"Intas Pharmaceuticals Ltd\",\n            \"generic_name\": \"Atorvastatin (20mg)\",\n            \"price\": 165.2,\n            \"discount_percentage\": 7,\n            \"selling_price\": 153.64,\n            \"available_quantity\": 96,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"de6e4919-1ecf-4b21-9e19-6929349a1e00\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amrosys Cream\",\n            \"brand_name\": \"Systopic Laboratories Pvt Ltd\",\n            \"generic_name\": \"Amorolfine (0.25% w/w)\",\n            \"price\": 142,\n            \"discount_percentage\": 18,\n            \"selling_price\": 116.44,\n            \"available_quantity\": 128,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 15 gm Cream\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"ecd19d5a-52bf-4cf6-87e2-300e2a8e69b5\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ampho B 50mg Injection\",\n            \"brand_name\": \"Vhb Life Sciences Inc\",\n            \"generic_name\": \"Amphotericin B (50mg)\",\n            \"price\": 452.95,\n            \"discount_percentage\": 21,\n            \"selling_price\": 357.83,\n            \"available_quantity\": 360,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 1 Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"9df8033e-56ae-4f00-8399-ba1e53b126d2\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Asthavent 2.5mg Respules\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Salbutamol (2.5mg)\",\n            \"price\": 4.4,\n            \"discount_percentage\": 23,\n            \"selling_price\": 3.39,\n            \"available_quantity\": 434,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 2.5 ml Respules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"c54fd2e2-7b85-4886-8e18-1c2a403e0d14\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alene Gel\",\n            \"brand_name\": \"Cadila Pharmaceuticals Ltd\",\n            \"generic_name\": \"Adapalene (0.1% w/w)\",\n            \"price\": 74.91,\n            \"discount_percentage\": 5,\n            \"selling_price\": 71.16,\n            \"available_quantity\": 377,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 15 gm Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"1ef6d252-939e-49b9-b8e1-05222a22ff40\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alkof AP Syrup\",\n            \"brand_name\": \"Alkem Laboratories Ltd\",\n            \"generic_name\": \"Phenylephrine (5mg/5ml) Guaifenesin (50mg/5ml)\",\n            \"price\": 77,\n            \"discount_percentage\": 16,\n            \"selling_price\": 64.68,\n            \"available_quantity\": 259,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"ce73fdbd-9e34-43de-844b-7173f346c5c1\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Attentrol 18 Capsule\",\n            \"brand_name\": \"Sun Pharmaceutical Industries Ltd\",\n            \"generic_name\": \"Atomoxetine (18mg)\",\n            \"price\": 163,\n            \"discount_percentage\": 2,\n            \"selling_price\": 159.74,\n            \"available_quantity\": 162,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"a400bcfa-1387-4cdf-9696-8b574334894e\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amoxyplus-CV 625 LB Tablet\",\n            \"brand_name\": \"Symbiosis Lab\",\n            \"generic_name\": \"Amoxycillin (500mg) Clavulanic Acid (125mg)\",\n            \"price\": 154,\n            \"discount_percentage\": 14,\n            \"selling_price\": 132.44,\n            \"available_quantity\": 122,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 6 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"c6a3f811-80d4-4d71-ad0e-9cdc8aab391e\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aziwok-XL 100 Liquid Refreshing Mango\",\n            \"brand_name\": \"Dr Reddy's Laboratories Ltd\",\n            \"generic_name\": \"Azithromycin (100mg/5ml)\",\n            \"price\": 83.75,\n            \"discount_percentage\": 2,\n            \"selling_price\": 82.08,\n            \"available_quantity\": 247,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 30 ml Oral Suspension\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"3d7f3447-7089-47a2-9f43-0d72e965cd11\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Altime CF Syrup Sugar Free\",\n            \"brand_name\": \"S H Pharmaceuticals Ltd\",\n            \"generic_name\": \"Phenylephrine (5mg/5ml) Chlorpheniramine Maleate (2mg/5ml)\",\n            \"price\": 101,\n            \"discount_percentage\": 19,\n            \"selling_price\": 81.81,\n            \"available_quantity\": 284,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"7a000763-fd13-4700-a50e-4fbae884ea5a\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Adova Capsule\",\n            \"brand_name\": \"Akumentis Healthcare Ltd\",\n            \"generic_name\": \"Anastrozole (1mg)\",\n            \"price\": 298,\n            \"discount_percentage\": 2,\n            \"selling_price\": 292.04,\n            \"available_quantity\": 439,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 5 soft gelatin capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b9b931fd-d90a-4054-adca-bff742cda673\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alkasol Oral Solution\",\n            \"brand_name\": \"Stadmed Pvt Ltd\",\n            \"generic_name\": \"Disodium Hydrogen Citrate (1.4gm/5ml)\",\n            \"price\": 318.15,\n            \"discount_percentage\": 9,\n            \"selling_price\": 289.52,\n            \"available_quantity\": 499,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 450 ml Oral Solution\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"819461a0-3afe-4491-b274-56c5624d0b39\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alphadol 0.5mcg Soft Gelatin Capsule\",\n            \"brand_name\": \"Panacea Biotec Ltd\",\n            \"generic_name\": \"Alfacalcidol (0.5mcg)\",\n            \"price\": 114.95,\n            \"discount_percentage\": 9,\n            \"selling_price\": 104.6,\n            \"available_quantity\": 271,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 soft gelatin capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f811eb71-0ff0-4bb3-8297-ba77418bb361\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Acnay Gel\",\n            \"brand_name\": \"Med Manor Organics Pvt Ltd\",\n            \"generic_name\": \"Clindamycin (1% w/w) Nicotinamide (4% w/w)\",\n            \"price\": 140,\n            \"discount_percentage\": 24,\n            \"selling_price\": 106.4,\n            \"available_quantity\": 129,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 10 gm Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"e99b0562-4a06-49da-a25c-f0f6d5fda7bf\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alday Kid Syrup\",\n            \"brand_name\": \"S H Pharmaceuticals Ltd\",\n            \"generic_name\": \"Levocetirizine (2.5mg)\",\n            \"price\": 72,\n            \"discount_percentage\": 10,\n            \"selling_price\": 64.8,\n            \"available_quantity\": 463,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 60 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"df6735c7-65c8-40c7-a52c-14cdf1652586\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atp 0.6mg Injection\",\n            \"brand_name\": \"Biomiicron Pharmaceuticals\",\n            \"generic_name\": \"Atropine (0.6mg)\",\n            \"price\": 5.99,\n            \"discount_percentage\": 20,\n            \"selling_price\": 4.79,\n            \"available_quantity\": 326,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 1 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d28dac59-d1d1-433b-9bea-95637ff3c068\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Assurans Injection\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Sildenafil (0.8mg)\",\n            \"price\": 2178,\n            \"discount_percentage\": 18,\n            \"selling_price\": 1785.96,\n            \"available_quantity\": 93,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 12.5 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"a859a7b6-93c4-48b4-afd2-30bc500d9189\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Azuvas 20-Gold Capsule\",\n            \"brand_name\": \"Azkka Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Aspirin (75mg) Rosuvastatin (20mg)\",\n            \"price\": 129.9,\n            \"discount_percentage\": 23,\n            \"selling_price\": 100.02,\n            \"available_quantity\": 208,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"29d0999f-c135-480c-9f59-34fb1ae678db\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Accunac 0.1% Eye Drop\",\n            \"brand_name\": \"His Eyeness Ophthalmics Pvt Ltd\",\n            \"generic_name\": \"Nepafenac (0.1% w/v)\",\n            \"price\": 230,\n            \"discount_percentage\": 18,\n            \"selling_price\": 188.6,\n            \"available_quantity\": 224,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 5 ml Eye Drop\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"a66eafa6-c60d-42be-a034-1188b6854806\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Allercool Eye Drop\",\n            \"brand_name\": \"Optho Pharma Pvt Ltd\",\n            \"generic_name\": \"Naphazoline (0.05% w/v) Chlorpheniramine Maleate (0.1% w/v)\",\n            \"price\": 93.5,\n            \"discount_percentage\": 4,\n            \"selling_price\": 89.76,\n            \"available_quantity\": 115,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 10 ml Ophthalmic Solution\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"aeee279d-fa56-43e2-88c2-646733a36032\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Adrenor 4mg Injection\",\n            \"brand_name\": \"Samarth Life Sciences Pvt Ltd\",\n            \"generic_name\": \"Norepinephrine (4mg)\",\n            \"price\": 54.14,\n            \"discount_percentage\": 22,\n            \"selling_price\": 42.23,\n            \"available_quantity\": 397,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 2 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"8510323a-6647-40e0-ac85-ad6350135654\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aquasurge  Eye Drop\",\n            \"brand_name\": \"Ipca Laboratories Ltd\",\n            \"generic_name\": \"Carboxymethylcellulose (0.5% w/v)\",\n            \"price\": 152.21,\n            \"discount_percentage\": 13,\n            \"selling_price\": 132.42,\n            \"available_quantity\": 488,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"packet of 10 ml Eye Drop\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"fcf47898-24e1-4b12-bbdd-40bbab891b09\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alkapen Syrup\",\n            \"brand_name\": \"Morepen Laboratories Ltd\",\n            \"generic_name\": \"Disodium Hydrogen Citrate (NA)\",\n            \"price\": 15.81,\n            \"discount_percentage\": 8,\n            \"selling_price\": 14.55,\n            \"available_quantity\": 315,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"80732549-ff74-4f37-93a6-8f9e46cc656b\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amrolstar Cream\",\n            \"brand_name\": \"Oaknet Healthcare Pvt Ltd\",\n            \"generic_name\": \"Amorolfine (0.25% w/w)\",\n            \"price\": 86.37,\n            \"discount_percentage\": 15,\n            \"selling_price\": 73.41,\n            \"available_quantity\": 119,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 10 gm Cream\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"06f5c408-4089-4160-b99d-38179efe9156\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amrolstar Cream\",\n            \"brand_name\": \"Oaknet Healthcare Pvt Ltd\",\n            \"generic_name\": \"Amorolfine (0.25% w/w)\",\n            \"price\": 235.71,\n            \"discount_percentage\": 11,\n            \"selling_price\": 209.78,\n            \"available_quantity\": 45,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"tube of 30 gm Cream\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b015e90a-6906-475f-8f09-ecd168e2c3b2\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alerid Syrup\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Cetirizine (5mg/5ml)\",\n            \"price\": 43.68,\n            \"discount_percentage\": 7,\n            \"selling_price\": 40.62,\n            \"available_quantity\": 357,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 60 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"2c17cb4d-8877-4153-a286-e67776c9da24\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atorlip 20 Tablet\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Atorvastatin (20mg)\",\n            \"price\": 247.8,\n            \"discount_percentage\": 12,\n            \"selling_price\": 218.06,\n            \"available_quantity\": 106,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"12f53e77-d754-49dc-b208-e666c3761681\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aclon-SP Tablet\",\n            \"brand_name\": \"Iscon Life Sciences\",\n            \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n            \"price\": 62.5,\n            \"discount_percentage\": 9,\n            \"selling_price\": 56.88,\n            \"available_quantity\": 16,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"78fdfc13-4b6f-491e-af41-f27cb8f23fe9\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Advent 300mg Injection\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Amoxycillin  (250mg) Clavulanic Acid (50mg)\",\n            \"price\": 96.49,\n            \"discount_percentage\": 11,\n            \"selling_price\": 85.88,\n            \"available_quantity\": 175,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 1 Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"bac8fcb1-2ba8-48c1-832d-4aab97632b98\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alkem Nandrolone 50mg Injection\",\n            \"brand_name\": \"Alkem Laboratories Ltd\",\n            \"generic_name\": \"Nandrolone Decanoate (50mg)\",\n            \"price\": 259,\n            \"discount_percentage\": 14,\n            \"selling_price\": 222.74,\n            \"available_quantity\": 171,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"vial of 1 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"9d1f0080-82f4-4685-925a-6216b8d332f4\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Altonil Tablet MD\",\n            \"brand_name\": \"Alteus Biogenics Pvt Ltd\",\n            \"generic_name\": \"Melatonin (3mg)\",\n            \"price\": 82.04,\n            \"discount_percentage\": 19,\n            \"selling_price\": 66.45,\n            \"available_quantity\": 434,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 tablet md\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"90f15780-0ad2-494a-a42c-1150ff3ad6fe\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Azithral Eye Drop\",\n            \"brand_name\": \"Alembic Pharmaceuticals Ltd\",\n            \"generic_name\": \"Azithromycin (1% w/v)\",\n            \"price\": 152.75,\n            \"discount_percentage\": 24,\n            \"selling_price\": 116.09,\n            \"available_quantity\": 347,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 3 ml Eye Drop\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"0fbe1874-e133-4c92-86e0-88bc277db1bf\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alcecost SP 100mg/325mg/10mg Tablet\",\n            \"brand_name\": \"Austro Labs\",\n            \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n            \"price\": 158,\n            \"discount_percentage\": 8,\n            \"selling_price\": 145.36,\n            \"available_quantity\": 337,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"00142eae-fb06-4fb8-a917-8141fa43e19e\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Azom 1gm Injection\",\n            \"brand_name\": \"United Biotech Pvt Ltd\",\n            \"generic_name\": \"Aztreonam (1gm)\",\n            \"price\": 799,\n            \"discount_percentage\": 18,\n            \"selling_price\": 655.18,\n            \"available_quantity\": 488,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 1 Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"ee5ec391-3d8e-4c29-9a8f-c3e2f8a1495f\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aminoven Infant Infusion\",\n            \"brand_name\": \"Raptakos Brett & Co Ltd\",\n            \"generic_name\": \"Amino Acids (10% w/v)\",\n            \"price\": 489,\n            \"discount_percentage\": 7,\n            \"selling_price\": 454.77,\n            \"available_quantity\": 295,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Infusion\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b4aac4e0-e97e-4811-b96e-bbdc8548e121\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aquanac Eye Drop\",\n            \"brand_name\": \"Raymed Pharmaceuticals Ltd\",\n            \"generic_name\": \"Carboxymethylcellulose (3mg/ml) n-acetylcarnosine (10mg/ml)\",\n            \"price\": 219.6,\n            \"discount_percentage\": 5,\n            \"selling_price\": 208.62,\n            \"available_quantity\": 428,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 10 ml Eye Drop\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"04e4833d-9d1c-4faa-8e43-31bba27a707f\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azithral 200mg/5ml Stat Liquid\",\n            \"brand_name\": \"Alembic Pharmaceuticals Ltd\",\n            \"generic_name\": \"Azithromycin (200mg/5ml)\",\n            \"price\": 125,\n            \"discount_percentage\": 22,\n            \"selling_price\": 97.5,\n            \"available_quantity\": 241,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 30 ml Liquid\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"89e26e1c-3a56-4524-b1fb-87ab44f69735\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alkof Cough Lozenges Orange\",\n            \"brand_name\": \"Alkem Laboratories Ltd\",\n            \"generic_name\": \"Dichlorobenzyl Alcohol (1.2mg) Amylmetacresol (0.6mg)\",\n            \"price\": 36,\n            \"discount_percentage\": 8,\n            \"selling_price\": 33.12,\n            \"available_quantity\": 127,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 lozenges\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"49433a9d-87b7-4df4-b3b1-3ee50df499ca\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amika 500mg Injection\",\n            \"brand_name\": \"Schon Pharmaceuticals Ltd\",\n            \"generic_name\": \"Amikacin (500mg)\",\n            \"price\": 55,\n            \"discount_percentage\": 13,\n            \"selling_price\": 47.85,\n            \"available_quantity\": 66,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 1 Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"cd3c9a64-0b08-4601-a5b9-21e14aab4938\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amantrel Capsule\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Amantadine (100mg)\",\n            \"price\": 222.27,\n            \"discount_percentage\": 9,\n            \"selling_price\": 202.27,\n            \"available_quantity\": 70,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"c0fc8e3c-80c9-425c-b99a-6047835a6d97\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aquaray Eye Drop\",\n            \"brand_name\": \"Raymed Pharmaceuticals Ltd\",\n            \"generic_name\": \"Carboxymethylcellulose (0.5% w/v)\",\n            \"price\": 190,\n            \"discount_percentage\": 22,\n            \"selling_price\": 148.2,\n            \"available_quantity\": 471,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 15 ml Eye Drop\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f973dfc9-3361-4f15-9589-90c31c1b91d4\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ancool  Oral Suspension Sugar Free\",\n            \"brand_name\": \"Zuventus Healthcare Ltd\",\n            \"generic_name\": \"Aluminium Hydroxide (300mg/5ml) Milk Of Magnesia (150mg/5ml)\",\n            \"price\": 139.4,\n            \"discount_percentage\": 10,\n            \"selling_price\": 125.46,\n            \"available_quantity\": 353,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 170 ml Oral Suspension\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"1beccb02-e332-4f1c-b91e-fc0b45399717\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Asthalin Syrup\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Salbutamol (2mg/5ml)\",\n            \"price\": 19.04,\n            \"discount_percentage\": 20,\n            \"selling_price\": 15.23,\n            \"available_quantity\": 416,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"4af54cec-6f72-4a3a-8080-81f2047c33d9\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Acnegel\",\n            \"brand_name\": \"West-Coast Pharmaceutical Works Ltd\",\n            \"generic_name\": \"Clindamycin (1% w/w)\",\n            \"price\": 96,\n            \"discount_percentage\": 15,\n            \"selling_price\": 81.6,\n            \"available_quantity\": 22,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 15 gm Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"1610be47-543b-48bc-afd8-910dbc3493a5\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Azitus XL 200  Suspension\",\n            \"brand_name\": \"Zuventus Healthcare Ltd\",\n            \"generic_name\": \"Azithromycin (200mg/5ml)\",\n            \"price\": 114.53,\n            \"discount_percentage\": 1,\n            \"selling_price\": 113.38,\n            \"available_quantity\": 288,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 30 ml Suspension\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d237e537-552a-4e1a-be6e-b819556b2a8a\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alerab-DSR Capsule\",\n            \"brand_name\": \"Alester Pharma Pvt Ltd\",\n            \"generic_name\": \"Domperidone (30mg) Rabeprazole (20mg)\",\n            \"price\": 85,\n            \"discount_percentage\": 12,\n            \"selling_price\": 74.8,\n            \"available_quantity\": 105,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsule sr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b79edffc-99e0-4324-b401-49612f971872\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amlokind Beta 5mg/25mg Tablet PR\",\n            \"brand_name\": \"Mankind Pharma Ltd\",\n            \"generic_name\": \"Amlodipine (5mg) Metoprolol Succinate (25mg)\",\n            \"price\": 62,\n            \"discount_percentage\": 14,\n            \"selling_price\": 53.32,\n            \"available_quantity\": 114,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 Tablet pr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"2df27433-f698-49df-9d27-f6cfb57739ca\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Avessa 250 Inhaler\",\n            \"brand_name\": \"Sun Pharmaceutical Industries Ltd\",\n            \"generic_name\": \"Formoterol (6mcg) Fluticasone Propionate (250mcg)\",\n            \"price\": 698,\n            \"discount_percentage\": 2,\n            \"selling_price\": 684.04,\n            \"available_quantity\": 334,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 120 MDI Inhaler\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"13721acb-2562-4245-bcc8-d02c082a0579\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Adneon 6mg Injection\",\n            \"brand_name\": \"Neon Laboratories Ltd\",\n            \"generic_name\": \"Adenosine (6mg)\",\n            \"price\": 219,\n            \"discount_percentage\": 5,\n            \"selling_price\": 208.05,\n            \"available_quantity\": 488,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 2 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"8e089faf-abf0-492a-a75f-541761e20643\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Azee 500 Tablet\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Azithromycin (500mg)\",\n            \"price\": 132.38,\n            \"discount_percentage\": 14,\n            \"selling_price\": 113.85,\n            \"available_quantity\": 452,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 5 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"8d9429b5-3c94-4775-8171-cc3b1c1702bd\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amrolstar Cream\",\n            \"brand_name\": \"Oaknet Healthcare Pvt Ltd\",\n            \"generic_name\": \"Amorolfine (0.25% w/w)\",\n            \"price\": 423.1,\n            \"discount_percentage\": 23,\n            \"selling_price\": 325.79,\n            \"available_quantity\": 401,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 50 gm Cream\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"fbe84452-0b25-48d7-9dba-6cd558c2200b\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Acnewar Plus Gel\",\n            \"brand_name\": \"Akumentis Healthcare Ltd\",\n            \"generic_name\": \"Dapsone (5% w/w) Adapalene (0.1% w/w)\",\n            \"price\": 299,\n            \"discount_percentage\": 13,\n            \"selling_price\": 260.13,\n            \"available_quantity\": 242,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 15 gm Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"a075ffe4-ad01-4126-afd3-5fe60c82d53c\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amlovas H  Tablet\",\n            \"brand_name\": \"Macleods Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Amlodipine (5mg) Hydrochlorothiazide (12.5mg)\",\n            \"price\": 106.5,\n            \"discount_percentage\": 22,\n            \"selling_price\": 83.07,\n            \"available_quantity\": 39,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 15 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b3b942b7-1b41-4aa7-9a45-5de53ea1dbc6\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Anafortan Syrup\",\n            \"brand_name\": \"Abbott\",\n            \"generic_name\": \"Camylofin (12.5mg/5ml) Paracetamol (125mg/5ml)\",\n            \"price\": 101.73,\n            \"discount_percentage\": 9,\n            \"selling_price\": 92.57,\n            \"available_quantity\": 366,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 60 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"e002ff86-4712-4393-936f-3e25cda4b0d3\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Anfoe 10000IU Injection\",\n            \"brand_name\": \"La Renon Healthcare Pvt Ltd\",\n            \"generic_name\": \"Recombinant Human Erythropoietin Alfa (10000IU)\",\n            \"price\": 2445,\n            \"discount_percentage\": 3,\n            \"selling_price\": 2371.65,\n            \"available_quantity\": 493,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"prefilled syringe of 1 Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"6d354243-fe08-4796-bcb5-42b79153c402\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Althrocin 100mg Drop\",\n            \"brand_name\": \"Alembic Pharmaceuticals Ltd\",\n            \"generic_name\": \"Erythromycin (100mg)\",\n            \"price\": 46.55,\n            \"discount_percentage\": 4,\n            \"selling_price\": 44.69,\n            \"available_quantity\": 393,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 10 ml Drop\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"83183ca1-4f79-4f7b-b117-6d6799c16fb2\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"AF -C Dusting Powder\",\n            \"brand_name\": \"Systopic Laboratories Pvt Ltd\",\n            \"generic_name\": \"Clotrimazole (1% w/w)\",\n            \"price\": 87,\n            \"discount_percentage\": 19,\n            \"selling_price\": 70.47,\n            \"available_quantity\": 313,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 gm Dusting Powder\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"a5b089a2-4280-40a6-bd4d-f325495c70f3\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Add App 2mg/5ml Syrup\",\n            \"brand_name\": \"Cadila Pharmaceuticals Ltd\",\n            \"generic_name\": \"Cyproheptadine (2mg/5ml)\",\n            \"price\": 29.92,\n            \"discount_percentage\": 3,\n            \"selling_price\": 29.02,\n            \"available_quantity\": 340,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 200 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"19f2cfaa-e2ca-4997-9940-9c649b64cb38\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Atrovas 40mg Tablet\",\n            \"brand_name\": \"Jackson Laboratories Pvt Ltd\",\n            \"generic_name\": \"Atorvastatin (40mg)\",\n            \"price\": 132,\n            \"discount_percentage\": 17,\n            \"selling_price\": 109.56,\n            \"available_quantity\": 102,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"4dd5675c-a430-4ada-a648-278e6d8a03aa\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alcatop Eye Drop\",\n            \"brand_name\": \"Sunways India Pvt Ltd\",\n            \"generic_name\": \"Alcaftadine (0.25% w/v)\",\n            \"price\": 185,\n            \"discount_percentage\": 7,\n            \"selling_price\": 172.05,\n            \"available_quantity\": 210,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 5 ml Ophthalmic Solution\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"024bb841-0afc-4342-aabe-f6c4714633ab\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Ancool  Oral Suspension Sugar Free\",\n            \"brand_name\": \"Zuventus Healthcare Ltd\",\n            \"generic_name\": \"Aluminium Hydroxide (300mg/5ml) Milk Of Magnesia (150mg/5ml)\",\n            \"price\": 139.4,\n            \"discount_percentage\": 20,\n            \"selling_price\": 111.52,\n            \"available_quantity\": 503,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"bottle of 170 ml Oral Suspension\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"39d66b11-e1c2-4a44-816d-df9d85169ead\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alzero M Tablet\",\n            \"brand_name\": \"Indchemie Health Specialities Pvt Ltd\",\n            \"generic_name\": \"Levocetirizine (5mg) Montelukast (10mg)\",\n            \"price\": 104.5,\n            \"discount_percentage\": 23,\n            \"selling_price\": 80.47,\n            \"available_quantity\": 339,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"10ae1eb2-a53a-487d-86bf-bb8cc96d037a\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Acemol-SP Tablet\",\n            \"brand_name\": \"West-Coast Pharmaceutical Works Ltd\",\n            \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n            \"price\": 70,\n            \"discount_percentage\": 17,\n            \"selling_price\": 58.1,\n            \"available_quantity\": 56,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"88711e58-801d-410f-b595-b6e46d12d770\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Arip MT 2 Tablet\",\n            \"brand_name\": \"Torrent Pharmaceuticals Ltd\",\n            \"generic_name\": \"Aripiprazole (2mg)\",\n            \"price\": 90.6,\n            \"discount_percentage\": 23,\n            \"selling_price\": 69.76,\n            \"available_quantity\": 212,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b035f82b-3837-4ae7-9d93-ab13ae999e2a\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Airtec FB 400 Inhaler\",\n            \"brand_name\": \"Glenmark Pharmaceuticals Ltd\",\n            \"generic_name\": \"Formoterol (6mcg) Budesonide (400mcg)\",\n            \"price\": 440.06,\n            \"discount_percentage\": 15,\n            \"selling_price\": 374.05,\n            \"available_quantity\": 122,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 150 MDI Inhaler\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"872fa76a-31dc-4066-b322-8b789cf9421e\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ambrohist Plus Syrup\",\n            \"brand_name\": \"Biochem Pharmaceutical Industries\",\n            \"generic_name\": \"Guaifenesin (50mg/5ml) Ambroxol (15mg/5ml)\",\n            \"price\": 73.2,\n            \"discount_percentage\": 14,\n            \"selling_price\": 62.95,\n            \"available_quantity\": 126,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"472aa1a8-3272-4504-a715-cd16146d0b20\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amoxyclav 625 Tablet\",\n            \"brand_name\": \"Abbott\",\n            \"generic_name\": \"Amoxycillin  (500mg) Clavulanic Acid (125mg)\",\n            \"price\": 223.27,\n            \"discount_percentage\": 12,\n            \"selling_price\": 196.48,\n            \"available_quantity\": 325,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"8ef73d2b-d1ab-459b-92ad-d915885e69a0\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Acepar 100mg/325mg Tablet\",\n            \"brand_name\": \"Allenge India\",\n            \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n            \"price\": 28,\n            \"discount_percentage\": 7,\n            \"selling_price\": 26.04,\n            \"available_quantity\": 494,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"9b018d53-afaa-4296-a014-975f676151b7\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atorlip 10 Tablet\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Atorvastatin (10mg)\",\n            \"price\": 102.31,\n            \"discount_percentage\": 23,\n            \"selling_price\": 78.78,\n            \"available_quantity\": 231,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 15 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"831af1f7-7435-4f14-923d-cd78434e5ffa\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alex Cold Syrup Berry\",\n            \"brand_name\": \"Glenmark Pharmaceuticals Ltd\",\n            \"generic_name\": \"Chlorpheniramine Maleate (2mg/5ml) Phenylephrine (5mg/5ml)\",\n            \"price\": 87.5,\n            \"discount_percentage\": 24,\n            \"selling_price\": 66.5,\n            \"available_quantity\": 198,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 60 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"e1fca776-3e4f-4e59-8ab2-dfec4379d761\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alupent 10mg Tablet\",\n            \"brand_name\": \"Zydus Cadila\",\n            \"generic_name\": \"Orciprenaline (10mg)\",\n            \"price\": 52.5,\n            \"discount_percentage\": 14,\n            \"selling_price\": 45.15,\n            \"available_quantity\": 307,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"0ba4e0e7-660d-43f8-9224-f27bce0a3786\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amrofast Cream\",\n            \"brand_name\": \"Uniza Healthcare LLP\",\n            \"generic_name\": \"Amorolfine (0.25% w/w)\",\n            \"price\": 545,\n            \"discount_percentage\": 12,\n            \"selling_price\": 479.6,\n            \"available_quantity\": 267,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 100 gm Cream\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"9cf447b6-d2cb-4b15-868f-47f5bbf22942\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Ascoril D 12 Oral Suspension Orange\",\n            \"brand_name\": \"Glenmark Pharmaceuticals Ltd\",\n            \"generic_name\": \"Dextromethorphan Hydrobromide (30mg/5ml)\",\n            \"price\": 83,\n            \"discount_percentage\": 5,\n            \"selling_price\": 78.85,\n            \"available_quantity\": 26,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 60 ml Oral Suspension\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b1aba2fb-a473-40c1-9f4e-daa5ddbeb479\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amox 250mg Capsule\",\n            \"brand_name\": \"Synchem Lab\",\n            \"generic_name\": \"Amoxycillin (250mg)\",\n            \"price\": 35,\n            \"discount_percentage\": 21,\n            \"selling_price\": 27.65,\n            \"available_quantity\": 483,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"ca883ecd-4807-4e70-8adb-4aac1a5c67d3\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alkamax MB6 Oral Solution Mango Sugar Free\",\n            \"brand_name\": \"Overseas Healthcare Pvt Ltd\",\n            \"generic_name\": \"Potassium Citrate (1100mg/5ml) Magnesium Citrate (375mg/5ml)\",\n            \"price\": 197.5,\n            \"discount_percentage\": 8,\n            \"selling_price\": 181.7,\n            \"available_quantity\": 117,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 200 ml Oral Solution\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"53462da8-19c2-4685-83cd-e1b4335217d3\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aclair Gel\",\n            \"brand_name\": \"Regaliz India Ltd\",\n            \"generic_name\": \"Adapalene (0.1% w/w) Benzoyl Peroxide (2.5% w/w)\",\n            \"price\": 289,\n            \"discount_percentage\": 9,\n            \"selling_price\": 262.99,\n            \"available_quantity\": 212,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 15 gm Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"60dbc00d-5906-445b-a365-2c15c5cf4947\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azax 200 Suspension\",\n            \"brand_name\": \"Sun Pharmaceutical Industries Ltd\",\n            \"generic_name\": \"Azithromycin (200mg/5ml)\",\n            \"price\": 51.57,\n            \"discount_percentage\": 2,\n            \"selling_price\": 50.54,\n            \"available_quantity\": 388,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 15 ml Oral Suspension\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"88be4387-0a63-4aa4-af25-521c4e49db4e\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ascoril Plus Tablet\",\n            \"brand_name\": \"Glenmark Pharmaceuticals Ltd\",\n            \"generic_name\": \"Guaifenesin (100mg) Terbutaline (2.5mg)\",\n            \"price\": 32.5,\n            \"discount_percentage\": 3,\n            \"selling_price\": 31.52,\n            \"available_quantity\": 127,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"0550431d-c9b1-49a2-84e5-dfcc0646e7ee\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Adacin Gel\",\n            \"brand_name\": \"Ajanta Pharma Ltd\",\n            \"generic_name\": \"Adapalene (0.1% w/w) Clindamycin (1% w/w)\",\n            \"price\": 179,\n            \"discount_percentage\": 6,\n            \"selling_price\": 168.26,\n            \"available_quantity\": 202,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 15 gm Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"4c394bda-e839-4db1-aaab-4f61e74751a9\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"AB Phylline Capsule\",\n            \"brand_name\": \"Sun Pharmaceutical Industries Ltd\",\n            \"generic_name\": \"Acebrophylline (100mg)\",\n            \"price\": 162,\n            \"discount_percentage\": 15,\n            \"selling_price\": 137.7,\n            \"available_quantity\": 434,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"3e10ab1f-2668-4311-bcc1-05550da2222d\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aciban 40 Tablet\",\n            \"brand_name\": \"Cadila Pharmaceuticals Ltd\",\n            \"generic_name\": \"Pantoprazole (40mg)\",\n            \"price\": 73.1,\n            \"discount_percentage\": 7,\n            \"selling_price\": 67.98,\n            \"available_quantity\": 332,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"ecbdeebd-4d60-4d0f-b5ae-587fb0058715\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Akair LC Tablet\",\n            \"brand_name\": \"J B Chemicals and Pharmaceuticals Ltd\",\n            \"generic_name\": \"Levocetirizine (5mg) Montelukast (10mg)\",\n            \"price\": 160,\n            \"discount_percentage\": 21,\n            \"selling_price\": 126.4,\n            \"available_quantity\": 417,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"9a79f36e-4c95-4def-958b-a8df29a8ea17\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amchek-AT Tablet\",\n            \"brand_name\": \"Indoco Remedies Ltd\",\n            \"generic_name\": \"Amlodipine (5mg) Atenolol (50mg)\",\n            \"price\": 75,\n            \"discount_percentage\": 15,\n            \"selling_price\": 63.75,\n            \"available_quantity\": 82,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"ecf2483c-1efb-4e6d-873a-895ade23bf10\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Acemiz-S Tablet\",\n            \"brand_name\": \"Lupin Ltd\",\n            \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n            \"price\": 115.44,\n            \"discount_percentage\": 7,\n            \"selling_price\": 107.36,\n            \"available_quantity\": 200,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"e9b7bece-ffe6-4212-ae03-ad14478ff973\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amplinak Opthalmic Suspension\",\n            \"brand_name\": \"Allergan India Pvt Ltd\",\n            \"generic_name\": \"Nepafenac (0.1% w/v)\",\n            \"price\": 319.76,\n            \"discount_percentage\": 3,\n            \"selling_price\": 310.17,\n            \"available_quantity\": 129,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"bottle of 5 ml Opthalmic Suspension\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"06382f37-9ddd-4632-8727-3fdbf0ed7aab\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Albutamol Plus Tablet\",\n            \"brand_name\": \"Centaur Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Salbutamol (NA) Etofylline (NA)\",\n            \"price\": 46.16,\n            \"discount_percentage\": 18,\n            \"selling_price\": 37.85,\n            \"available_quantity\": 391,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"31bc5b39-4d8b-45e1-86ee-9b9f6d13bdad\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aciloc RD 20 Tablet\",\n            \"brand_name\": \"Cadila Pharmaceuticals Ltd\",\n            \"generic_name\": \"Domperidone (10mg) Omeprazole (20mg)\",\n            \"price\": 77,\n            \"discount_percentage\": 1,\n            \"selling_price\": 76.23,\n            \"available_quantity\": 270,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 15 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d6bf2922-c5e3-4735-a844-c021fc4d6473\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alkaliser Syrup\",\n            \"brand_name\": \"Life Sciences Inc\",\n            \"generic_name\": \"Disodium Hydrogen Citrate (NA)\",\n            \"price\": 45,\n            \"discount_percentage\": 14,\n            \"selling_price\": 38.7,\n            \"available_quantity\": 477,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"56f76d90-7787-43e2-b44a-7fafde84fc31\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Antrum-DSR Capsule Capsule SR\",\n            \"brand_name\": \"Codon Pharma Private Limited\",\n            \"generic_name\": \"Domperidone (30mg) Rabeprazole (20mg)\",\n            \"price\": 95,\n            \"discount_percentage\": 24,\n            \"selling_price\": 72.2,\n            \"available_quantity\": 269,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsule sr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f5844e30-f14b-4493-9b9f-0272a714daf6\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Acenova P Tablet\",\n            \"brand_name\": \"Synchem Lab\",\n            \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n            \"price\": 42.3,\n            \"discount_percentage\": 0,\n            \"selling_price\": 42.3,\n            \"available_quantity\": 170,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:51.622696+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"25db7d89-48b4-49ec-ae98-ee57f4a96cc1\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aziford 500mg Tablet\",\n            \"brand_name\": \"Leeford Healthcare Ltd\",\n            \"generic_name\": \"Azithromycin (500mg)\",\n            \"price\": 64.9,\n            \"discount_percentage\": 3,\n            \"selling_price\": 62.95,\n            \"available_quantity\": 398,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 3 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"502e0bc1-e98f-47c5-afa7-5518a2f3962d\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amlovas 2.5 Tablet\",\n            \"brand_name\": \"Macleods Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Amlodipine (2.5mg)\",\n            \"price\": 30.85,\n            \"discount_percentage\": 13,\n            \"selling_price\": 26.84,\n            \"available_quantity\": 356,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 15 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"cb306774-a18f-4698-b417-b440f26173ca\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aziwok-XL 200 Liquid\",\n            \"brand_name\": \"Dr Reddy's Laboratories Ltd\",\n            \"generic_name\": \"Azithromycin (200mg/5ml)\",\n            \"price\": 114.58,\n            \"discount_percentage\": 9,\n            \"selling_price\": 104.27,\n            \"available_quantity\": 239,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"bottle of 30 ml Suspension\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b5a81a69-9653-4199-8009-85e13e89838e\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Acnex 20 Capsule\",\n            \"brand_name\": \"Torrent Pharmaceuticals Ltd\",\n            \"generic_name\": \"Isotretinoin (20mg)\",\n            \"price\": 159.5,\n            \"discount_percentage\": 7,\n            \"selling_price\": 148.34,\n            \"available_quantity\": 395,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 soft gelatin capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"20fdd984-6d6c-4633-892d-4bf8a203319e\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aqualube Liquigel\",\n            \"brand_name\": \"Ajanta Pharma Ltd\",\n            \"generic_name\": \"Carboxymethylcellulose (0.5% w/v) Glycerin (1% w/v)\",\n            \"price\": 239,\n            \"discount_percentage\": 23,\n            \"selling_price\": 184.03,\n            \"available_quantity\": 191,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 10 ml Eye Drop\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"98908408-08a7-43c4-a502-ceab6a16630a\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Axogurd  Capsule\",\n            \"brand_name\": \"Alembic Pharmaceuticals Ltd\",\n            \"generic_name\": \"Methylcobalamin (750mcg) Pregabalin (75mg)\",\n            \"price\": 192,\n            \"discount_percentage\": 11,\n            \"selling_price\": 170.88,\n            \"available_quantity\": 247,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"3bfb11a7-f1ac-4abf-b748-db9c1621b187\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Acitrin 10mg Capsule\",\n            \"brand_name\": \"Ipca Laboratories Ltd\",\n            \"generic_name\": \"Acitretin (10mg)\",\n            \"price\": 358.56,\n            \"discount_percentage\": 8,\n            \"selling_price\": 329.88,\n            \"available_quantity\": 345,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"94504e3d-7753-47fa-9de0-c2400efa156e\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Arorab-DSR Capsule\",\n            \"brand_name\": \"Aareen Healthcare Pvt Ltd\",\n            \"generic_name\": \"Domperidone (30mg) Rabeprazole (20mg)\",\n            \"price\": 89.9,\n            \"discount_percentage\": 1,\n            \"selling_price\": 89,\n            \"available_quantity\": 314,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsule sr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"03ff4807-6a36-4f05-b011-599b7d30e9c9\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aurosol Eye Drop\",\n            \"brand_name\": \"Aurolab\",\n            \"generic_name\": \"Hydroxypropylmethylcellulose (0.7% w/v)\",\n            \"price\": 55,\n            \"discount_percentage\": 2,\n            \"selling_price\": 53.9,\n            \"available_quantity\": 331,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 5 ml Eye Drop\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b867e239-eadd-4a3f-913b-be9fefe6246c\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Addkay Tablet PR\",\n            \"brand_name\": \"Steadfast Medishield Pvt Ltd\",\n            \"generic_name\": \"Potassium Chloride (750mg)\",\n            \"price\": 100,\n            \"discount_percentage\": 16,\n            \"selling_price\": 84,\n            \"available_quantity\": 279,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 Tablet pr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"38af6f21-4a48-464e-ba63-3320776df765\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aclind BP 2.5% Gel\",\n            \"brand_name\": \"Mohrish Pharmaceuticals\",\n            \"generic_name\": \"Benzoyl Peroxide (2.5% w/w) Clindamycin (1% w/w)\",\n            \"price\": 215,\n            \"discount_percentage\": 14,\n            \"selling_price\": 184.9,\n            \"available_quantity\": 207,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"tube of 15 gm Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"02eb8fc8-af0b-4f47-aae3-18286cca769f\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Adiff Gel\",\n            \"brand_name\": \"Ipca Laboratories Ltd\",\n            \"generic_name\": \"Adapalene (0.1% w/w)\",\n            \"price\": 180,\n            \"discount_percentage\": 17,\n            \"selling_price\": 149.4,\n            \"available_quantity\": 503,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"tube of 15 gm Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"371e9231-6a08-4cfd-9303-bbac82462358\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amlosafe-LS 5/5 Tablet\",\n            \"brand_name\": \"Aristo Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Amlodipine (5mg) Lisinopril (5mg)\",\n            \"price\": 102,\n            \"discount_percentage\": 16,\n            \"selling_price\": 85.68,\n            \"available_quantity\": 128,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"6ddfe0c7-de42-4e25-b287-2375b6f0bd04\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aciban DSR Capsule\",\n            \"brand_name\": \"Cadila Pharmaceuticals Ltd\",\n            \"generic_name\": \"Domperidone (30mg) Pantoprazole (40mg)\",\n            \"price\": 141.5,\n            \"discount_percentage\": 2,\n            \"selling_price\": 138.67,\n            \"available_quantity\": 428,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsule sr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"ac7e560a-7e15-4d7b-92bc-c294e86c7907\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Acecare SP Tablet\",\n            \"brand_name\": \"Hicare Pharma\",\n            \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n            \"price\": 63,\n            \"discount_percentage\": 4,\n            \"selling_price\": 60.48,\n            \"available_quantity\": 317,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"81db91fe-7e4b-4bdd-bb06-9a3b1a4a0599\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alkasol Oral Solution Sugar Free\",\n            \"brand_name\": \"Stadmed Pvt Ltd\",\n            \"generic_name\": \"Disodium Hydrogen Citrate (1.4gm/5ml)\",\n            \"price\": 208.82,\n            \"discount_percentage\": 24,\n            \"selling_price\": 158.7,\n            \"available_quantity\": 451,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"bottle of 200 ml Oral Solution\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"48c6d515-50b7-4aa6-a686-737d718b29d9\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amilab 500mg Injection\",\n            \"brand_name\": \"Laborate Pharmaceuticals India Ltd\",\n            \"generic_name\": \"Amikacin (500mg)\",\n            \"price\": 58,\n            \"discount_percentage\": 16,\n            \"selling_price\": 48.72,\n            \"available_quantity\": 226,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 2 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"cb9c6f17-5eb1-455c-b521-b542f719c686\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Arbitel-Trio 25 Tablet ER\",\n            \"brand_name\": \"Micro Labs Ltd\",\n            \"generic_name\": \"Cilnidipine (10mg) Metoprolol Succinate (25mg)\",\n            \"price\": 118,\n            \"discount_percentage\": 20,\n            \"selling_price\": 94.4,\n            \"available_quantity\": 31,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablet er\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"6bea6524-35f9-4915-9e52-8e06f5b0e0cd\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Azee 100mg Dry Syrup Peppermint\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Azithromycin (100mg/5ml)\",\n            \"price\": 45.88,\n            \"discount_percentage\": 4,\n            \"selling_price\": 44.04,\n            \"available_quantity\": 115,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 15 ml Suspension\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b3f3a55b-903d-4953-a5ff-077ff4099d6f\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alkacip Syrup\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Disodium Hydrogen Citrate (1.53gm/5ml)\",\n            \"price\": 77,\n            \"discount_percentage\": 10,\n            \"selling_price\": 69.3,\n            \"available_quantity\": 76,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"c13793d7-2c91-4925-9809-4ba1c246b330\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alkasol Oral Solution\",\n            \"brand_name\": \"Stadmed Pvt Ltd\",\n            \"generic_name\": \"Disodium Hydrogen Citrate (1.4gm/5ml)\",\n            \"price\": 122.05,\n            \"discount_percentage\": 23,\n            \"selling_price\": 93.98,\n            \"available_quantity\": 299,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Oral Solution\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"59429282-7ab6-458e-990d-21e005592bb3\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Acifix Suspension\",\n            \"brand_name\": \"Morepen Laboratories Ltd\",\n            \"generic_name\": \"Aluminium Hydroxide (125mg) Magnesium (250mg)\",\n            \"price\": 56.7,\n            \"discount_percentage\": 14,\n            \"selling_price\": 48.76,\n            \"available_quantity\": 320,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 180 ml Suspension\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"496bd435-c355-418c-bf3a-5bc3efc8d6a7\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Azilide 200mg/5ml Dry Syrup\",\n            \"brand_name\": \"Micro Labs Ltd\",\n            \"generic_name\": \"Azithromycin (200mg/5ml)\",\n            \"price\": 64.97,\n            \"discount_percentage\": 24,\n            \"selling_price\": 49.38,\n            \"available_quantity\": 342,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 30 ml Dry Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"7b4687d3-e5e0-4e8b-892c-f46916a50a13\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Azikem 200mg/5ml Suspension\",\n            \"brand_name\": \"Alkem Laboratories Ltd\",\n            \"generic_name\": \"Azithromycin (200mg/5ml)\",\n            \"price\": 51.7,\n            \"discount_percentage\": 6,\n            \"selling_price\": 48.6,\n            \"available_quantity\": 257,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 15 ml Suspension\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"56a7d6af-daab-429c-8ef8-d650c5976cb5\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amoxyclav 1000 mg/200 mg Injection\",\n            \"brand_name\": \"Abbott\",\n            \"generic_name\": \"Amoxycillin  (1000mg) Clavulanic Acid (200mg)\",\n            \"price\": 62.5,\n            \"discount_percentage\": 13,\n            \"selling_price\": 54.38,\n            \"available_quantity\": 45,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"vial of 1 Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"0a7c5a38-6321-4334-a9cd-1181ddf46e56\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amonext Cream\",\n            \"brand_name\": \"Ethinext Pharma\",\n            \"generic_name\": \"Amorolfine (0.25% w/w)\",\n            \"price\": 290,\n            \"discount_percentage\": 24,\n            \"selling_price\": 220.4,\n            \"available_quantity\": 494,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 30 gm Cream\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"16abbde8-0b9b-4904-9ed2-be3ca7dad6ef\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Adapure Gel\",\n            \"brand_name\": \"Iceberg Healthcare Pvt Ltd\",\n            \"generic_name\": \"Adapalene (0.1% w/w) Benzoyl Peroxide (2.5% w/w)\",\n            \"price\": 280,\n            \"discount_percentage\": 19,\n            \"selling_price\": 226.8,\n            \"available_quantity\": 142,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 20 gm Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"173bdcbc-b4da-4515-ac4a-651e260b957e\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Air-M Tablet\",\n            \"brand_name\": \"Systopic Laboratories Pvt Ltd\",\n            \"generic_name\": \"Montelukast (10mg) Fexofenadine (120mg)\",\n            \"price\": 69,\n            \"discount_percentage\": 8,\n            \"selling_price\": 63.48,\n            \"available_quantity\": 31,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"fa232a37-9fc5-4043-b647-3426c45b8386\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Asomex-D Tablet\",\n            \"brand_name\": \"Emcure Pharmaceuticals Ltd\",\n            \"generic_name\": \"Amlodipine (2.5mg) Hydrochlorothiazide (12.5mg)\",\n            \"price\": 126.15,\n            \"discount_percentage\": 2,\n            \"selling_price\": 123.63,\n            \"available_quantity\": 209,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 15 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"5383df1f-9f05-4411-8498-919a6e229de2\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Acefen SP Tablet\",\n            \"brand_name\": \"Salud Care India Pvt Ltd\",\n            \"generic_name\": \"Aceclofenac (100mg) Paracetamol (500mg)\",\n            \"price\": 61.02,\n            \"discount_percentage\": 12,\n            \"selling_price\": 53.7,\n            \"available_quantity\": 52,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f95958ea-72d1-44a9-a06a-6d0ca7ef8cb8\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amipride 100 Tablet\",\n            \"brand_name\": \"Talent India \",\n            \"generic_name\": \"Amisulpride (100mg)\",\n            \"price\": 140,\n            \"discount_percentage\": 21,\n            \"selling_price\": 110.6,\n            \"available_quantity\": 169,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"dc36e5e7-2b68-4e40-b3ab-245de3b5f4c9\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Althrocin 500 Tablet\",\n            \"brand_name\": \"Alembic Pharmaceuticals Ltd\",\n            \"generic_name\": \"Erythromycin (500mg)\",\n            \"price\": 110.3,\n            \"discount_percentage\": 6,\n            \"selling_price\": 103.68,\n            \"available_quantity\": 108,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"5d5280ce-63d7-461f-8bf5-c8092fd7c85b\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amphonex 50mg Injection\",\n            \"brand_name\": \"Bharat Serums & Vaccines Ltd\",\n            \"generic_name\": \"Liposomal Amphotericin B (50mg)\",\n            \"price\": 6890,\n            \"discount_percentage\": 4,\n            \"selling_price\": 6614.4,\n            \"available_quantity\": 472,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 1 Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"24e55110-95e2-4ac1-a4b4-dd89f8de5ba5\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Anfoe 6000IU Injection\",\n            \"brand_name\": \"La Renon Healthcare Pvt Ltd\",\n            \"generic_name\": \"Recombinant Human Erythropoietin Alfa (6000IU)\",\n            \"price\": 2000,\n            \"discount_percentage\": 11,\n            \"selling_price\": 1780,\n            \"available_quantity\": 258,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 1 Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b96d87c1-aae6-416e-bef6-820e789e5e33\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Asthavent 100mcg Inhaler\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Salbutamol (100mcg)\",\n            \"price\": 102.74,\n            \"discount_percentage\": 21,\n            \"selling_price\": 81.16,\n            \"available_quantity\": 461,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"box of 200 MDI Inhaler\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"cac57842-279f-4cda-aec1-d7628f890cbf\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Abpress PF Eye Drop\",\n            \"brand_name\": \"Entod Pharmaceuticals Ltd\",\n            \"generic_name\": \"Timolol (0.5% w/v) Brimonidine (0.15% w/v)\",\n            \"price\": 437.5,\n            \"discount_percentage\": 3,\n            \"selling_price\": 424.38,\n            \"available_quantity\": 460,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 10 ml Eye Drop\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"23470748-b6ad-438d-8b0c-478ea4a0f74a\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Avapar Tablet\",\n            \"brand_name\": \"Khandelwal Laboratories Pvt Ltd\",\n            \"generic_name\": \"Camylofin (50mg) Diclofenac (50mg)\",\n            \"price\": 53.41,\n            \"discount_percentage\": 0,\n            \"selling_price\": 53.41,\n            \"available_quantity\": 269,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"77ba097b-db3b-485e-8c66-254d3fc71762\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aquaray Plus  Eye Drop\",\n            \"brand_name\": \"Raymed Pharmaceuticals Ltd\",\n            \"generic_name\": \"Sodium Hyaluronate (0.18% w/v)\",\n            \"price\": 495,\n            \"discount_percentage\": 20,\n            \"selling_price\": 396,\n            \"available_quantity\": 432,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 10 ml Eye Drop\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"83ed8132-2c28-43b4-a725-6d0e8c7e9777\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"A Doxid 100mg Capsule\",\n            \"brand_name\": \"Eskon Pharma\",\n            \"generic_name\": \"Doxycycline (100mg)\",\n            \"price\": 26.3,\n            \"discount_percentage\": 17,\n            \"selling_price\": 21.83,\n            \"available_quantity\": 185,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"3db3fa0a-da1c-4745-aa66-ff50a7718102\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alex Cough Lozenges Sugar Free\",\n            \"brand_name\": \"Glenmark Pharmaceuticals Ltd\",\n            \"generic_name\": \"Dextromethorphan Hydrobromide (5mg)\",\n            \"price\": 111,\n            \"discount_percentage\": 9,\n            \"selling_price\": 101.01,\n            \"available_quantity\": 370,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 lozenges\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"cde89dc3-9eed-4eef-8ba8-c852c0e90384\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atormac CV10 Capsule\",\n            \"brand_name\": \"Macleods Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Atorvastatin (10mg) Clopidogrel (75mg)\",\n            \"price\": 203,\n            \"discount_percentage\": 4,\n            \"selling_price\": 194.88,\n            \"available_quantity\": 365,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"4aa17f91-847b-40bf-9578-7f62c9d2c89c\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Adaple-C Gel\",\n            \"brand_name\": \"Wallace Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Adapalene (0.1% w/w) Clindamycin (1% w/w)\",\n            \"price\": 272,\n            \"discount_percentage\": 22,\n            \"selling_price\": 212.16,\n            \"available_quantity\": 476,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"tube of 15 gm Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"4630b254-0022-4368-ba8c-6c547b89b7a4\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azel 80 Capsule\",\n            \"brand_name\": \"Dr Reddy's Laboratories Ltd\",\n            \"generic_name\": \"Enzalutamide (80mg)\",\n            \"price\": 8700,\n            \"discount_percentage\": 1,\n            \"selling_price\": 8613,\n            \"available_quantity\": 255,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 14 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"9fc547a4-4e3e-46cd-8d00-9b45419980d8\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Acivir Eye Ointment\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Acyclovir (3% w/w)\",\n            \"price\": 58.11,\n            \"discount_percentage\": 19,\n            \"selling_price\": 47.07,\n            \"available_quantity\": 505,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"tube of 5 gm Eye Ointment\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"0d128227-ba73-4093-85a8-d45e797973e0\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Anabel-CT Gel\",\n            \"brand_name\": \"Group Pharmaceuticals Ltd\",\n            \"generic_name\": \"Choline Salicylate (8.7% w/w) Lidocaine (2% w/w)\",\n            \"price\": 88,\n            \"discount_percentage\": 21,\n            \"selling_price\": 69.52,\n            \"available_quantity\": 197,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"tube of 10 gm Dental Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"212f76fa-c660-433f-bcd9-190785d6492f\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aquamet 50mcg Nasal Spray\",\n            \"brand_name\": \"Sun Pharmaceutical Industries Ltd\",\n            \"generic_name\": \"Mometasone (50mcg)\",\n            \"price\": 350,\n            \"discount_percentage\": 2,\n            \"selling_price\": 343,\n            \"available_quantity\": 237,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 1 ml Nasal Spray\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"7b0105fa-1154-40be-9b4e-bba0a90407a9\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ambrolite D Syrup\",\n            \"brand_name\": \"Tablets India Limited\",\n            \"generic_name\": \"Pseudoephedrine (30mg) Dextromethorphan Hydrobromide (10mg)\",\n            \"price\": 75.25,\n            \"discount_percentage\": 20,\n            \"selling_price\": 60.2,\n            \"available_quantity\": 70,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"e3f55092-6d7d-467d-bd61-829b92ce406e\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ascodex BR Syrup\",\n            \"brand_name\": \"Glenmark Pharmaceuticals Ltd\",\n            \"generic_name\": \"Guaifenesin (50mg/5ml) Terbutaline (1.25mg/5ml)\",\n            \"price\": 52.5,\n            \"discount_percentage\": 4,\n            \"selling_price\": 50.4,\n            \"available_quantity\": 278,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 60 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"80428824-aa22-4463-a4e9-c9faf25af1c2\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ascoril Plus Expectorant\",\n            \"brand_name\": \"Glenmark Pharmaceuticals Ltd\",\n            \"generic_name\": \"Bromhexine (2mg/5ml) Guaifenesin (50mg/5ml)\",\n            \"price\": 182,\n            \"discount_percentage\": 1,\n            \"selling_price\": 180.18,\n            \"available_quantity\": 256,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 200 ml Expectorant\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"c6fec155-3ae2-4b8c-bd7f-f2b03fa8bc47\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"A-Phyl 100 Capsule\",\n            \"brand_name\": \"Franco-Indian Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Acebrophylline (100mg)\",\n            \"price\": 116,\n            \"discount_percentage\": 24,\n            \"selling_price\": 88.16,\n            \"available_quantity\": 52,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"fd3b55a2-31e7-4ee4-814a-a68908fecaa1\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Adrelin Injection\",\n            \"brand_name\": \"Klar Sehen Pvt Ltd\",\n            \"generic_name\": \"Adrenaline (NA)\",\n            \"price\": 84,\n            \"discount_percentage\": 14,\n            \"selling_price\": 72.24,\n            \"available_quantity\": 248,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 1 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"adc5096b-cdab-474e-afc8-00bed7864b9c\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aqueous  Eye Drop\",\n            \"brand_name\": \"Optho Pharma Pvt Ltd\",\n            \"generic_name\": \"Carboxymethylcellulose (0.5% w/v)\",\n            \"price\": 118,\n            \"discount_percentage\": 4,\n            \"selling_price\": 113.28,\n            \"available_quantity\": 24,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 10 ml Eye Drop\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"6e2e49a1-4194-4ba5-9775-47b090ae24bf\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ambrodil-D Junior Syrup\",\n            \"brand_name\": \"Aristo Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Chlorpheniramine Maleate (2mg/5ml) Dextromethorphan Hydrobromide (10mg/5ml)\",\n            \"price\": 48.87,\n            \"discount_percentage\": 12,\n            \"selling_price\": 43.01,\n            \"available_quantity\": 269,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 60 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"e9737e7a-3a9f-44f1-8cf8-bd60a844e109\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Acucort 100mg Injection\",\n            \"brand_name\": \"Macleods Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Hydrocortisone (100mg)\",\n            \"price\": 40.94,\n            \"discount_percentage\": 9,\n            \"selling_price\": 37.26,\n            \"available_quantity\": 155,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 5 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"91b19ec7-52e2-480b-a12d-cfee900a838b\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Acnovate-Trio Gel\",\n            \"brand_name\": \"Apex Laboratories Pvt Ltd\",\n            \"generic_name\": \"Adapalene (0.1% w/w) Benzoyl Peroxide (2.5% w/w)\",\n            \"price\": 373.8,\n            \"discount_percentage\": 6,\n            \"selling_price\": 351.37,\n            \"available_quantity\": 40,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 15 gm Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b3467003-73c1-4e00-b53a-f2c39663808b\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azomycin 500 Tablet\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Azithromycin (500mg)\",\n            \"price\": 71.7,\n            \"discount_percentage\": 1,\n            \"selling_price\": 70.98,\n            \"available_quantity\": 231,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 3 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"e7c3bb99-1e80-4bab-a96b-206b566776c8\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alimnator Cream\",\n            \"brand_name\": \"Cadila Pharmaceuticals Ltd\",\n            \"generic_name\": \"Amorolfine (0.25% w/w)\",\n            \"price\": 199,\n            \"discount_percentage\": 3,\n            \"selling_price\": 193.03,\n            \"available_quantity\": 299,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 30 gm Cream\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"0f542c9a-8552-431a-99f1-3faafafd3158\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Ambulax Tablet\",\n            \"brand_name\": \"Unimarck Pharma India Ltd\",\n            \"generic_name\": \"Alprazolam (0.25mg) Propranolol (20mg)\",\n            \"price\": 101.25,\n            \"discount_percentage\": 14,\n            \"selling_price\": 87.08,\n            \"available_quantity\": 219,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 15 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"bacfa851-2df6-4527-93c7-4e3493d45e2c\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Appe Eye Drop\",\n            \"brand_name\": \"AAR ESS Remedies Pvt Ltd\",\n            \"generic_name\": \"Polyethylene Glycol (0.4% w/v) Propylene Glycol (0.3% w/v)\",\n            \"price\": 194,\n            \"discount_percentage\": 23,\n            \"selling_price\": 149.38,\n            \"available_quantity\": 116,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 10 ml Ophthalmic Solution\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"3aff93f0-68fa-4ed5-8d17-4e3ce5c0ee88\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ascovent 100mg Capsule\",\n            \"brand_name\": \"Glenmark Pharmaceuticals Ltd\",\n            \"generic_name\": \"Acebrophylline (100mg)\",\n            \"price\": 132.5,\n            \"discount_percentage\": 0,\n            \"selling_price\": 132.5,\n            \"available_quantity\": 283,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"32d49953-2379-45f4-b26d-be80cfc746c9\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Azmarda 50mg Tablet\",\n            \"brand_name\": \"J B Chemicals and Pharmaceuticals Ltd\",\n            \"generic_name\": \"Sacubitril (24mg) Valsartan (26mg)\",\n            \"price\": 1092.03,\n            \"discount_percentage\": 23,\n            \"selling_price\": 840.86,\n            \"available_quantity\": 103,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 14 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"02e4556a-b5c4-4767-acf2-264ff0611b0d\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Acolate DS Suspension\",\n            \"brand_name\": \"Gujarat Terce Laboratories Ltd\",\n            \"generic_name\": \"Chlorpheniramine Maleate (2mg) Paracetamol (250mg)\",\n            \"price\": 63.5,\n            \"discount_percentage\": 3,\n            \"selling_price\": 61.59,\n            \"available_quantity\": 418,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 60 ml Suspension\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f521ad70-0465-4fd6-9ee8-099c33ff414c\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Atorlip CV 20 Capsule\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Atorvastatin (20mg) Clopidogrel (75mg)\",\n            \"price\": 206.1,\n            \"discount_percentage\": 6,\n            \"selling_price\": 193.73,\n            \"available_quantity\": 494,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"7f494106-0ddf-4a59-aab2-7e0b7ede77fc\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Ambilon 50mg Injection\",\n            \"brand_name\": \"Celon Laboratories Ltd\",\n            \"generic_name\": \"Liposomal Amphotericin B (50mg)\",\n            \"price\": 8704.5,\n            \"discount_percentage\": 9,\n            \"selling_price\": 7921.1,\n            \"available_quantity\": 247,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 1 Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"0dae6c0b-21b1-42de-9527-a02e5c0f4a7d\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aroxyl Syrup\",\n            \"brand_name\": \"Leeford Healthcare Ltd\",\n            \"generic_name\": \"Guaifenesin (50mg) Terbutaline (1.25mg)\",\n            \"price\": 100,\n            \"discount_percentage\": 5,\n            \"selling_price\": 95,\n            \"available_quantity\": 221,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"770a9737-b7b0-411e-a4d0-7df6d216c039\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Azilide 200 Redimix\",\n            \"brand_name\": \"Micro Labs Ltd\",\n            \"generic_name\": \"Azithromycin (200mg/5ml)\",\n            \"price\": 57.4,\n            \"discount_percentage\": 5,\n            \"selling_price\": 54.53,\n            \"available_quantity\": 486,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 15 ml Suspension\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"e1c8e9d1-58bc-4d03-a1f8-bf8fe7099343\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Ambrodil-LX Syrup\",\n            \"brand_name\": \"Aristo Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Ambroxol (30mg/5ml) Levosalbutamol (1mg/5ml)\",\n            \"price\": 90.85,\n            \"discount_percentage\": 8,\n            \"selling_price\": 83.58,\n            \"available_quantity\": 371,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b9d7f898-dacc-4853-bac3-3345f49f9d1a\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atarax 25mg Tablet\",\n            \"brand_name\": \"Dr Reddy's Laboratories Ltd\",\n            \"generic_name\": \"Hydroxyzine (25mg)\",\n            \"price\": 85.5,\n            \"discount_percentage\": 3,\n            \"selling_price\": 82.94,\n            \"available_quantity\": 453,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 15 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"e1432d85-70df-4695-b1e7-30a256dc29d6\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azopt Opthalmic Suspension\",\n            \"brand_name\": \"Alcon Laboratories\",\n            \"generic_name\": \"Brinzolamide (1% w/v)\",\n            \"price\": 547,\n            \"discount_percentage\": 24,\n            \"selling_price\": 415.72,\n            \"available_quantity\": 210,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"bottle of 5 ml Eye Drop\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f4d7055c-bd8f-4ae3-a4e6-749f95098368\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Ambrodil-XP Syrup\",\n            \"brand_name\": \"Aristo Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Acebrophylline (50mg/5ml)\",\n            \"price\": 108,\n            \"discount_percentage\": 11,\n            \"selling_price\": 96.12,\n            \"available_quantity\": 59,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"74747080-fc41-46a1-b8ed-7f693006fdb8\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atorec CV 10 Capsule\",\n            \"brand_name\": \"Emcure Pharmaceuticals Ltd\",\n            \"generic_name\": \"Atorvastatin (10mg) Clopidogrel (75mg)\",\n            \"price\": 119.4,\n            \"discount_percentage\": 9,\n            \"selling_price\": 108.65,\n            \"available_quantity\": 240,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"7cea5435-c93e-4cb7-b030-4a4168dcc20e\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"App L Syrup\",\n            \"brand_name\": \"Vega Laboratories Pvt Ltd\",\n            \"generic_name\": \"Cyproheptadine (5ml)\",\n            \"price\": 80,\n            \"discount_percentage\": 24,\n            \"selling_price\": 60.8,\n            \"available_quantity\": 171,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 200 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"0e78c0c2-d299-4540-86ca-f55bc103c1af\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Adabor Gel\",\n            \"brand_name\": \"Hetero Drugs Ltd\",\n            \"generic_name\": \"Adapalene (0.1% w/w) Benzoyl Peroxide (2.5% w/w)\",\n            \"price\": 370,\n            \"discount_percentage\": 21,\n            \"selling_price\": 292.3,\n            \"available_quantity\": 495,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 15 gm Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"3c645b8a-84ee-4e94-b784-511b8980d430\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Actibile 300 Tablet\",\n            \"brand_name\": \"Zydus Cadila\",\n            \"generic_name\": \"Ursodeoxycholic Acid (300mg)\",\n            \"price\": 398.3,\n            \"discount_percentage\": 1,\n            \"selling_price\": 394.32,\n            \"available_quantity\": 497,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d57af28e-ca21-441c-9dc0-c8e2b3b4b3ca\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azimax 100 Dry Syrup\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Azithromycin (100mg/5ml)\",\n            \"price\": 41.71,\n            \"discount_percentage\": 19,\n            \"selling_price\": 33.79,\n            \"available_quantity\": 223,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 15 ml Dry Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"8b18261c-0b96-436d-81bf-25b85b5a77dc\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Advastat Gold 75mg/10mg/75mg Capsule\",\n            \"brand_name\": \"Fusion Healthcare Pvt Ltd\",\n            \"generic_name\": \"Aspirin (75mg) Rosuvastatin (10mg)\",\n            \"price\": 204,\n            \"discount_percentage\": 11,\n            \"selling_price\": 181.56,\n            \"available_quantity\": 32,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"8cfaff8a-c4af-45c5-a8bd-da857f2ff42e\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"AF-K Lotion\",\n            \"brand_name\": \"Systopic Laboratories Pvt Ltd\",\n            \"generic_name\": \"Ketoconazole (2% w/v) Zinc pyrithione (1% w/v)\",\n            \"price\": 188,\n            \"discount_percentage\": 7,\n            \"selling_price\": 174.84,\n            \"available_quantity\": 73,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"bottle of 100 ml Lotion\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"bb9d0812-2ded-4823-9b89-985faa3acaba\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Atropine Sulphate 0.6mg Infusion\",\n            \"brand_name\": \"Samarth Life Sciences Pvt Ltd\",\n            \"generic_name\": \"Atropine (0.6mg)\",\n            \"price\": 209.52,\n            \"discount_percentage\": 24,\n            \"selling_price\": 159.24,\n            \"available_quantity\": 406,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 50 ml Infusion\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"57322f30-bebe-4b0f-bf0a-f7e5f8fa3889\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aciloc 300 Tablet\",\n            \"brand_name\": \"Cadila Pharmaceuticals Ltd\",\n            \"generic_name\": \"Ranitidine (300mg)\",\n            \"price\": 50,\n            \"discount_percentage\": 7,\n            \"selling_price\": 46.5,\n            \"available_quantity\": 454,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 20 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"a1c91ed6-6cf4-49a5-a5bf-b06aa7b69334\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Actiheal-D Tablet\",\n            \"brand_name\": \"Macleods Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Trypsin (48mg) Bromelain (90mg)\",\n            \"price\": 281.5,\n            \"discount_percentage\": 21,\n            \"selling_price\": 222.38,\n            \"available_quantity\": 114,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"0f4d4b9a-edf6-4dea-9684-b10abefc2f25\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alerchek Ophthalmic Solution\",\n            \"brand_name\": \"Indoco Remedies Ltd\",\n            \"generic_name\": \"Olopatadine (0.1% w/v)\",\n            \"price\": 165,\n            \"discount_percentage\": 6,\n            \"selling_price\": 155.1,\n            \"available_quantity\": 320,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 5 ml Ophthalmic Solution\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"c2cb38d8-2683-44c0-a8dc-780a271a8b07\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Androfil 40mg Capsule\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Testosterone (40mg)\",\n            \"price\": 167.38,\n            \"discount_percentage\": 24,\n            \"selling_price\": 127.21,\n            \"available_quantity\": 190,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"7e322571-b6e4-484b-bdba-6fd41c71d1cc\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Augmed 228.5 Oral Suspension\",\n            \"brand_name\": \"Zydus Healthcare Limited\",\n            \"generic_name\": \"Amoxycillin  (200mg) Clavulanic Acid (28.5mg)\",\n            \"price\": 60.8,\n            \"discount_percentage\": 0,\n            \"selling_price\": 60.8,\n            \"available_quantity\": 487,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 30 ml Oral Suspension\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"244982c0-e256-4c37-8019-e20a9a792c7a\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amrofast Cream\",\n            \"brand_name\": \"Uniza Healthcare LLP\",\n            \"generic_name\": \"Amorolfine (0.25% w/w)\",\n            \"price\": 270,\n            \"discount_percentage\": 2,\n            \"selling_price\": 264.6,\n            \"available_quantity\": 276,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 30 gm Cream\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"ecceeb04-35c3-4335-bd7d-7c9f96646070\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amlip 5 Tablet\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Amlodipine (5mg)\",\n            \"price\": 32.36,\n            \"discount_percentage\": 17,\n            \"selling_price\": 26.86,\n            \"available_quantity\": 353,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f4e59de3-2005-49f3-a730-ce6bed121b9e\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Axunil Nasal Spray\",\n            \"brand_name\": \"Eris Lifesciences Ltd\",\n            \"generic_name\": \"Fluticasone Propionate (27.5mcg)\",\n            \"price\": 369.6,\n            \"discount_percentage\": 6,\n            \"selling_price\": 347.42,\n            \"available_quantity\": 489,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 6 gm Nasal Spray\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"fbd7d01d-3cd0-4c51-9be8-7ccb01ee93bc\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amaryl MV 2mg Tablet SR\",\n            \"brand_name\": \"Sanofi India  Ltd\",\n            \"generic_name\": \"Glimepiride (2mg) Metformin (500mg)\",\n            \"price\": 213.42,\n            \"discount_percentage\": 24,\n            \"selling_price\": 162.2,\n            \"available_quantity\": 165,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 15 tablet sr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"59530060-5b4c-49e0-b1df-6537034798d3\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azeflo FT Nasal Spray\",\n            \"brand_name\": \"Lupin Ltd\",\n            \"generic_name\": \"Fluticasone Propionate (27.5mcg) Azelastine (140mcg)\",\n            \"price\": 525.2,\n            \"discount_percentage\": 5,\n            \"selling_price\": 498.94,\n            \"available_quantity\": 399,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"packet of 70 MDI Nasal Spray\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"4436bdfc-b3ac-4abd-898f-ffa9644bd533\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Apticyp Syrup\",\n            \"brand_name\": \"Uniphar Biotech Private Limited\",\n            \"generic_name\": \"Cyproheptadine (2mg) Tricholine Citrate (275mg)\",\n            \"price\": 66,\n            \"discount_percentage\": 3,\n            \"selling_price\": 64.02,\n            \"available_quantity\": 116,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 200 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"5d66c628-c936-41aa-a16b-7a3f2c32ea35\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Arbitel-Trio 50 Tablet ER\",\n            \"brand_name\": \"Micro Labs Ltd\",\n            \"generic_name\": \"Cilnidipine (10mg) Metoprolol Succinate (50mg)\",\n            \"price\": 146,\n            \"discount_percentage\": 6,\n            \"selling_price\": 137.24,\n            \"available_quantity\": 251,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablet er\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"3e69a49d-a0d6-4ecf-9b32-63133b26e88b\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Arkapres 100 Tablet\",\n            \"brand_name\": \"Biokindle Lifesciences Pvt Ltd\",\n            \"generic_name\": \"Clonidine (100mcg)\",\n            \"price\": 15.1,\n            \"discount_percentage\": 16,\n            \"selling_price\": 12.68,\n            \"available_quantity\": 275,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"fa357e13-baf1-4ccc-ae6c-e1668addc605\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Acneline Gel\",\n            \"brand_name\": \"IGP Medventures Pvt Ltd\",\n            \"generic_name\": \"Clindamycin (1% w/w) Nicotinamide (4% w/w)\",\n            \"price\": 75,\n            \"discount_percentage\": 20,\n            \"selling_price\": 60,\n            \"available_quantity\": 456,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 15 gm Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"e7228701-9c2c-4ace-955f-6424f190eebc\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Altispor 200 Capsule\",\n            \"brand_name\": \"Intas Pharmaceuticals Ltd\",\n            \"generic_name\": \"Itraconazole (200mg)\",\n            \"price\": 260,\n            \"discount_percentage\": 3,\n            \"selling_price\": 252.2,\n            \"available_quantity\": 38,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"23e12fa8-f418-499f-9dfc-736b17ea77df\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Acegaba 100 Capsule\",\n            \"brand_name\": \"Arinna Lifescience Pvt Ltd\",\n            \"generic_name\": \"Gabapentin (100mg)\",\n            \"price\": 79.15,\n            \"discount_percentage\": 6,\n            \"selling_price\": 74.4,\n            \"available_quantity\": 79,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"47d1697f-4a2d-428f-96fd-87b325558659\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Acivir 800 DT Tablet\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Acyclovir (800mg)\",\n            \"price\": 246.23,\n            \"discount_percentage\": 15,\n            \"selling_price\": 209.3,\n            \"available_quantity\": 196,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 5 tablet dt\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"879a715f-f39f-4f82-97b9-f3663964fbb6\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Arflur Lbp 200 mg/8 mg Capsule\",\n            \"brand_name\": \"FDC Ltd\",\n            \"generic_name\": \"Aceclofenac (200mg) Thiocolchicoside (8mg)\",\n            \"price\": 144,\n            \"discount_percentage\": 16,\n            \"selling_price\": 120.96,\n            \"available_quantity\": 16,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 5 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"5d9f2a71-65b4-4465-bc51-ae34b67bc892\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Auxisoda-EC 500 Tablet\",\n            \"brand_name\": \"Alniche Life Sciences Pvt Ltd\",\n            \"generic_name\": \"Sodium Bicarbonate (500mg)\",\n            \"price\": 49,\n            \"discount_percentage\": 10,\n            \"selling_price\": 44.1,\n            \"available_quantity\": 38,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"fbe51e28-4c0f-4094-829b-70a905653051\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Akynzeo 300mg/0.5mg Capsule\",\n            \"brand_name\": \"Glenmark Pharmaceuticals Ltd\",\n            \"generic_name\": \"Netupitant (300mg) Palonosetron (0.5mg)\",\n            \"price\": 6000,\n            \"discount_percentage\": 13,\n            \"selling_price\": 5220,\n            \"available_quantity\": 358,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 1 Capsule\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f3a14792-4c90-4762-8f08-2ed027d30335\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Afogatran 150 Capsule\",\n            \"brand_name\": \"Torrent Pharmaceuticals Ltd\",\n            \"generic_name\": \"Dabigatran Etexilate (150mg)\",\n            \"price\": 398,\n            \"discount_percentage\": 18,\n            \"selling_price\": 326.36,\n            \"available_quantity\": 137,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"9831cff2-bac9-4f85-a49b-7003a06b86d1\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"ACTH INJECTION\",\n            \"brand_name\": \"Ferring Pharmaceuticals\",\n            \"generic_name\": \"Gonadotrophins  Including Other Ovulation Stimulants (NA)\",\n            \"price\": 1510,\n            \"discount_percentage\": 15,\n            \"selling_price\": 1283.5,\n            \"available_quantity\": 200,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 5 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"cc684976-861e-4cb2-9ec4-465afd3ec1a4\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Acimol MR 100mg/325mg/250mg Tablet\",\n            \"brand_name\": \"Leeford Healthcare Ltd\",\n            \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n            \"price\": 65,\n            \"discount_percentage\": 15,\n            \"selling_price\": 55.25,\n            \"available_quantity\": 358,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"4cf24d35-0652-4ba0-84f5-0463e6998753\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Arigaba NT 100 Tablet\",\n            \"brand_name\": \"Arinna Lifescience Pvt Ltd\",\n            \"generic_name\": \"Gabapentin (100mg) Nortriptyline (10mg)\",\n            \"price\": 101.46,\n            \"discount_percentage\": 10,\n            \"selling_price\": 91.31,\n            \"available_quantity\": 390,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"5e2fcd58-9df0-455e-9957-4775f8892bc3\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Azibact LR Readymix 200\",\n            \"brand_name\": \"Ipca Laboratories Ltd\",\n            \"generic_name\": \"Azithromycin (200mg/5ml)\",\n            \"price\": 114.91,\n            \"discount_percentage\": 24,\n            \"selling_price\": 87.33,\n            \"available_quantity\": 320,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"bottle of 30 ml Oral Suspension\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"3768d0ca-1f61-4290-85e3-6f052425be14\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aziclass 200mg Syrup\",\n            \"brand_name\": \"Apex Laboratories Pvt Ltd\",\n            \"generic_name\": \"Azithromycin (200mg)\",\n            \"price\": 90.38,\n            \"discount_percentage\": 18,\n            \"selling_price\": 74.11,\n            \"available_quantity\": 16,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 30 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"fbbf3314-32e9-44e0-94bd-dedb7f7c51b8\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Ambrex Syrup\",\n            \"brand_name\": \"Strides shasun Ltd\",\n            \"generic_name\": \"Ambroxol (30mg/5ml) Menthol (0.5mg/5ml)\",\n            \"price\": 28,\n            \"discount_percentage\": 1,\n            \"selling_price\": 27.72,\n            \"available_quantity\": 145,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 60 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"ebb48110-0f7a-4014-93df-2c619709ebec\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alkof Q Tablet\",\n            \"brand_name\": \"Alkem Laboratories Ltd\",\n            \"generic_name\": \"Guaifenesin (NA) Phenylephrine (NA)\",\n            \"price\": 50,\n            \"discount_percentage\": 11,\n            \"selling_price\": 44.5,\n            \"available_quantity\": 68,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"42cd023e-1ad6-4cfe-93f9-744c1c3ff2e0\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Atazis Syrup\",\n            \"brand_name\": \"Leeford Healthcare Ltd\",\n            \"generic_name\": \"Hydroxyzine (10mg)\",\n            \"price\": 80,\n            \"discount_percentage\": 3,\n            \"selling_price\": 77.6,\n            \"available_quantity\": 129,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"52b5c57d-2394-434a-9fee-e461acef7b8e\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aeknil Injection\",\n            \"brand_name\": \"Therapeutic Pharmaceuticals\",\n            \"generic_name\": \"Paracetamol (150mg)\",\n            \"price\": 22.4,\n            \"discount_percentage\": 17,\n            \"selling_price\": 18.59,\n            \"available_quantity\": 265,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 15 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"dea71bf5-c4af-486e-ab23-c47e801f641c\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alkaline Citrate 1.4gm/5ml Liquid\",\n            \"brand_name\": \"Veritaz Healthcare Ltd\",\n            \"generic_name\": \"Disodium Hydrogen Citrate (1.4gm/5ml)\",\n            \"price\": 24.62,\n            \"discount_percentage\": 19,\n            \"selling_price\": 19.94,\n            \"available_quantity\": 354,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 120 ml Liquid\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"87ab6250-1835-4eb0-88e2-d6484fdf34a9\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alex Plus Paediatric Oral Drops\",\n            \"brand_name\": \"Glenmark Pharmaceuticals Ltd\",\n            \"generic_name\": \"Chlorpheniramine Maleate (2mg/ml) Phenylephrine (2.5mg/ml)\",\n            \"price\": 73,\n            \"discount_percentage\": 24,\n            \"selling_price\": 55.48,\n            \"available_quantity\": 496,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"packet of 15 ml Oral Drops\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"762a6b85-2faf-465e-bd9c-a021129fb9be\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atchol 40 Tablet\",\n            \"brand_name\": \"Aristo Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Atorvastatin (40mg)\",\n            \"price\": 96.22,\n            \"discount_percentage\": 2,\n            \"selling_price\": 94.3,\n            \"available_quantity\": 177,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"a2804bf4-a9ef-4e83-80c1-ede876778e32\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Allercet Cold Tablet\",\n            \"brand_name\": \"Micro Labs Ltd\",\n            \"generic_name\": \"Levocetirizine (5mg) Phenylephrine (10mg)\",\n            \"price\": 77,\n            \"discount_percentage\": 10,\n            \"selling_price\": 69.3,\n            \"available_quantity\": 505,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"533e6589-a2dd-4df3-9435-2773f0348bd1\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alday AG  Syrup\",\n            \"brand_name\": \"S H Pharmaceuticals Ltd\",\n            \"generic_name\": \"Ambroxol (30mg/5ml) Cetirizine (5mg/5ml)\",\n            \"price\": 95,\n            \"discount_percentage\": 12,\n            \"selling_price\": 83.6,\n            \"available_quantity\": 185,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 50 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"8120f16d-7823-4204-8992-96195d1eeaa6\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ascoril Flu Drops\",\n            \"brand_name\": \"Glenmark Pharmaceuticals Ltd\",\n            \"generic_name\": \"Chlorpheniramine Maleate (1mg/ml) Phenylephrine (2.5mg/ml)\",\n            \"price\": 67,\n            \"discount_percentage\": 20,\n            \"selling_price\": 53.6,\n            \"available_quantity\": 299,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"bottle of 15 ml Oral Drops\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"5ffae296-fb04-45db-a5b3-4f36f9b3149b\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Apetiz Syrup\",\n            \"brand_name\": \"Meridian Medicare Ltd\",\n            \"generic_name\": \"Cyproheptadine (2mg/5ml)\",\n            \"price\": 34.72,\n            \"discount_percentage\": 4,\n            \"selling_price\": 33.33,\n            \"available_quantity\": 127,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"8d5a5f8e-caee-4295-b312-bb4f0485284b\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Ambrocof LS Syrup\",\n            \"brand_name\": \"Mancare Labs Pvt Ltd\",\n            \"generic_name\": \"Ambroxol (30mg) Levosalbutamol (1mg)\",\n            \"price\": 59.93,\n            \"discount_percentage\": 23,\n            \"selling_price\": 46.15,\n            \"available_quantity\": 403,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"bda3a964-37b5-4554-b32d-4bc152825f07\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azithral Eye Ointment\",\n            \"brand_name\": \"Alembic Pharmaceuticals Ltd\",\n            \"generic_name\": \"Azithromycin (1% w/w)\",\n            \"price\": 146,\n            \"discount_percentage\": 8,\n            \"selling_price\": 134.32,\n            \"available_quantity\": 339,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"tube of 5 gm Eye Ointment\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"610d92eb-6eac-4793-8093-5d8a9a0d7e1c\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Adenosine 3mg Injection\",\n            \"brand_name\": \"Samarth Life Sciences Pvt Ltd\",\n            \"generic_name\": \"Adenosine (3mg)\",\n            \"price\": 208.02,\n            \"discount_percentage\": 18,\n            \"selling_price\": 170.58,\n            \"available_quantity\": 508,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"vial of 2 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"7f4625be-1164-4dc0-aef8-c70ca0a52cdd\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amox LB Capsule\",\n            \"brand_name\": \"Assam Chemical & Pharmaceutical Pvt Ltd\",\n            \"generic_name\": \"Amoxycillin (500mg) Lactobacillus (60Million spores)\",\n            \"price\": 62.45,\n            \"discount_percentage\": 13,\n            \"selling_price\": 54.33,\n            \"available_quantity\": 173,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"6bd4dbfd-8614-4760-bb93-58ec40993eec\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amitop M 5mg/1500mcg Tablet\",\n            \"brand_name\": \"Tas Med India Pvt Ltd\",\n            \"generic_name\": \"Amitriptyline (5mg) Methylcobalamin (1500mcg)\",\n            \"price\": 93,\n            \"discount_percentage\": 8,\n            \"selling_price\": 85.56,\n            \"available_quantity\": 300,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"50a649e0-8ebc-445e-baf2-078ba430e194\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amlip AT Tablet\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Amlodipine (5mg) Atenolol (50mg)\",\n            \"price\": 72.6,\n            \"discount_percentage\": 21,\n            \"selling_price\": 57.35,\n            \"available_quantity\": 235,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"17fdd6a3-088b-4aeb-91a6-ee58f3f5cdc9\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azithral 500 Tablet\",\n            \"brand_name\": \"Alembic Pharmaceuticals Ltd\",\n            \"generic_name\": \"Azithromycin (500mg)\",\n            \"price\": 132.36,\n            \"discount_percentage\": 3,\n            \"selling_price\": 128.39,\n            \"available_quantity\": 503,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 5 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"35d01d32-c257-42b9-a4bb-68b24794ca8a\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aculip H 12.5 mg/5 mg Tablet\",\n            \"brand_name\": \"Shine Pharmaceuticals Ltd\",\n            \"generic_name\": \"Amitriptyline (12.5mg) Chlordiazepoxide (5mg)\",\n            \"price\": 73.2,\n            \"discount_percentage\": 19,\n            \"selling_price\": 59.29,\n            \"available_quantity\": 81,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 20 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"0933d78c-9f42-4fbc-a513-cfcce74a6c47\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alburel-OS Solution For Infusion\",\n            \"brand_name\": \"Reliance Life Sciences\",\n            \"generic_name\": \"Albumin (20%)\",\n            \"price\": 6659.3,\n            \"discount_percentage\": 21,\n            \"selling_price\": 5260.85,\n            \"available_quantity\": 61,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"8923258c-7f68-441d-bef2-ff9cd6e0770d\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aerotrop-F Capsule\",\n            \"brand_name\": \"Macleods Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Formoterol (12mcg) Tiotropium (18mcg)\",\n            \"price\": 245,\n            \"discount_percentage\": 19,\n            \"selling_price\": 198.45,\n            \"available_quantity\": 26,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"221ee9f3-7750-44b4-b9d6-112b8b902344\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alphacept 8 Tablet\",\n            \"brand_name\": \"Lupin Ltd\",\n            \"generic_name\": \"Silodosin (8mg)\",\n            \"price\": 437.8,\n            \"discount_percentage\": 7,\n            \"selling_price\": 407.15,\n            \"available_quantity\": 349,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 15 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"fe788d81-7df8-4ff2-8d60-ef2875d33445\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aneket 10mg Injection\",\n            \"brand_name\": \"Neon Laboratories Ltd\",\n            \"generic_name\": \"Ketamine (10mg)\",\n            \"price\": 109.5,\n            \"discount_percentage\": 19,\n            \"selling_price\": 88.69,\n            \"available_quantity\": 223,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 10 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d5dba965-346c-486a-8dbb-dc3a075d8495\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alcinac RB 200mg/20mg Capsule\",\n            \"brand_name\": \"Leeford Healthcare Ltd\",\n            \"generic_name\": \"Aceclofenac (200mg) Rabeprazole (20mg)\",\n            \"price\": 34.5,\n            \"discount_percentage\": 17,\n            \"selling_price\": 28.63,\n            \"available_quantity\": 278,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"e3cecfc5-0e74-4a34-ba42-8bb2552a8941\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alzil-M 5 Tablet\",\n            \"brand_name\": \"Intas Pharmaceuticals Ltd\",\n            \"generic_name\": \"Donepezil (5mg) Memantine (5mg)\",\n            \"price\": 192,\n            \"discount_percentage\": 11,\n            \"selling_price\": 170.88,\n            \"available_quantity\": 221,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"db155700-c3bb-4c24-bae7-7bbb4a830743\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amlong 10 Tablet\",\n            \"brand_name\": \"Micro Labs Ltd\",\n            \"generic_name\": \"Amlodipine (10mg)\",\n            \"price\": 94.58,\n            \"discount_percentage\": 14,\n            \"selling_price\": 81.34,\n            \"available_quantity\": 257,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 15 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f7e6c6dc-a5ca-4669-bec3-7d3194e0d574\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aclind Gel\",\n            \"brand_name\": \"Mohrish Pharmaceuticals\",\n            \"generic_name\": \"Clindamycin (1% w/w)\",\n            \"price\": 80,\n            \"discount_percentage\": 12,\n            \"selling_price\": 70.4,\n            \"available_quantity\": 289,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 15 gm Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"bfaf08b1-30f4-4937-9e84-a033fb819dcd\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alfusin Tablet PR\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Alfuzosin (10mg)\",\n            \"price\": 298.67,\n            \"discount_percentage\": 6,\n            \"selling_price\": 280.75,\n            \"available_quantity\": 335,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 15 Tablet pr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b6dd64af-c6b0-4a5c-89c5-5ac9e9c00be6\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Atorfit CV 40 Capsule\",\n            \"brand_name\": \"Ajanta Pharma Ltd\",\n            \"generic_name\": \"Atorvastatin (40mg) Clopidogrel (75mg)\",\n            \"price\": 406,\n            \"discount_percentage\": 6,\n            \"selling_price\": 381.64,\n            \"available_quantity\": 312,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"bed8a8d4-7981-4711-a24f-20f451e3cda9\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Adaple 0.1% Gel\",\n            \"brand_name\": \"Wallace Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Adapalene (0.1% w/w)\",\n            \"price\": 80,\n            \"discount_percentage\": 9,\n            \"selling_price\": 72.8,\n            \"available_quantity\": 304,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 15 gm Gel\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"e0241817-5b51-4a10-9732-534050839fa6\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Atonide-H Cream\",\n            \"brand_name\": \"Curatio Healthcare India Pvt Ltd\",\n            \"generic_name\": \"Hydrocortisone (1% w/w)\",\n            \"price\": 195,\n            \"discount_percentage\": 5,\n            \"selling_price\": 185.25,\n            \"available_quantity\": 289,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"tube of 20 gm Cream\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"a7b93cc8-99db-4e1a-baa1-802f1c13ef43\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atchol CV Capsule\",\n            \"brand_name\": \"Aristo Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Atorvastatin (10mg) Clopidogrel (75mg)\",\n            \"price\": 101.5,\n            \"discount_percentage\": 16,\n            \"selling_price\": 85.26,\n            \"available_quantity\": 460,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"277851da-1faa-4e37-ab91-903bede49a52\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Advent 625 Tablet\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Amoxycillin  (500mg) Clavulanic Acid (125mg)\",\n            \"price\": 223.44,\n            \"discount_percentage\": 22,\n            \"selling_price\": 174.28,\n            \"available_quantity\": 239,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"7273477f-c049-4810-a0f1-6e6c8cecedf8\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Atchol 10 Tablet\",\n            \"brand_name\": \"Aristo Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Atorvastatin (10mg)\",\n            \"price\": 24.71,\n            \"discount_percentage\": 1,\n            \"selling_price\": 24.46,\n            \"available_quantity\": 74,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"ff4ad1d5-7124-4daf-b123-583be3f9a539\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amitone 25mg Tablet\",\n            \"brand_name\": \"Intas Pharmaceuticals Ltd\",\n            \"generic_name\": \"Amitriptyline (25mg)\",\n            \"price\": 27.54,\n            \"discount_percentage\": 17,\n            \"selling_price\": 22.86,\n            \"available_quantity\": 207,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"48aec37e-a3c5-43b1-ba3c-21e933b0950f\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aqua Plus Eye Drop\",\n            \"brand_name\": \"J B Chemicals and Pharmaceuticals Ltd\",\n            \"generic_name\": \"Hydroxypropylmethylcellulose (0.7% w/v)\",\n            \"price\": 18,\n            \"discount_percentage\": 15,\n            \"selling_price\": 15.3,\n            \"available_quantity\": 94,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 10 ml Eye Drop\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"0a74751a-c283-429c-85d6-f3f4748dedf3\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Agmaderm Cream\",\n            \"brand_name\": \"Amore Health Essentials Pvt Ltd\",\n            \"generic_name\": \"Clobetasol (0.05% w/w) Miconazole (2% w/w)\",\n            \"price\": 40,\n            \"discount_percentage\": 0,\n            \"selling_price\": 40,\n            \"available_quantity\": 276,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 15 gm Cream\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"6c030a09-94d1-4b01-bc65-2db76d4c6650\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amaryl M  1mg Tablet PR\",\n            \"brand_name\": \"Sanofi India  Ltd\",\n            \"generic_name\": \"Glimepiride (1mg) Metformin (500mg)\",\n            \"price\": 242.84,\n            \"discount_percentage\": 4,\n            \"selling_price\": 233.13,\n            \"available_quantity\": 165,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 20 Tablet pr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"8a262e97-4748-45a7-aa01-e76defb5fec5\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alkastar Syrup\",\n            \"brand_name\": \"Superstar Laboratories Pvt Ltd\",\n            \"generic_name\": \"Disodium Hydrogen Citrate (1.53gm/5ml)\",\n            \"price\": 28.5,\n            \"discount_percentage\": 22,\n            \"selling_price\": 22.23,\n            \"available_quantity\": 130,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1587854692152-cbe660dbbb88?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"94b6e356-2f04-43d1-950e-3a92ca79fc14\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aerotrop Inhalation\",\n            \"brand_name\": \"Macleods Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Tiotropium (18mcg)\",\n            \"price\": 173.2,\n            \"discount_percentage\": 23,\n            \"selling_price\": 133.36,\n            \"available_quantity\": 116,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b6195a19-3ea6-49f9-8d19-ad1af60bf5f3\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Avas 40 Tablet\",\n            \"brand_name\": \"Micro Labs Ltd\",\n            \"generic_name\": \"Atorvastatin (40mg)\",\n            \"price\": 216.6,\n            \"discount_percentage\": 7,\n            \"selling_price\": 201.44,\n            \"available_quantity\": 21,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"3079619a-aeaf-4b02-8afa-cda6b5522eda\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Active Cold Syrup\",\n            \"brand_name\": \"Nest Pharma\",\n            \"generic_name\": \"Chlorpheniramine Maleate (2mg/5ml) Phenylephrine (5mg/5ml)\",\n            \"price\": 72,\n            \"discount_percentage\": 2,\n            \"selling_price\": 70.56,\n            \"available_quantity\": 145,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 60 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"7a1a2f55-bf2a-41b7-b9c1-38f426aed2af\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amlox 250 mg/250 mg Capsule\",\n            \"brand_name\": \"Leeford Healthcare Ltd\",\n            \"generic_name\": \"Amoxycillin (250mg) Dicloxacillin (250mg)\",\n            \"price\": 52.2,\n            \"discount_percentage\": 8,\n            \"selling_price\": 48.02,\n            \"available_quantity\": 421,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1471864190281-ad5f9f81ce4c?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"68f85d8a-943d-470b-a729-05a7261a4e7d\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amaryl M Forte 1mg Tablet PR\",\n            \"brand_name\": \"Sanofi India  Ltd\",\n            \"generic_name\": \"Glimepiride (1mg) Metformin (1000mg)\",\n            \"price\": 211.3,\n            \"discount_percentage\": 12,\n            \"selling_price\": 185.94,\n            \"available_quantity\": 124,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 15 Tablet pr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"cd736139-1864-467d-aa3c-6d8d0e8e64db\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Apitat Syrup\",\n            \"brand_name\": \"Lupin Ltd\",\n            \"generic_name\": \"Cyproheptadine (2mg/5ml) Tricholine Citrate (275mg/5ml)\",\n            \"price\": 85,\n            \"discount_percentage\": 22,\n            \"selling_price\": 66.3,\n            \"available_quantity\": 423,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 200 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"9317fa29-5b16-4bfd-9c43-af09e56e9340\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Avemome 0.1% Cream\",\n            \"brand_name\": \"Avancer Labs Pvt Ltd\",\n            \"generic_name\": \"Mometasone (0.1% w/w)\",\n            \"price\": 107,\n            \"discount_percentage\": 7,\n            \"selling_price\": 99.51,\n            \"available_quantity\": 16,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 15 gm Cream\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"13038635-3e2d-476f-9b20-936cd6fba826\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Avil Injection\",\n            \"brand_name\": \"Sanofi India  Ltd\",\n            \"generic_name\": \"Pheniramine (22.75mg)\",\n            \"price\": 21.17,\n            \"discount_percentage\": 22,\n            \"selling_price\": 16.51,\n            \"available_quantity\": 234,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 10 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"62e06712-001f-4cbb-a558-421e642558f3\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aspirin 300mg Tablet\",\n            \"brand_name\": \"Bini Laboratories Pvt Ltd\",\n            \"generic_name\": \"Aspirin (300mg)\",\n            \"price\": 2,\n            \"discount_percentage\": 21,\n            \"selling_price\": 1.58,\n            \"available_quantity\": 275,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"7e2fd4da-ad71-4b3c-8ab6-63ed3d5b6c2c\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alday Duo Syrup\",\n            \"brand_name\": \"S H Pharmaceuticals Ltd\",\n            \"generic_name\": \"Levocetirizine (2.5mg/5ml) Montelukast (4mg/5ml)\",\n            \"price\": 80,\n            \"discount_percentage\": 8,\n            \"selling_price\": 73.6,\n            \"available_quantity\": 343,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 60 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"807444a5-039b-4e18-8ea9-eb54a1c8f264\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Albumin Grifols 20% Infusion\",\n            \"brand_name\": \"Bharat Serums & Vaccines Ltd\",\n            \"generic_name\": \"Albumin (20%)\",\n            \"price\": 7000,\n            \"discount_percentage\": 7,\n            \"selling_price\": 6510,\n            \"available_quantity\": 57,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 100 ml Infusion\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"71e13771-310d-46f6-a9de-3c3a09ea6538\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Asacus Sachet\",\n            \"brand_name\": \"Galacus Healthcare Pvt Ltd\",\n            \"generic_name\": \"Mesalazine (1gm)\",\n            \"price\": 32,\n            \"discount_percentage\": 0,\n            \"selling_price\": 32,\n            \"available_quantity\": 301,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"sachet of 1 gm Granules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"5175c97f-7321-40fe-9f4e-94db2083468a\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Actapro Tablet\",\n            \"brand_name\": \"Sun Pharmaceutical Industries Ltd\",\n            \"generic_name\": \"Acotiamide (100mg)\",\n            \"price\": 120,\n            \"discount_percentage\": 22,\n            \"selling_price\": 93.6,\n            \"available_quantity\": 241,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"c334d629-ac40-4dc8-85bf-a6c5e671bcac\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Arvast Gold 75mg/20mg/75mg Capsule\",\n            \"brand_name\": \"Intas Pharmaceuticals Ltd\",\n            \"generic_name\": \"Aspirin (75mg) Rosuvastatin (20mg)\",\n            \"price\": 225,\n            \"discount_percentage\": 13,\n            \"selling_price\": 195.75,\n            \"available_quantity\": 357,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1585435557343-3b092031a831?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"6516303a-7fc2-42ea-94bd-f7cafb2ee190\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alamin Injection\",\n            \"brand_name\": \"Albert David Ltd\",\n            \"generic_name\": \"Methylcobalamin (NA)\",\n            \"price\": 149.3,\n            \"discount_percentage\": 20,\n            \"selling_price\": 119.44,\n            \"available_quantity\": 290,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"vial of 20 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"b7112a19-95b5-44d0-8865-575793f164ff\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aceclomax-SP Tablet\",\n            \"brand_name\": \"Growmax Medicare Pvt Ltd\",\n            \"generic_name\": \"Aceclofenac (100mg) Paracetamol (325mg)\",\n            \"price\": 75,\n            \"discount_percentage\": 4,\n            \"selling_price\": 72,\n            \"available_quantity\": 476,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1631549916768-4119b295f789?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"911108c7-7661-41f8-b3f3-e77ceaf1cbe3\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Accentrix Solution for Injection\",\n            \"brand_name\": \"Novartis India Ltd\",\n            \"generic_name\": \"Ranibizumab (10mg/ml)\",\n            \"price\": 23960,\n            \"discount_percentage\": 3,\n            \"selling_price\": 23241.2,\n            \"available_quantity\": 259,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"vial of 1 Solution for Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1579154204601-01588f351167?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"a2476369-33fd-417c-bea4-0f62c7b4b5bf\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Advent 457mg Tablet DT\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Amoxycillin  (400mg) Clavulanic Acid (57mg)\",\n            \"price\": 178.61,\n            \"discount_percentage\": 12,\n            \"selling_price\": 157.18,\n            \"available_quantity\": 21,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 6 tablet dt\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1585435557343-3b092031a831?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"e1b06e0e-5056-4a43-b2b6-425cd50722b8\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Asomex-AT Tablet\",\n            \"brand_name\": \"Emcure Pharmaceuticals Ltd\",\n            \"generic_name\": \"Amlodipine (2.5mg) Atenolol (50mg)\",\n            \"price\": 191.65,\n            \"discount_percentage\": 9,\n            \"selling_price\": 174.4,\n            \"available_quantity\": 347,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 15 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1631549916768-4119b295f789?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"3dbaca0e-e345-449e-ba24-1e22b785d27f\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aminogen Eye Drop\",\n            \"brand_name\": \"Jawa Pharmaceuticals  Pvt Ltd\",\n            \"generic_name\": \"Amikacin (1%)\",\n            \"price\": 241.31,\n            \"discount_percentage\": 17,\n            \"selling_price\": 200.29,\n            \"available_quantity\": 59,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 5 ml Eye Drop\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"695996d7-016c-45c7-8f84-1b33601b15fb\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Arnold 250mg Injection\",\n            \"brand_name\": \"Ind Swift Laboratories Ltd\",\n            \"generic_name\": \"Testosterone (250mg)\",\n            \"price\": 60,\n            \"discount_percentage\": 16,\n            \"selling_price\": 50.4,\n            \"available_quantity\": 448,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 1 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1579154204601-01588f351167?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"5c578fa9-c8a6-40fa-a047-ae1832ff4e0a\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ascoril D Junior Cough Syrup\",\n            \"brand_name\": \"Glenmark Pharmaceuticals Ltd\",\n            \"generic_name\": \"Phenylephrine (5mg/5ml) Chlorpheniramine Maleate (2mg/5ml)\",\n            \"price\": 98,\n            \"discount_percentage\": 14,\n            \"selling_price\": 84.28,\n            \"available_quantity\": 368,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 60 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"584c414d-3241-4eb1-ac04-d2619c03d51b\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Aquaray Eye Drop\",\n            \"brand_name\": \"Raymed Pharmaceuticals Ltd\",\n            \"generic_name\": \"Carboxymethylcellulose (0.5% w/v)\",\n            \"price\": 129.8,\n            \"discount_percentage\": 9,\n            \"selling_price\": 118.12,\n            \"available_quantity\": 416,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 10 ml Eye Drop\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"08ba1425-9249-4079-88d4-44c3c6a71baa\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Arip MT 10 Tablet\",\n            \"brand_name\": \"Torrent Pharmaceuticals Ltd\",\n            \"generic_name\": \"Aripiprazole (10mg)\",\n            \"price\": 105.5,\n            \"discount_percentage\": 18,\n            \"selling_price\": 86.51,\n            \"available_quantity\": 366,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1585435557343-3b092031a831?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"dfe01a54-4278-4115-a7ec-7c04b645e160\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Almox 500 Capsule\",\n            \"brand_name\": \"Alkem Laboratories Ltd\",\n            \"generic_name\": \"Amoxycillin (500mg)\",\n            \"price\": 120.4,\n            \"discount_percentage\": 9,\n            \"selling_price\": 109.56,\n            \"available_quantity\": 165,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 15 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"25d9f00d-9986-47cc-a872-7e322151b95a\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Antacid Tablet\",\n            \"brand_name\": \"Bevit Pharmaceuticals Ltd\",\n            \"generic_name\": \"Aluminium Hydroxide (250mg) Magnesium (250mg)\",\n            \"price\": 2,\n            \"discount_percentage\": 24,\n            \"selling_price\": 1.52,\n            \"available_quantity\": 44,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1585435557343-3b092031a831?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"ed0dc187-575c-4804-9f07-7add60166a5c\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Amnurite  5 mg/1500 mcg Tablet\",\n            \"brand_name\": \"Health N U Therapeutics Pvt Ltd\",\n            \"generic_name\": \"Amitriptyline (5mg) Methylcobalamin (1500mcg)\",\n            \"price\": 126.4,\n            \"discount_percentage\": 0,\n            \"selling_price\": 126.4,\n            \"available_quantity\": 55,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1585435557343-3b092031a831?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"aa06b962-afa9-4031-a50c-01f9d0790b35\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Asomex-TM Tablet\",\n            \"brand_name\": \"Emcure Pharmaceuticals Ltd\",\n            \"generic_name\": \"S-Amlodipine (2.5mg) Telmisartan (40mg)\",\n            \"price\": 229.45,\n            \"discount_percentage\": 10,\n            \"selling_price\": 206.5,\n            \"available_quantity\": 30,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 15 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"494f7d68-5159-4e4f-b544-e4b4ef476e0c\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Addwet Eye Drop\",\n            \"brand_name\": \"Vyonics Health Care Pvt Ltd\",\n            \"generic_name\": \"Carboxymethylcellulose (0.5% w/v)\",\n            \"price\": 140,\n            \"discount_percentage\": 9,\n            \"selling_price\": 127.4,\n            \"available_quantity\": 324,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 10 ml Eye Drop\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"84d1dd8a-080a-4f28-84d4-50ee2ba592f2\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amrolfin Cream\",\n            \"brand_name\": \"Skinska Pharmaceutica Pvt Ltd\",\n            \"generic_name\": \"Amorolfine (0.25% w/w)\",\n            \"price\": 499,\n            \"discount_percentage\": 3,\n            \"selling_price\": 484.03,\n            \"available_quantity\": 477,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"tube of 50 gm Cream\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1585435557343-3b092031a831?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"55fd4ade-08ea-470c-b1d7-b636f9f9dafb\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Alkazar Liquid\",\n            \"brand_name\": \"Austro Labs\",\n            \"generic_name\": \"Disodium Hydrogen Citrate (1.25gm)\",\n            \"price\": 66,\n            \"discount_percentage\": 2,\n            \"selling_price\": 64.68,\n            \"available_quantity\": 467,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1555633514-abcee6ad93e1?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"f8407f36-875f-4af7-a58c-34d9d6b53fac\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Averzine 10 Tablet\",\n            \"brand_name\": \"Canixa Life Sciences Pvt\",\n            \"generic_name\": \"Hydroxyzine (10mg)\",\n            \"price\": 24,\n            \"discount_percentage\": 5,\n            \"selling_price\": 22.8,\n            \"available_quantity\": 206,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"d49cdd12-ea56-4fb7-bf80-e87171c057df\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Abendol Plus 12mg/400mg Tablet\",\n            \"brand_name\": \"Leeford Healthcare Ltd\",\n            \"generic_name\": \"Ivermectin  (12mg) Albendazole (400mg)\",\n            \"price\": 24,\n            \"discount_percentage\": 9,\n            \"selling_price\": 21.84,\n            \"available_quantity\": 359,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 1 Tablet\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"ac7dbde3-4682-41fc-b9a7-11cb478bb2e5\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alkof LS Syrup\",\n            \"brand_name\": \"Alkem Laboratories Ltd\",\n            \"generic_name\": \"Cetirizine (5mg) Dextromethorphan Hydrobromide (10mg)\",\n            \"price\": 99,\n            \"discount_percentage\": 10,\n            \"selling_price\": 89.1,\n            \"available_quantity\": 436,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.773803+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"300c208c-7f7b-41db-a80e-b4c61cd03caa\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alprax Plus Tablet SR\",\n            \"brand_name\": \"Torrent Pharmaceuticals Ltd\",\n            \"generic_name\": \"Alprazolam (0.5mg) Sertraline (25mg)\",\n            \"price\": 76.7,\n            \"discount_percentage\": 21,\n            \"selling_price\": 60.59,\n            \"available_quantity\": 211,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablet sr\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"71a31287-4c4a-46fe-8ebf-3fee7a76a8c8\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azipro 500 Tablet\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Azithromycin (500mg)\",\n            \"price\": 71.33,\n            \"discount_percentage\": 9,\n            \"selling_price\": 64.91,\n            \"available_quantity\": 449,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 3 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"aab22a92-2e84-4e0f-bf5f-3cd23ce9a954\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Atrovin Nasal Drops\",\n            \"brand_name\": \"Admac Pharma Ltd\",\n            \"generic_name\": \"Xylometazoline (0.65% w/v)\",\n            \"price\": 19.45,\n            \"discount_percentage\": 11,\n            \"selling_price\": 17.31,\n            \"available_quantity\": 284,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 10 ml Nasal Drops\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"bf021aeb-7622-46d1-b9f7-3c295cb182d3\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Augmentin 375 Tablet\",\n            \"brand_name\": \"Glaxo SmithKline Pharmaceuticals Ltd\",\n            \"generic_name\": \"Amoxycillin  (250mg) Clavulanic Acid (125mg)\",\n            \"price\": 229,\n            \"discount_percentage\": 11,\n            \"selling_price\": 203.81,\n            \"available_quantity\": 158,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"26fd71d3-0793-4510-b06b-dd81ed06a704\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aztolet  20 Tablet\",\n            \"brand_name\": \"Sun Pharmaceutical Industries Ltd\",\n            \"generic_name\": \"Atorvastatin (20mg) Clopidogrel (75mg)\",\n            \"price\": 246,\n            \"discount_percentage\": 13,\n            \"selling_price\": 214.02,\n            \"available_quantity\": 314,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1631549916768-4119b295f789?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"bedac78e-a6f3-4b8e-a9c2-fd76e4b44623\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azovas 16mg Tablet\",\n            \"brand_name\": \"J B Chemicals and Pharmaceuticals Ltd\",\n            \"generic_name\": \"Azelnidipine (16mg)\",\n            \"price\": 131.94,\n            \"discount_percentage\": 12,\n            \"selling_price\": 116.11,\n            \"available_quantity\": 499,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"eb1f0a2d-2fd4-46a8-a7d4-187c951958b2\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Avinova 20mg Capsule\",\n            \"brand_name\": \"Avancer Labs Pvt Ltd\",\n            \"generic_name\": \"Isotretinoin (20mg)\",\n            \"price\": 189,\n            \"discount_percentage\": 8,\n            \"selling_price\": 173.88,\n            \"available_quantity\": 312,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1631549916768-4119b295f789?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"60ac8547-5f92-4513-bda7-5e8db86fed7f\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Acegaba NT 400mg/10mg Tablet\",\n            \"brand_name\": \"Emcure Pharmaceuticals Ltd\",\n            \"generic_name\": \"Gabapentin (400mg) Nortriptyline (10mg)\",\n            \"price\": 441.75,\n            \"discount_percentage\": 23,\n            \"selling_price\": 340.15,\n            \"available_quantity\": 221,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 15 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1585435557343-3b092031a831?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"da0f38d6-c0f4-4f8e-b0c9-90ee118031f1\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Azibact 250 Tablet\",\n            \"brand_name\": \"Ipca Laboratories Ltd\",\n            \"generic_name\": \"Azithromycin (250mg)\",\n            \"price\": 131.25,\n            \"discount_percentage\": 22,\n            \"selling_price\": 102.38,\n            \"available_quantity\": 154,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1631549916768-4119b295f789?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"5eeb98cb-72f5-427a-9397-e7e38bb3a974\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amlong A-25 Tablet\",\n            \"brand_name\": \"Micro Labs Ltd\",\n            \"generic_name\": \"Amlodipine (5mg) Atenolol (25mg)\",\n            \"price\": 56,\n            \"discount_percentage\": 16,\n            \"selling_price\": 47.04,\n            \"available_quantity\": 454,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"492d7448-3abe-4095-b14d-1f25fd150478\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Azee XL 200mg Dry Syrup Peppermint\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Azithromycin (200mg/5ml)\",\n            \"price\": 114.55,\n            \"discount_percentage\": 8,\n            \"selling_price\": 105.39,\n            \"available_quantity\": 53,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"bottle of 30 ml Dry Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"71fb45f9-cecd-45f5-9967-42af4d661542\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Actamase Forte 2000mg/250mg Powder for Injection\",\n            \"brand_name\": \"AstraZeneca\",\n            \"generic_name\": \"Cefepime (2000mg) Tazobactum (250mg)\",\n            \"price\": 850,\n            \"discount_percentage\": 12,\n            \"selling_price\": 748,\n            \"available_quantity\": 222,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 1 Powder for Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1579154204601-01588f351167?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"8a9c8076-29f6-493a-a8ed-b7286900b1bb\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Analiv 5mg Injection\",\n            \"brand_name\": \"Systopic Laboratories Pvt Ltd\",\n            \"generic_name\": \"L-Ornithine L-Aspartate (5mg)\",\n            \"price\": 229,\n            \"discount_percentage\": 3,\n            \"selling_price\": 222.13,\n            \"available_quantity\": 258,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 10 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"abd779d2-db11-4135-88a7-a2c9654c74c2\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Advent 150mg Injection\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Amoxycillin  (125mg) Clavulanic Acid (25mg)\",\n            \"price\": 55.66,\n            \"discount_percentage\": 20,\n            \"selling_price\": 44.53,\n            \"available_quantity\": 205,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 1 Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"5aeda929-9dd9-42b1-9311-62660fc0fec6\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Amifru 40 Tablet\",\n            \"brand_name\": \"Torrent Pharmaceuticals Ltd\",\n            \"generic_name\": \"Furosemide (40mg) Amiloride (5mg)\",\n            \"price\": 11.25,\n            \"discount_percentage\": 4,\n            \"selling_price\": 10.8,\n            \"available_quantity\": 355,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1585435557343-3b092031a831?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"4b8185e6-f0cd-4f01-ac70-6373fc33a637\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Ambcet Syrup\",\n            \"brand_name\": \"Fourrts India Laboratories Pvt Ltd\",\n            \"generic_name\": \"Cetirizine (5mg/5ml) Ambroxol (30mg/5ml)\",\n            \"price\": 69,\n            \"discount_percentage\": 22,\n            \"selling_price\": 53.82,\n            \"available_quantity\": 323,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 60 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"da191a6d-1a14-4c41-8082-66e0811edc3e\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Ambroset-LS Syrup\",\n            \"brand_name\": \"Mascot Health Series Pvt Ltd\",\n            \"generic_name\": \"Ambroxol (30mg/5ml) Levosalbutamol (1mg/5ml)\",\n            \"price\": 95,\n            \"discount_percentage\": 4,\n            \"selling_price\": 91.2,\n            \"available_quantity\": 308,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 100 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"2f540689-0352-4cbf-98d2-e863f2da48d2\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Auroprost-RT Eye Drop\",\n            \"brand_name\": \"Aurolab\",\n            \"generic_name\": \"Latanoprost (0.005% w/v)\",\n            \"price\": 200,\n            \"discount_percentage\": 20,\n            \"selling_price\": 160,\n            \"available_quantity\": 104,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 2.5 ml Eye Drop\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"8b4817b5-9ffd-40b8-ab20-1a33c238dae1\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aquadol 75mg Injection\",\n            \"brand_name\": \"Themis Medicare Ltd\",\n            \"generic_name\": \"Diclofenac (75mg)\",\n            \"price\": 23.5,\n            \"discount_percentage\": 18,\n            \"selling_price\": 19.27,\n            \"available_quantity\": 481,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 1 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1579154204601-01588f351167?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"a3df4039-2f6b-47ac-884f-235d83303a01\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Aristogyl-F Oral Suspension\",\n            \"brand_name\": \"Aristo Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Furazolidone (30mg/5ml) Metronidazole (100mg/5ml)\",\n            \"price\": 19.3,\n            \"discount_percentage\": 8,\n            \"selling_price\": 17.76,\n            \"available_quantity\": 415,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 60 ml Oral Suspension\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"bde3db33-940f-4ba8-84d6-d12c334b516e\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Add Fresh Tears Eye Drop\",\n            \"brand_name\": \"Adventus Laboratories India Pvt Ltd\",\n            \"generic_name\": \"Carboxymethylcellulose (NA)\",\n            \"price\": 79.05,\n            \"discount_percentage\": 21,\n            \"selling_price\": 62.45,\n            \"available_quantity\": 257,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"packet of 10 ml Eye Drop\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1585435557343-3b092031a831?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"fdaed931-ab4f-43f1-bd3e-5f5472e14656\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"ALERGIN L TABLET\",\n            \"brand_name\": \"Cipla Ltd\",\n            \"generic_name\": \"Levocetirizine (5mg)\",\n            \"price\": 45,\n            \"discount_percentage\": 10,\n            \"selling_price\": 40.5,\n            \"available_quantity\": 77,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1585435557343-3b092031a831?q=80&w=600\",\n            \"is_active\": false,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"16cad100-1beb-45c1-a7a0-b73f388c8987\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Abendol Plus Syrup\",\n            \"brand_name\": \"Leeford Healthcare Ltd\",\n            \"generic_name\": \"Ivermectin  (1.5mg/5ml) Albendazole (200mg/5ml)\",\n            \"price\": 30,\n            \"discount_percentage\": 20,\n            \"selling_price\": 24,\n            \"available_quantity\": 267,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 10 ml Syrup\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1576602976047-174e57a47881?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"16df76bc-56d5-46ca-82ba-1afe8cd31506\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Adlumab 40mg Injection\",\n            \"brand_name\": \"RPG Life Sciences Ltd\",\n            \"generic_name\": \"Adalimumab (40mg)\",\n            \"price\": 25000,\n            \"discount_percentage\": 20,\n            \"selling_price\": 20000,\n            \"available_quantity\": 135,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 0.8 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"97be474b-03e3-4cec-a094-6116021921b7\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Actide 0.1mg Injection\",\n            \"brand_name\": \"Samarth Life Sciences Pvt Ltd\",\n            \"generic_name\": \"Octreotide acetate (0.1mg)\",\n            \"price\": 536.8,\n            \"discount_percentage\": 1,\n            \"selling_price\": 531.43,\n            \"available_quantity\": 365,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"vial of 1 ml Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1579154204601-01588f351167?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"abded0e9-9746-43ad-b0d8-7ad871fe2588\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alcarex KT Eye Drop\",\n            \"brand_name\": \"Ajanta Pharma Ltd\",\n            \"generic_name\": \"Alcaftadine (0.25% w/v) Ketorolac (0.4% w/v)\",\n            \"price\": 246,\n            \"discount_percentage\": 11,\n            \"selling_price\": 218.94,\n            \"available_quantity\": 155,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"bottle of 5 ml Eye Drop\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1555633514-abcee6ad93e1?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"e79b4221-28d2-4630-9226-f0d6002fe4c1\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Augpen HS 200 mg/28.5 mg Suspension\",\n            \"brand_name\": \"Zuventus Healthcare Ltd\",\n            \"generic_name\": \"Amoxycillin  (200mg) Clavulanic Acid (28.5mg)\",\n            \"price\": 67.2,\n            \"discount_percentage\": 3,\n            \"selling_price\": 65.18,\n            \"available_quantity\": 414,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"bottle of 30 ml Suspension\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1512069772995-ec65ed45afd6?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:50.736325+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"14e982e3-daac-474d-9c05-1376cbb19d61\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Alpalide 100mg Tablet\",\n            \"brand_name\": \"Alpa Laboratories Ltd\",\n            \"generic_name\": \"Nimesulide (100mg)\",\n            \"price\": 29,\n            \"discount_percentage\": 0,\n            \"selling_price\": 29,\n            \"available_quantity\": 460,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:40.994875+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"01354613-2c30-46c1-b0c1-69ef405c531b\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"Ambistryn-S 0.75gm Injection\",\n            \"brand_name\": \"Abbott\",\n            \"generic_name\": \"Streptomycin (0.75gm)\",\n            \"price\": 10.2,\n            \"discount_percentage\": 10,\n            \"selling_price\": 9.18,\n            \"available_quantity\": 389,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"vial of 1 Powder for Injection\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1579154204601-01588f351167?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:49.825098+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"fb3f8404-178f-4476-b865-2c8a9e094fb2\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Arbitel 80 Tablet\",\n            \"brand_name\": \"Micro Labs Ltd\",\n            \"generic_name\": \"Telmisartan (80mg)\",\n            \"price\": 124.88,\n            \"discount_percentage\": 3,\n            \"selling_price\": 121.13,\n            \"available_quantity\": 12,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"cba62809-8cb7-421a-9d1f-f8731dc60413\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"Atchol Gold 20 Capsule\",\n            \"brand_name\": \"Aristo Pharmaceuticals Pvt Ltd\",\n            \"generic_name\": \"Aspirin (75mg) Atorvastatin (20mg)\",\n            \"price\": 94.25,\n            \"discount_percentage\": 15,\n            \"selling_price\": 80.11,\n            \"available_quantity\": 151,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 15 capsules\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"39864f9a-2141-4ce8-8646-f3f068901b67\",\n            \"pharmacy_id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"name\": \"AC 100mg Tablet\",\n            \"brand_name\": \"MMC Healthcare Ltd\",\n            \"generic_name\": \"Aceclofenac (100mg)\",\n            \"price\": 40,\n            \"discount_percentage\": 4,\n            \"selling_price\": 38.4,\n            \"available_quantity\": 35,\n            \"expiry_date\": \"2028-04-22\",\n            \"dosage_form\": \"strip of 10 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-23T18:29:41.224805+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"rating\": 4.5,\n                \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n                \"image_url\": null,\n                \"shop_name\": \"City Medicos Mumbai\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n                \"contact_number\": \"9123456789\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        },\n        {\n            \"id\": \"8d3d3ae2-482e-4b7f-a654-b483ade3d34d\",\n            \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"name\": \"ASA 50mg Tablet\",\n            \"brand_name\": \"Zydus Cadila\",\n            \"generic_name\": \"Aspirin (50mg)\",\n            \"price\": 3.7,\n            \"discount_percentage\": 8,\n            \"selling_price\": 3.4,\n            \"available_quantity\": 294,\n            \"expiry_date\": \"2028-04-23\",\n            \"dosage_form\": \"strip of 14 tablets\",\n            \"strength\": null,\n            \"image_url\": \"https://images.unsplash.com/photo-1550572017-ed200277c639?q=80&w=600\",\n            \"is_active\": true,\n            \"is_approved\": true,\n            \"created_at\": \"2026-04-24T06:23:51.265263+00:00\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"shop_address\": null,\n            \"dealer_name\": null,\n            \"dealer_number\": null,\n            \"pharmacies\": {\n                \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n                \"city\": \"Delhi\",\n                \"state\": \"Delhi\",\n                \"rating\": 4.5,\n                \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n                \"image_url\": null,\n                \"shop_name\": \"Sanjeevani Health Clinic\",\n                \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n                \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n                \"contact_number\": \"9876543210\",\n                \"license_number\": null,\n                \"verification_status\": \"verified\"\n            }\n        }\n    ]\n}"}],"_postman_id":"2458ac88-92f2-4373-bbdb-5d6742e0a194"},{"name":"Get Medicine by ID","id":"6da5e0e7-0232-43d3-b435-b933a7e9e5b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/medicines/e75e60e7-9b1d-41e2-97ce-b0165c62c97e","urlObject":{"protocol":"http","port":"5000","path":["api","medicines","e75e60e7-9b1d-41e2-97ce-b0165c62c97e"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"77c0e743-c00c-4430-a3ca-12407cb78e71","name":"Get Medicine by ID","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/medicines/e75e60e7-9b1d-41e2-97ce-b0165c62c97e"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Resource-Policy","value":"cross-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"194"},{"key":"Date","value":"Fri, 01 May 2026 07:52:25 GMT"},{"key":"X-RateLimit-Reset","value":"1777622244"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1058"},{"key":"ETag","value":"W/\"422-F2FqqqoLkmt/ZQVB8MW62IL/jC0\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"e75e60e7-9b1d-41e2-97ce-b0165c62c97e\",\n        \"pharmacy_id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n        \"name\": \"Amitone 10mg Tablet\",\n        \"brand_name\": \"Intas Pharmaceuticals Ltd\",\n        \"generic_name\": \"Amitriptyline (10mg)\",\n        \"price\": 19.15,\n        \"discount_percentage\": 16,\n        \"selling_price\": 16.09,\n        \"available_quantity\": 157,\n        \"expiry_date\": \"2028-04-22\",\n        \"dosage_form\": \"strip of 10 tablets\",\n        \"strength\": null,\n        \"image_url\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\",\n        \"is_active\": true,\n        \"is_approved\": true,\n        \"created_at\": \"2026-04-23T18:29:40.02122+00:00\",\n        \"latitude\": null,\n        \"longitude\": null,\n        \"shop_address\": null,\n        \"dealer_name\": null,\n        \"dealer_number\": null,\n        \"pharmacies\": {\n            \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"city\": \"Delhi\",\n            \"state\": \"Delhi\",\n            \"rating\": 4.5,\n            \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n            \"image_url\": null,\n            \"shop_name\": \"Sanjeevani Health Clinic\",\n            \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n            \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n            \"contact_number\": \"9876543210\",\n            \"license_number\": null,\n            \"verification_status\": \"verified\"\n        }\n    }\n}"}],"_postman_id":"6da5e0e7-0232-43d3-b435-b933a7e9e5b2"}],"id":"27bd8d35-86b2-439d-bcce-416805d0b944","_postman_id":"27bd8d35-86b2-439d-bcce-416805d0b944","description":""},{"name":"POST Requests","item":[{"name":"Add Medicine","id":"e4bed3fb-3e69-4cf0-88e5-6ed1a51a8d3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Paracetamol 500mg\",\r\n  \"brand_name\": \"Calpol\",\r\n  \"available_quantity\": 50,\r\n  \"price\": 40.50,\r\n  \"selling_price\": 35.00,\r\n  \"expiry_date\": \"2026-12-31\",\r\n  \"dosage_form\": \"Tablet\",\r\n  \"dealer_name\": \"ABC Pharma Distributors\",\r\n  \"dealer_number\": \"9876543210\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/medicines","urlObject":{"protocol":"http","port":"5000","path":["api","medicines"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"80ee7ca9-905d-4e5f-abb4-4962c96e19b2","name":"Add Medicine","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Paracetamol 500mg\",\r\n  \"brand_name\": \"Calpol\",\r\n  \"available_quantity\": 50,\r\n  \"price\": 40.50,\r\n  \"selling_price\": 35.00,\r\n  \"expiry_date\": \"2026-12-31\",\r\n  \"dosage_form\": \"Tablet\",\r\n  \"dealer_name\": \"ABC Pharma Distributors\",\r\n  \"dealer_number\": \"9876543210\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/medicines"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Resource-Policy","value":"cross-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"197"},{"key":"Date","value":"Fri, 01 May 2026 07:26:51 GMT"},{"key":"X-RateLimit-Reset","value":"1777620856"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"560"},{"key":"ETag","value":"W/\"230-ArQQvXOwcCA8dhUx8MHwbCtA15E\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"49ab1ea0-5239-43cd-aa20-9966786972c4\",\n        \"pharmacy_id\": \"e812ecc5-99c0-4b0f-a5f6-2ecffbdc0b74\",\n        \"name\": \"Paracetamol 500mg\",\n        \"brand_name\": \"Calpol\",\n        \"generic_name\": null,\n        \"price\": 40.5,\n        \"discount_percentage\": 0,\n        \"selling_price\": 35,\n        \"available_quantity\": 50,\n        \"expiry_date\": \"2026-12-31\",\n        \"dosage_form\": \"Tablet\",\n        \"strength\": null,\n        \"image_url\": null,\n        \"is_active\": true,\n        \"is_approved\": true,\n        \"created_at\": \"2026-05-01T07:26:53.437339+00:00\",\n        \"latitude\": null,\n        \"longitude\": null,\n        \"shop_address\": null,\n        \"dealer_name\": \"ABC Pharma Distributors\",\n        \"dealer_number\": \"9876543210\"\n    }\n}"}],"_postman_id":"e4bed3fb-3e69-4cf0-88e5-6ed1a51a8d3c"}],"id":"b9d93432-20a0-47c5-8153-5da2b0f810bd","_postman_id":"b9d93432-20a0-47c5-8153-5da2b0f810bd","description":""},{"name":"PUT Requests","item":[{"name":"Update Medicine","id":"16222124-b4ad-44ce-aff5-54080b3e3c2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"\r\n{\r\n  \"selling_price\": 99\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/medicines/a0e50c59-553f-497b-aecf-92349419260d","urlObject":{"protocol":"http","port":"5000","path":["api","medicines","a0e50c59-553f-497b-aecf-92349419260d"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ae940caa-691c-4be0-b009-4a50a7c848c4","name":"Update Medicine","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"\r\n{\r\n  \"selling_price\": 99\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/medicines/a0e50c59-553f-497b-aecf-92349419260d"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Resource-Policy","value":"cross-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"198"},{"key":"Date","value":"Fri, 01 May 2026 07:58:03 GMT"},{"key":"X-RateLimit-Reset","value":"1777622844"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"533"},{"key":"ETag","value":"W/\"215-6ehmw14gboEBWEUbW5taESL/Two\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"a0e50c59-553f-497b-aecf-92349419260d\",\n        \"pharmacy_id\": \"e812ecc5-99c0-4b0f-a5f6-2ecffbdc0b74\",\n        \"name\": \"My Special Dawa\",\n        \"brand_name\": \"Crocin\",\n        \"generic_name\": \"Paracetamol\",\n        \"price\": 60,\n        \"discount_percentage\": 0,\n        \"selling_price\": 99,\n        \"available_quantity\": 100,\n        \"expiry_date\": \"2027-12-31\",\n        \"dosage_form\": null,\n        \"strength\": null,\n        \"image_url\": null,\n        \"is_active\": true,\n        \"is_approved\": true,\n        \"created_at\": \"2026-05-01T07:55:07.084954+00:00\",\n        \"latitude\": null,\n        \"longitude\": null,\n        \"shop_address\": null,\n        \"dealer_name\": null,\n        \"dealer_number\": null\n    }\n}"}],"_postman_id":"16222124-b4ad-44ce-aff5-54080b3e3c2a"}],"id":"98681e40-7188-4c91-91ad-3d90951d17d4","_postman_id":"98681e40-7188-4c91-91ad-3d90951d17d4","description":""},{"name":"DELETE Requests","item":[{"name":"Delete Medicine","id":"0028fe75-4db9-49d0-a9de-22f5518069ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:5000/api/medicines/a0e50c59-553f-497b-aecf-92349419260d","urlObject":{"protocol":"http","port":"5000","path":["api","medicines","a0e50c59-553f-497b-aecf-92349419260d"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1c8eb8e7-f1f6-47aa-b4d0-9c55839c1ad1","name":"Delete Medicine","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:5000/api/medicines/a0e50c59-553f-497b-aecf-92349419260d"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Resource-Policy","value":"cross-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"197"},{"key":"Date","value":"Fri, 01 May 2026 07:59:02 GMT"},{"key":"X-RateLimit-Reset","value":"1777622844"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"26"},{"key":"ETag","value":"W/\"1a-pIPrt4esgEyEkX/w62Rnrj9XXdg\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {}\n}"}],"_postman_id":"0028fe75-4db9-49d0-a9de-22f5518069ea"}],"id":"8a61ad89-06d7-4ca8-9941-04575f86db2e","_postman_id":"8a61ad89-06d7-4ca8-9941-04575f86db2e","description":""}],"id":"74982556-0099-4187-8c37-fb08c171e11f","_postman_id":"74982556-0099-4187-8c37-fb08c171e11f","description":""},{"name":"Inquiries APIs","item":[{"name":"GET Requests","item":[{"name":"Get My Inquiries","id":"437426ed-dcdb-4b1d-b134-aa90c8e4ea66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/inquiries/my","urlObject":{"protocol":"http","port":"5000","path":["api","inquiries","my"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5db4f8cc-5953-48c0-ad57-0354ff4aa237","name":"Get My Inquiries","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/inquiries/my"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Resource-Policy","value":"cross-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"195"},{"key":"Date","value":"Fri, 01 May 2026 07:59:56 GMT"},{"key":"X-RateLimit-Reset","value":"1777622844"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"36"},{"key":"ETag","value":"W/\"24-YA2qaqoHN76SgtFfK4UBGqyVP1w\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"count\": 0,\n    \"data\": []\n}"}],"_postman_id":"437426ed-dcdb-4b1d-b134-aa90c8e4ea66"},{"name":"Get Pharmacy Inquiries","id":"a2b51354-c856-466d-ae53-05222f4d0b50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/inquiries/pharmacy","urlObject":{"protocol":"http","port":"5000","path":["api","inquiries","pharmacy"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"eeadcfe2-7e18-4849-825d-73996295e00a","name":"Get Pharmacy Inquiries","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/inquiries/pharmacy"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Resource-Policy","value":"cross-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"192"},{"key":"Date","value":"Fri, 01 May 2026 08:00:56 GMT"},{"key":"X-RateLimit-Reset","value":"1777622844"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"36"},{"key":"ETag","value":"W/\"24-YA2qaqoHN76SgtFfK4UBGqyVP1w\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"count\": 0,\n    \"data\": []\n}"}],"_postman_id":"a2b51354-c856-466d-ae53-05222f4d0b50"}],"id":"b9aaf3b3-c15b-432a-8029-6a6907220565","_postman_id":"b9aaf3b3-c15b-432a-8029-6a6907220565","description":""},{"name":"POST Requests","item":[{"name":"Create Inquiry","id":"259bd650-1e16-4719-bce1-4c31422ab5bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"pharmacy_id\": \"e812ecc5-99c0-4b0f-a5f6-2ecffbdc0b74\",\r\n  \"message\": \"Bhaiya Paracetamol ka stock hai kya?\",\r\n  \"medicine_name\": \"Paracetamol\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/inquiries","urlObject":{"protocol":"http","port":"5000","path":["api","inquiries"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"65c9dd36-4d2d-4c75-8c97-461c24ac52c4","name":"Create Inquiry","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"pharmacy_id\": \"e812ecc5-99c0-4b0f-a5f6-2ecffbdc0b74\",\r\n  \"message\": \"Bhaiya Paracetamol ka stock hai kya?\",\r\n  \"medicine_name\": \"Paracetamol\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/inquiries"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Resource-Policy","value":"cross-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"191"},{"key":"Date","value":"Fri, 01 May 2026 08:02:52 GMT"},{"key":"X-RateLimit-Reset","value":"1777622844"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"365"},{"key":"ETag","value":"W/\"16d-7Wt+MMoNQgP4HjYmPoGx3LmKQuc\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"59c8a06a-2564-487c-8b6f-ce0166ae92ff\",\n        \"user_id\": \"88861a60-bac5-4791-874a-b5eeb76bec86\",\n        \"pharmacy_id\": \"e812ecc5-99c0-4b0f-a5f6-2ecffbdc0b74\",\n        \"medicine_id\": null,\n        \"medicine_name\": \"Paracetamol\",\n        \"quantity\": 1,\n        \"status\": \"pending\",\n        \"message\": \"Bhaiya Paracetamol ka stock hai kya?\",\n        \"response\": null,\n        \"created_at\": \"2026-05-01T08:02:53.760053+00:00\"\n    }\n}"}],"_postman_id":"259bd650-1e16-4719-bce1-4c31422ab5bc"}],"id":"bd61ab9e-c9b7-4a8a-ad7f-b3a2209fe1ac","_postman_id":"bd61ab9e-c9b7-4a8a-ad7f-b3a2209fe1ac","description":""},{"name":"PUT Requests","item":[{"name":"Respond to Inquiry","id":"4cc48e40-0131-4bfb-be59-718fb17f3656","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"response\": \"Yes, we have plenty of stock available. You can visit the store anytime.\",\r\n  \"status\": \"responded\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/inquiries/59c8a06a-2564-487c-8b6f-ce0166ae92ff/respond","urlObject":{"protocol":"http","port":"5000","path":["api","inquiries","59c8a06a-2564-487c-8b6f-ce0166ae92ff","respond"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"39fc56b6-eaaa-4272-81f6-f41833e68eaf","name":"Respond to Inquiry","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"response\": \"Yes, we have plenty of stock available. You can visit the store anytime.\",\r\n  \"status\": \"responded\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/inquiries/59c8a06a-2564-487c-8b6f-ce0166ae92ff/respond"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Resource-Policy","value":"cross-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"199"},{"key":"Date","value":"Fri, 01 May 2026 08:07:48 GMT"},{"key":"X-RateLimit-Reset","value":"1777623469"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"437"},{"key":"ETag","value":"W/\"1b5-tXH1TgQLUxY7P4JmlX2HuE+Dvo4\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"59c8a06a-2564-487c-8b6f-ce0166ae92ff\",\n        \"user_id\": \"88861a60-bac5-4791-874a-b5eeb76bec86\",\n        \"pharmacy_id\": \"e812ecc5-99c0-4b0f-a5f6-2ecffbdc0b74\",\n        \"medicine_id\": null,\n        \"medicine_name\": \"Paracetamol\",\n        \"quantity\": 1,\n        \"status\": \"responded\",\n        \"message\": \"Bhaiya Paracetamol ka stock hai kya?\",\n        \"response\": \"Yes, we have plenty of stock available. You can visit the store anytime.\",\n        \"created_at\": \"2026-05-01T08:02:53.760053+00:00\"\n    }\n}"}],"_postman_id":"4cc48e40-0131-4bfb-be59-718fb17f3656"}],"id":"9192767c-6093-417e-93a1-1a007bcec617","_postman_id":"9192767c-6093-417e-93a1-1a007bcec617","description":""}],"id":"18a4fe1d-c04f-41a8-8bbd-218907b66f80","_postman_id":"18a4fe1d-c04f-41a8-8bbd-218907b66f80","description":""},{"name":"Admin APIs","item":[{"name":"GET Requests","item":[{"name":"Get Admin Dashboard","id":"3a52110f-7574-4d90-8b0c-4ef5fea93ee2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/admin/dashboard","urlObject":{"protocol":"http","port":"5000","path":["api","admin","dashboard"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"84d5ccd9-5ee9-4c7f-ab05-08bfb6a8e9a3","name":"Get Admin Dashboard","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/admin/dashboard"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Resource-Policy","value":"cross-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"199"},{"key":"Date","value":"Fri, 01 May 2026 08:25:43 GMT"},{"key":"X-RateLimit-Reset","value":"1777624544"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"125"},{"key":"ETag","value":"W/\"7d-1EMzs8Kz4xpM6b8Oe7osfNAt4zI\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"totalUsers\": 0,\n        \"totalPharmacies\": 10,\n        \"verifiedPharmacies\": 2,\n        \"totalMedicines\": 4008,\n        \"totalInquiries\": 2\n    }\n}"}],"_postman_id":"3a52110f-7574-4d90-8b0c-4ef5fea93ee2"},{"name":"Get All Users","id":"bb29b723-60e7-4e11-a5af-9650c30486da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/admin/users","urlObject":{"protocol":"http","port":"5000","path":["api","admin","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"19881e0d-6494-4fcb-95e9-a7c9539ac457","name":"Get All Users","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/admin/users"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Resource-Policy","value":"cross-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"198"},{"key":"Date","value":"Fri, 01 May 2026 08:26:32 GMT"},{"key":"X-RateLimit-Reset","value":"1777624544"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3359"},{"key":"ETag","value":"W/\"d1f-ngs2so3nk4yCkY04uglf05Ieh9w\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"count\": 12,\n    \"data\": [\n        {\n            \"id\": \"07a3434b-6ee6-48f3-a417-10816211ec36\",\n            \"name\": \"Admin User\",\n            \"email\": \"admin@medcompare.com\",\n            \"password\": \"$2a$10$AiNfXVsdWMCRxnyBGkuuaezwpESRr0Q1CPFGwGNazRBN1Z.ex/jn.\",\n            \"phone\": null,\n            \"role\": \"pharmacy\",\n            \"city\": \"Mumbai\",\n            \"state\": \"Maharashtra\",\n            \"created_at\": \"2026-04-23T16:41:09.50896+00:00\"\n        },\n        {\n            \"id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n            \"name\": \"Sanjeev Kumar\",\n            \"email\": \"sanjeev@pharmacy.com\",\n            \"password\": \"$2a$10$AiNfXVsdWMCRxnyBGkuuaezwpESRr0Q1CPFGwGNazRBN1Z.ex/jn.\",\n            \"phone\": null,\n            \"role\": \"pharmacy\",\n            \"city\": \"Delhi\",\n            \"state\": \"Delhi\",\n            \"created_at\": \"2026-04-23T16:41:09.50896+00:00\"\n        },\n        {\n            \"id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n            \"name\": \"Priya Sharma\",\n            \"email\": \"priya@pharmacy.com\",\n            \"password\": \"$2a$10$AiNfXVsdWMCRxnyBGkuuaezwpESRr0Q1CPFGwGNazRBN1Z.ex/jn.\",\n            \"phone\": null,\n            \"role\": \"pharmacy\",\n            \"city\": \"Mumbai\",\n            \"state\": \"Maharashtra\",\n            \"created_at\": \"2026-04-23T16:41:09.50896+00:00\"\n        },\n        {\n            \"id\": \"6c0d33cd-a3b5-4908-b388-2436f90b15ac\",\n            \"name\": \"Rahul Verma\",\n            \"email\": \"rahul@user.com\",\n            \"password\": \"$2a$10$AiNfXVsdWMCRxnyBGkuuaezwpESRr0Q1CPFGwGNazRBN1Z.ex/jn.\",\n            \"phone\": null,\n            \"role\": \"pharmacy\",\n            \"city\": \"Pune\",\n            \"state\": \"Maharashtra\",\n            \"created_at\": \"2026-04-23T16:41:09.50896+00:00\"\n        },\n        {\n            \"id\": \"572528a3-08f3-4b98-9a51-90a6962a89c4\",\n            \"name\": \"BLOCK PATRATU\",\n            \"email\": \"ronitdivya9@gmail.com\",\n            \"password\": \"$2a$10$CQDwA5TItTq5gtMFev1fzumdVSFiU5EvG5GBEYfpkjhew5nlaB5q.\",\n            \"phone\": \"+917667495945\",\n            \"role\": \"pharmacy\",\n            \"city\": null,\n            \"state\": null,\n            \"created_at\": \"2026-04-24T06:14:31.378212+00:00\"\n        },\n        {\n            \"id\": \"fe0de870-4ef4-4062-a38a-3b1d9b6655e5\",\n            \"name\": \"Ronit Kumar soni\",\n            \"email\": \"ronitkumarsoni.cg@gmail.com\",\n            \"password\": null,\n            \"phone\": null,\n            \"role\": \"pharmacy\",\n            \"city\": null,\n            \"state\": null,\n            \"created_at\": \"2026-04-24T10:20:44.336233+00:00\"\n        },\n        {\n            \"id\": \"d80dd40f-a009-4884-bb47-86003980bbfb\",\n            \"name\": \"BLOCK PATRATU\",\n            \"email\": \"repaki4053@soppat.com\",\n            \"password\": \"$2a$10$YPwi/GXT6ECnX1uXmLe7/.KRSrAyu2L/8285BJwi.3xyU.diKpIfi\",\n            \"phone\": \"+917667495945\",\n            \"role\": \"pharmacy\",\n            \"city\": null,\n            \"state\": null,\n            \"created_at\": \"2026-04-24T10:45:32.07779+00:00\"\n        },\n        {\n            \"id\": \"9b0b7a6d-d91a-4047-92f3-3af1207dd524\",\n            \"name\": \"BLOCK PATRATU\",\n            \"email\": \"kumarronit739@gmail.com\",\n            \"password\": \"$2a$10$63Z4xvRnFK8crz7gLvQoKOoW/5Ct0hDpTedbws8k2bjTzBjltmy.u\",\n            \"phone\": \"+917667495945\",\n            \"role\": \"pharmacy\",\n            \"city\": null,\n            \"state\": null,\n            \"created_at\": \"2026-04-24T06:12:12.312217+00:00\"\n        },\n        {\n            \"id\": \"86fc0765-91bd-4248-9efa-a7e3d6212bb2\",\n            \"name\": \"Rahul Updated\",\n            \"email\": \"test@example.com\",\n            \"password\": \"$2a$10$CuGR/wbpgjivOMhlL1IRkOS9uVnnD/RHKJnLSUuRQu8cvVwS.J3Au\",\n            \"phone\": \"9876543210\",\n            \"role\": null,\n            \"city\": \"Delhi\",\n            \"state\": null,\n            \"created_at\": \"2026-05-01T06:59:10.618144+00:00\"\n        },\n        {\n            \"id\": \"88861a60-bac5-4791-874a-b5eeb76bec86\",\n            \"name\": \"Amit Pharmacy Wala\",\n            \"email\": \"amit_pharma@example.com\",\n            \"password\": \"$2a$10$8EDAu7oyLWYrR1vqItMbr.ZkCCD8Jvn2nJexQpn5uhSQlieY.nqZu\",\n            \"phone\": \"9988776655\",\n            \"role\": \"pharmacy\",\n            \"city\": null,\n            \"state\": null,\n            \"created_at\": \"2026-05-01T07:16:16.477635+00:00\"\n        },\n        {\n            \"id\": \"804709de-d20d-4468-a2cb-7395356d0ae7\",\n            \"name\": \"Test Pharma\",\n            \"email\": \"testpharma2@example.com\",\n            \"password\": \"$2a$10$WkTPh7MojKVj1j4euQsjfuUdCnE09hzCP2G4sYmKzUAXznFvT5xXm\",\n            \"phone\": \"1111111111\",\n            \"role\": \"pharmacy\",\n            \"city\": null,\n            \"state\": null,\n            \"created_at\": \"2026-05-01T07:28:11.69556+00:00\"\n        },\n        {\n            \"id\": \"2fd61111-f5ae-42af-b6d8-36eb4bda1f34\",\n            \"name\": \"Super Admin\",\n            \"email\": \"superadmin@test.com\",\n            \"password\": \"hashedpassword\",\n            \"phone\": null,\n            \"role\": \"admin\",\n            \"city\": null,\n            \"state\": null,\n            \"created_at\": \"2026-05-01T08:24:54.471188+00:00\"\n        }\n    ]\n}"}],"_postman_id":"bb29b723-60e7-4e11-a5af-9650c30486da"},{"name":"Get All Pharmacies","id":"06564714-5dd1-418a-90c5-d0565e525d74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/admin/pharmacies","urlObject":{"protocol":"http","port":"5000","path":["api","admin","pharmacies"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5277727a-76bd-4759-802f-74e7e421c200","name":"Get All Pharmacies","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/admin/pharmacies"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Resource-Policy","value":"cross-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"196"},{"key":"Date","value":"Fri, 01 May 2026 08:27:44 GMT"},{"key":"X-RateLimit-Reset","value":"1777624544"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4359"},{"key":"ETag","value":"W/\"1107-yj5GRe9RggaWKscoey4EqvbxxvU\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"count\": 10,\n    \"data\": [\n        {\n            \"id\": \"2cb96b21-0247-4b5a-a157-03e9c7e22a0e\",\n            \"owner_id\": \"c51a9e9e-dc4b-45f6-abde-e7774ab8c489\",\n            \"shop_name\": \"Sanjeevani Health Clinic\",\n            \"shop_address\": \"Shop 4, MG Road, Sector 15, Rohini, Delhi\",\n            \"contact_number\": \"9876543210\",\n            \"license_number\": null,\n            \"verification_status\": \"verified\",\n            \"rating\": 4.5,\n            \"image_url\": null,\n            \"city\": \"Delhi\",\n            \"state\": \"Delhi\",\n            \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n            \"users\": {\n                \"name\": \"Sanjeev Kumar\",\n                \"email\": \"sanjeev@pharmacy.com\"\n            }\n        },\n        {\n            \"id\": \"b351cd4b-7cf5-4d7e-bd24-9655d19f849b\",\n            \"owner_id\": \"8ffcd5d8-fe16-407c-9dc6-38e9479bf31a\",\n            \"shop_name\": \"City Medicos Mumbai\",\n            \"shop_address\": \"12, Linking Road, Bandra West, Mumbai\",\n            \"contact_number\": \"9123456789\",\n            \"license_number\": null,\n            \"verification_status\": \"verified\",\n            \"rating\": 4.5,\n            \"image_url\": null,\n            \"city\": \"Mumbai\",\n            \"state\": \"Maharashtra\",\n            \"created_at\": \"2026-04-23T16:41:09.741738+00:00\",\n            \"users\": {\n                \"name\": \"Priya Sharma\",\n                \"email\": \"priya@pharmacy.com\"\n            }\n        },\n        {\n            \"id\": \"c9bbc478-91c7-4090-9e7f-0594134a051b\",\n            \"owner_id\": \"9b0b7a6d-d91a-4047-92f3-3af1207dd524\",\n            \"shop_name\": \"My Pharmacy\",\n            \"shop_address\": \"Bandra, Mumbai\",\n            \"contact_number\": \"+917667495945\",\n            \"license_number\": null,\n            \"verification_status\": \"pending\",\n            \"rating\": 4.5,\n            \"image_url\": null,\n            \"city\": \"Mumbai\",\n            \"state\": \"Maharashtra\",\n            \"created_at\": \"2026-04-24T10:10:58.928563+00:00\",\n            \"users\": {\n                \"name\": \"BLOCK PATRATU\",\n                \"email\": \"kumarronit739@gmail.com\"\n            }\n        },\n        {\n            \"id\": \"87ad8840-879b-4fd6-b84d-f5636c880ac5\",\n            \"owner_id\": \"07a3434b-6ee6-48f3-a417-10816211ec36\",\n            \"shop_name\": \"Admin User Pharmacy\",\n            \"shop_address\": \"Mumbai, Maharashtra\",\n            \"contact_number\": \"9876543210\",\n            \"license_number\": null,\n            \"verification_status\": \"pending\",\n            \"rating\": 4.5,\n            \"image_url\": null,\n            \"city\": \"Mumbai\",\n            \"state\": \"Maharashtra\",\n            \"created_at\": \"2026-04-24T10:23:33.917976+00:00\",\n            \"users\": {\n                \"name\": \"Admin User\",\n                \"email\": \"admin@medcompare.com\"\n            }\n        },\n        {\n            \"id\": \"52b051b4-5ddd-4c22-b5cf-ddc474bc3abc\",\n            \"owner_id\": \"6c0d33cd-a3b5-4908-b388-2436f90b15ac\",\n            \"shop_name\": \"Rahul Verma Pharmacy\",\n            \"shop_address\": \"Mumbai, Maharashtra\",\n            \"contact_number\": \"9876543210\",\n            \"license_number\": null,\n            \"verification_status\": \"pending\",\n            \"rating\": 4.5,\n            \"image_url\": null,\n            \"city\": \"Mumbai\",\n            \"state\": \"Maharashtra\",\n            \"created_at\": \"2026-04-24T10:23:35.293963+00:00\",\n            \"users\": {\n                \"name\": \"Rahul Verma\",\n                \"email\": \"rahul@user.com\"\n            }\n        },\n        {\n            \"id\": \"1182a84c-a10b-4506-ac43-1032792443c2\",\n            \"owner_id\": \"572528a3-08f3-4b98-9a51-90a6962a89c4\",\n            \"shop_name\": \"BLOCK PATRATU Pharmacy\",\n            \"shop_address\": \"Mumbai, Maharashtra\",\n            \"contact_number\": \"+917667495945\",\n            \"license_number\": null,\n            \"verification_status\": \"pending\",\n            \"rating\": 4.5,\n            \"image_url\": null,\n            \"city\": \"Mumbai\",\n            \"state\": \"Maharashtra\",\n            \"created_at\": \"2026-04-24T10:23:35.796457+00:00\",\n            \"users\": {\n                \"name\": \"BLOCK PATRATU\",\n                \"email\": \"ronitdivya9@gmail.com\"\n            }\n        },\n        {\n            \"id\": \"8dceff45-7bed-42fe-8483-1199e26ff79f\",\n            \"owner_id\": \"fe0de870-4ef4-4062-a38a-3b1d9b6655e5\",\n            \"shop_name\": \"Ronit Kumar soni Pharmacy\",\n            \"shop_address\": \"Mumbai, Maharashtra\",\n            \"contact_number\": \"9876543210\",\n            \"license_number\": null,\n            \"verification_status\": \"pending\",\n            \"rating\": 4.5,\n            \"image_url\": null,\n            \"city\": \"Mumbai\",\n            \"state\": \"Maharashtra\",\n            \"created_at\": \"2026-04-24T10:23:36.500225+00:00\",\n            \"users\": {\n                \"name\": \"Ronit Kumar soni\",\n                \"email\": \"ronitkumarsoni.cg@gmail.com\"\n            }\n        },\n        {\n            \"id\": \"250a4284-769a-4feb-938c-ba15e93ec14c\",\n            \"owner_id\": \"d80dd40f-a009-4884-bb47-86003980bbfb\",\n            \"shop_name\": \"My Pharmacy\",\n            \"shop_address\": \"Bandra, Mumbai\",\n            \"contact_number\": null,\n            \"license_number\": null,\n            \"verification_status\": \"pending\",\n            \"rating\": 4.5,\n            \"image_url\": null,\n            \"city\": \"Mumbai\",\n            \"state\": \"Maharashtra\",\n            \"created_at\": \"2026-04-24T10:55:06.982916+00:00\",\n            \"users\": {\n                \"name\": \"BLOCK PATRATU\",\n                \"email\": \"repaki4053@soppat.com\"\n            }\n        },\n        {\n            \"id\": \"634c0f3b-c6c4-4ac9-b557-99d04caedfe6\",\n            \"owner_id\": \"804709de-d20d-4468-a2cb-7395356d0ae7\",\n            \"shop_name\": \"Mera Medical Store\",\n            \"shop_address\": \"Delhi\",\n            \"contact_number\": \"9988776655\",\n            \"license_number\": null,\n            \"verification_status\": \"pending\",\n            \"rating\": 4.5,\n            \"image_url\": null,\n            \"city\": \"Delhi\",\n            \"state\": \"Delhi\",\n            \"created_at\": \"2026-05-01T07:35:08.230574+00:00\",\n            \"users\": {\n                \"name\": \"Test Pharma\",\n                \"email\": \"testpharma2@example.com\"\n            }\n        },\n        {\n            \"id\": \"e812ecc5-99c0-4b0f-a5f6-2ecffbdc0b74\",\n            \"owner_id\": \"88861a60-bac5-4791-874a-b5eeb76bec86\",\n            \"shop_name\": \"Mera Super Medical Store\",\n            \"shop_address\": \"Naya Pata, Mumbai\",\n            \"contact_number\": \"8899001122\",\n            \"license_number\": null,\n            \"verification_status\": \"pending\",\n            \"rating\": 4.5,\n            \"image_url\": null,\n            \"city\": \"Mumbai\",\n            \"state\": \"Maharashtra\",\n            \"created_at\": \"2026-05-01T07:26:53.219894+00:00\",\n            \"users\": {\n                \"name\": \"Amit Pharmacy Wala\",\n                \"email\": \"amit_pharma@example.com\"\n            }\n        }\n    ]\n}"}],"_postman_id":"06564714-5dd1-418a-90c5-d0565e525d74"}],"id":"733a1442-ccd3-4062-8315-e7766c1e44da","_postman_id":"733a1442-ccd3-4062-8315-e7766c1e44da","description":""},{"name":"PUT Requests","item":[{"name":"Verify/Update Pharmacy","id":"8f256bec-2dfa-41ee-a748-01fd71328602","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"status\": \"verified\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/admin/pharmacies/e812ecc5-99c0-4b0f-a5f6-2ecffbdc0b74/verify","urlObject":{"protocol":"http","port":"5000","path":["api","admin","pharmacies","e812ecc5-99c0-4b0f-a5f6-2ecffbdc0b74","verify"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"15190e23-636e-456d-a2d8-d8365f9802b2","name":"Verify/Update Pharmacy","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"status\": \"verified\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/admin/pharmacies/e812ecc5-99c0-4b0f-a5f6-2ecffbdc0b74/verify"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Resource-Policy","value":"cross-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"195"},{"key":"Date","value":"Fri, 01 May 2026 08:30:06 GMT"},{"key":"X-RateLimit-Reset","value":"1777624544"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"394"},{"key":"ETag","value":"W/\"18a-DFhPZCtcxXimQKgIzFn+fMmPxEs\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"e812ecc5-99c0-4b0f-a5f6-2ecffbdc0b74\",\n        \"owner_id\": \"88861a60-bac5-4791-874a-b5eeb76bec86\",\n        \"shop_name\": \"Mera Super Medical Store\",\n        \"shop_address\": \"Naya Pata, Mumbai\",\n        \"contact_number\": \"8899001122\",\n        \"license_number\": null,\n        \"verification_status\": \"verified\",\n        \"rating\": 4.5,\n        \"image_url\": null,\n        \"city\": \"Mumbai\",\n        \"state\": \"Maharashtra\",\n        \"created_at\": \"2026-05-01T07:26:53.219894+00:00\"\n    }\n}"}],"_postman_id":"8f256bec-2dfa-41ee-a748-01fd71328602"}],"id":"eb34a76c-4461-4f0e-987e-6d68d78f2e68","_postman_id":"eb34a76c-4461-4f0e-987e-6d68d78f2e68","description":""}],"id":"58de3003-fa82-47d8-b839-2fde0e915206","_postman_id":"58de3003-fa82-47d8-b839-2fde0e915206","description":""},{"name":"Dashboard APIs","item":[{"name":"GET Requests","item":[{"name":"Get Dashboard Stats","id":"adf62ba5-3b8e-436f-b7a7-003921dd42df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/dashboard/stats","urlObject":{"protocol":"http","port":"5000","path":["api","dashboard","stats"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"aaad6625-7e23-4a66-a346-1b46da7ce0d5","name":"Get Dashboard Stats","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/dashboard/stats"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Resource-Policy","value":"cross-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"193"},{"key":"Date","value":"Fri, 01 May 2026 08:32:14 GMT"},{"key":"X-RateLimit-Reset","value":"1777624544"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1006"},{"key":"ETag","value":"W/\"3ee-juTvI7bfBKotzNRXeS2r3r28Xfs\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"welcomeMessage\": \"Welcome back, Super\",\n        \"stats\": {\n            \"totalSavings\": {\n                \"value\": 12482,\n                \"change\": \"+14.2% from last month\"\n            },\n            \"recentSearch\": {\n                \"name\": \"No recent searches\",\n                \"time\": \"Start searching now\"\n            },\n            \"watchlistCount\": {\n                \"value\": 0,\n                \"alerts\": 3\n            }\n        },\n        \"trendData\": [\n            40,\n            60,\n            55,\n            85,\n            95,\n            20\n        ],\n        \"liveComparisons\": [\n            {\n                \"id\": \"e75e60e7-9b1d-41e2-97ce-b0165c62c97e\",\n                \"name\": \"Amitone 10mg Tablet\",\n                \"dosageForm\": \"strip of 10 tablets\",\n                \"pharmaciesCount\": 4,\n                \"price\": 16.09,\n                \"status\": \"Stable\",\n                \"img\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\"\n            },\n            {\n                \"id\": \"75b2404c-6be6-497a-984f-2813f93c9554\",\n                \"name\": \"Atorlip 10 Tablet\",\n                \"dosageForm\": \"strip of 15 tablets\",\n                \"pharmaciesCount\": 4,\n                \"price\": 77.76,\n                \"status\": \"Stable\",\n                \"img\": \"https://images.unsplash.com/photo-1628771065518-0d82f159f96d?q=80&w=600\"\n            },\n            {\n                \"id\": \"7f53e911-34d2-4c82-b83b-5f5dc69c69d9\",\n                \"name\": \"Cough Syrup\",\n                \"dosageForm\": \"Syrup\",\n                \"pharmaciesCount\": 4,\n                \"price\": 87.4,\n                \"status\": \"Stable\",\n                \"img\": \"https://images.unsplash.com/photo-1603398938378-e54eab446f91?q=80&w=600\"\n            }\n        ]\n    }\n}"}],"_postman_id":"adf62ba5-3b8e-436f-b7a7-003921dd42df"},{"name":"Get Watchlist","id":"912088d3-3491-4bda-9127-bca402947751","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/dashboard/watchlist","urlObject":{"protocol":"http","port":"5000","path":["api","dashboard","watchlist"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f7ed9d8e-18f3-45d4-ad80-577b58a5a596","name":"Get Watchlist","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/dashboard/watchlist"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Resource-Policy","value":"cross-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"191"},{"key":"Date","value":"Fri, 01 May 2026 08:33:21 GMT"},{"key":"X-RateLimit-Reset","value":"1777624544"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1203"},{"key":"ETag","value":"W/\"4b3-egwJl2dI8+Gfpde3yeTn5ZE+MPA\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"count\": 2,\n    \"data\": [\n        {\n            \"id\": \"1\",\n            \"name\": \"Lipitor 20mg\",\n            \"description\": \"Atorvastatin Calcium • 30 Tablets • Generic Equivalent Available\",\n            \"image\": \"https://lh3.googleusercontent.com/aida-public/AB6AXuAvPYSIPKuqROD0_qPzJuG9JAPtdWKp5iCHBZZzcS8YLAf62hCOaIIcqNUQV1pvnLeLKdM5ls4_akmUIvapx1KSjE3raQ1FdiHWAU-dl60aSKZ8Qb4b_ZhVjmyh20k7lI3bZ320q6srymx4RkLtzwHb-lPKSVldF4s35t-Y0HkqbM8A_Pb1tndlKdxajP0Rb-x-kx3g7RGZ97VPpToPK0bjvSL01h6y5dYqAxMmterjnELxKrQTWlZWFBoX2HyrAOrDwNTeie3P8Uoi\",\n            \"tags\": [\n                \"Prescription Required\",\n                \"12% Price Drop\"\n            ],\n            \"lowestPrice\": 142.5,\n            \"targetPrice\": 144.99,\n            \"targetPharmacy\": \"Apollo Pharmacy\"\n        },\n        {\n            \"id\": \"2\",\n            \"name\": \"Ventolin HFA\",\n            \"description\": \"Albuterol Sulfate • 90mcg Inhaler\",\n            \"image\": \"https://lh3.googleusercontent.com/aida-public/AB6AXuBPlOhMsZDhG4XfjCr01i5-gwXND0DODmWMPUFVDRtskX_VGY9FLepkA5aYeTfttIjkTBH9jEhScA0SoYrhKN3zQYmwelp21oo-_wzL3znWe4nmaVhzFW8cf1Escy-18lOU3tI63c-jZhOejL2cYEwHFMKrJ26TEdQgJYiUSk73Y10KGas0maFcZMQgoZ_4QAGqj-EVdcZKZx9n6aHaQUAUFAMoRwvpIE0g9nINtEEj0KgSq4DEjzYDOFlRqRGyEGKkrxhAaEWSwz5S\",\n            \"tags\": [\n                \"Back in Stock\"\n            ],\n            \"alert\": \"Alert triggered 4h ago\",\n            \"delivery\": \"Free Next-Day\",\n            \"deliverySource\": \"Via Apollo 24/7\",\n            \"copay\": 150,\n            \"insurance\": \"With Star Health Insurance\"\n        }\n    ]\n}"}],"_postman_id":"912088d3-3491-4bda-9127-bca402947751"}],"id":"8a4dea88-f8f2-4110-ac13-44a7f526f4aa","_postman_id":"8a4dea88-f8f2-4110-ac13-44a7f526f4aa","description":""}],"id":"8a88e11d-65a5-480a-9a69-04e8e1c4152f","_postman_id":"8a88e11d-65a5-480a-9a69-04e8e1c4152f","description":""},{"name":"Upload APIs","item":[{"name":"POST Requests","item":[{"name":"Upload Single Image","id":"9574a6c1-b569-4f88-ba5d-f871c422e8f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","uuid":"9fead360-bd6b-4669-9d7b-6d01f07adfec","src":"/C:/Users/ADMIN/Downloads/shopping.webp"}]},"url":"http://localhost:5000/api/uploads/image","urlObject":{"protocol":"http","port":"5000","path":["api","uploads","image"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"65087dcb-b39a-4b6c-9ec9-bf45e3b93d14","name":"Upload Single Image","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","uuid":"9fead360-bd6b-4669-9d7b-6d01f07adfec","src":"/C:/Users/ADMIN/Downloads/shopping.webp"}]},"url":"http://localhost:5000/api/uploads/image"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Resource-Policy","value":"cross-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"197"},{"key":"Date","value":"Fri, 01 May 2026 08:39:20 GMT"},{"key":"X-RateLimit-Reset","value":"1777625236"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"124"},{"key":"ETag","value":"W/\"7c-7PIEsuf/J3eVflFlonHwDfwrLl0\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": \"https://res.cloudinary.com/dz9bd0xc2/image/upload/v1777624764/medcompare/kkxuusmpacshdjbsbmka.webp\"\n}"}],"_postman_id":"9574a6c1-b569-4f88-ba5d-f871c422e8f4"},{"name":"Upload Multi Images","id":"2af3a0cf-b42c-4679-b08a-daca6821ff77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"images","type":"file","uuid":"dd1ef4d8-8f5e-4856-aa49-ea5ba07c206c","src":"/C:/Users/ADMIN/Downloads/shopping 3.webp"},{"key":"images","type":"file","uuid":"cc10bf80-7c80-4868-a818-e7df579408d6","src":"/C:/Users/ADMIN/Downloads/shopping 2.webp"},{"key":"images","type":"file","uuid":"bbc0c05e-e468-4882-8174-ce89e1f11c44","src":"/C:/Users/ADMIN/Downloads/rivatal.webp"}]},"url":"http://localhost:5000/api/uploads/images","urlObject":{"protocol":"http","port":"5000","path":["api","uploads","images"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"65b55683-a027-4717-a600-b7b8ae160d9f","name":"Upload Multi Images","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"images","type":"file","uuid":"dd1ef4d8-8f5e-4856-aa49-ea5ba07c206c","src":"/C:/Users/ADMIN/Downloads/shopping 3.webp"},{"key":"images","type":"file","uuid":"cc10bf80-7c80-4868-a818-e7df579408d6","src":"/C:/Users/ADMIN/Downloads/shopping 2.webp"},{"key":"images","type":"file","uuid":"bbc0c05e-e468-4882-8174-ce89e1f11c44","src":"/C:/Users/ADMIN/Downloads/rivatal.webp"}]},"url":"http://localhost:5000/api/uploads/images"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Resource-Policy","value":"cross-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"194"},{"key":"Date","value":"Fri, 01 May 2026 08:45:02 GMT"},{"key":"X-RateLimit-Reset","value":"1777625236"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"328"},{"key":"ETag","value":"W/\"148-ULdYz6JoAvhcYv3tLB2Fj1HQAhc\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        \"https://res.cloudinary.com/dz9bd0xc2/image/upload/v1777625106/medcompare/lik5duall56wrpxrqbkl.webp\",\n        \"https://res.cloudinary.com/dz9bd0xc2/image/upload/v1777625106/medcompare/mdvk544uzjyeksxvdmne.webp\",\n        \"https://res.cloudinary.com/dz9bd0xc2/image/upload/v1777625105/medcompare/wemyb2lm4yvx6mind4vv.webp\"\n    ]\n}"}],"_postman_id":"2af3a0cf-b42c-4679-b08a-daca6821ff77"},{"name":"Upload Prescription","id":"bdd072d3-0745-4f38-8e79-727f08ada112","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"prescription","type":"file","uuid":"90a8587d-e265-4b29-938e-1c0d25113e93","src":"/C:/Users/ADMIN/Downloads/shopping4.webp"}]},"url":"http://localhost:5000/api/uploads/prescription","urlObject":{"protocol":"http","port":"5000","path":["api","uploads","prescription"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b7eb62d0-49ad-4b45-9d11-9710b5e38e9a","name":"Upload Prescription","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"prescription","type":"file","uuid":"90a8587d-e265-4b29-938e-1c0d25113e93","src":"/C:/Users/ADMIN/Downloads/shopping4.webp"}]},"url":"http://localhost:5000/api/uploads/prescription"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Resource-Policy","value":"cross-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"198"},{"key":"Date","value":"Fri, 01 May 2026 08:49:13 GMT"},{"key":"X-RateLimit-Reset","value":"1777625939"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"124"},{"key":"ETag","value":"W/\"7c-vKuuaQ2l+P+dt3V5vuZ5vDWceyA\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": \"https://res.cloudinary.com/dz9bd0xc2/image/upload/v1777625356/medcompare/apw0vhe5gvjvzwmnagnp.webp\"\n}"}],"_postman_id":"bdd072d3-0745-4f38-8e79-727f08ada112"}],"id":"e22b34dc-081c-4fdb-91c6-7ab4e4e9a040","_postman_id":"e22b34dc-081c-4fdb-91c6-7ab4e4e9a040","description":""}],"id":"4250d5ce-6a91-46c7-a8b1-6ab6c7c29d7e","_postman_id":"4250d5ce-6a91-46c7-a8b1-6ab6c7c29d7e","description":""},{"name":"Chat AI APIs","item":[{"name":"POST Requests","item":[{"name":"Handle AI Chat","id":"2976b1ac-833e-4cde-9447-f411d5f1d8f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"message\": \"Hi, what is MedCompare?\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/chat","urlObject":{"protocol":"http","port":"5000","path":["api","chat"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6980ea49-427b-4fc4-8d4c-47fc638ad9e6","name":"Handle AI Chat","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"message\": \"Hi, what is MedCompare?\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/chat"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Resource-Policy","value":"cross-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"199"},{"key":"Date","value":"Fri, 01 May 2026 09:01:25 GMT"},{"key":"X-RateLimit-Reset","value":"1777626686"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"359"},{"key":"ETag","value":"W/\"167-zGk6C5fNToCb11ud6jGyoUYhdZs\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"reply\": \"Hi there! I'm MedCompare Assistant, powered by Google Gemini.\\n\\nMedCompare is a healthcare platform in India designed to bring transparency to medicine pricing. It helps users compare medicine prices across verified local pharmacies like Apollo, Netmeds, Tata 1mg, and more, allowing you to save money on your medications.\"\n    }\n}"}],"_postman_id":"2976b1ac-833e-4cde-9447-f411d5f1d8f3"}],"id":"b39db529-0a11-4c58-81ef-6b4b857c5ee4","_postman_id":"b39db529-0a11-4c58-81ef-6b4b857c5ee4","description":""}],"id":"411bbf99-f898-4012-837f-0f43acf273ec","_postman_id":"411bbf99-f898-4012-837f-0f43acf273ec","description":""}],"variable":[{"key":"baseUrl","value":"http://localhost:5000","type":"string"},{"key":"token","value":"","type":"string"}]}