{
"success": true,
"message": "User details fetched successfully",
"data": {
"userId": "text",
"firstname": "text",
"lastname": "text",
"email": "james@hotmail.com",
"phone": "text",
"workspaceName": "text",
"workspaceId": "text",
"limits": {
"totalDailyExecutionTimeLeft": 1,
"totalMonthlyExecutionTimeLeft": 1,
"emailEnrichmentsLeft": 1
}
}
}