X-API-Key: ********************curl --location 'http://email2.ymb1668.com/api/ms-mail/accounts/assigned?page=undefined&limit=undefined&status=undefined&search=undefined' \
--header 'X-API-Key: <api-key>'{
"success": true,
"data": [
{
"id": 1,
"email": "user@outlook.com",
"provider": "outlook",
"transport": "graph",
"imported_at": "2019-08-24T14:15:22.123Z",
"expires_at": "2019-08-24T14:15:22.123Z",
"status": "active",
"batch_id": "batch-001",
"bound_user_key_id": 101,
"bound_at": "2019-08-24T14:15:22.123Z",
"is_fetch_broken": false,
"is_verified": true,
"verified_at": "2019-08-24T14:15:22.123Z",
"last_verify_status": "success",
"refresh_token_updated_at": "2019-08-24T14:15:22.123Z",
"refresh_token_update_count": 1,
"remark": ""
}
],
"pagination": {
"total": 1,
"page": 1,
"limit": 10,
"totalPages": 1
}
}