curl --location --request GET 'https://api.zapmail.ai/api/v2/exports/accounts/third-party?x-auth-zapmail&x-workspace-key&x-service-provider&app'{
"status": 200,
"message": "Accounts fetched",
"data": {
"accounts": [
{
"id": "uuid",
"accountId": "uuid",
"email": "user@example.com",
"apiKey": null,
"appName": "INSTANTLY",
"selectedOrgId": null,
"error": null,
"createdAt": "2024-01-01T00:00:00.000Z",
"updatedAt": "2024-01-01T00:00:00.000Z"
}
]
}
}