User Story
- Get vendor based on their id
REST API
JSON Structure
[
{
"id": "string",
"createdAt": "2024-07-29T16:21:56.611Z",
"updatedAt": "2024-07-29T16:21:56.611Z",
"name": "string",
"gstin": "string",
"address": "string",
"phone": "string",
"whatsapp": "string",
"alternatePhone": "string",
"representative": "string",
"notes": "string"
}
]