{
"status": 200,
"message": "Affiliates fetched successfully",
"data": {
"items": [
{
"id": "3f6a9c1e-8b44-4c6e-9d4f-2e6b8f4a1c92",
"email": "john@example.com",
"firstName": "John",
"lastName": "Doe",
"status": "active",
"workspaceId": "5bb8cbe6-67dc-4b07-853e-7ca5454f8512",
"createdAt": "2025-01-15T10:30:00.000Z",
"updatedAt": "2025-01-15T10:30:00.000Z"
}
],
"pagination": {
"page": 1,
"limit": 25,
"total": 1,
"totalPages": 1
}
}
}