{
"data": [
{
"id": 1,
"team_id": 123,
"user_id": 456,
"name": "Acme Wholesalers",
"website": "https://acme.com",
"status": 1,
"type": 1,
"payment_method": [
1,
2
],
"payment_terms": 2,
"currency": "USD",
"contacts": "contact@acme.com",
"contact_name": "John Doe",
"phone": "+1234567890",
"address": "123 Main St, City, State",
"default_prep_center_id": 3,
"note": "Preferred supplier for electronics",
"created_at": "2025-12-22T10:00:00.000000Z",
"updated_at": "2025-12-22T12:30:00.000000Z"
}
],
"pagination": {
"current_page": 1,
"per_page": 25,
"total": 100,
"last_page": 4
}
}