{
"error": false,
"status_code": 200,
"message": "Success",
"data": {
"token_required": "No auth token",
"invalid_token_signature": "Invalid token signature",
"no_user_with_token": "No user associated with this token",
"invalid_practice_code": "Invalid Practice code provided",
"event_not_found": "Event not found",
"event_created": "Event has been created",
"event_updated": "Event has been updated",
"event_deleted": "Event has been deleted",
"event_id_is_required": "Event id is required",
"contact_not_found": "Contact not found",
"contact_found": "Contact already registered with this email",
"contact_created": "Contact has been created",
"contact_updated": "Contact has been updated",
"contact_id_is_required": "Contact id is required",
"agent_not_found": "Agent not found",
"agent_created": "Agent has been created",
"agent_updated": "Agent has been updated",
"agent_id_is_required": "Agent id is required",
"agent_found": "Agent already registered with this email",
"agent_deleted": "Agent has been deleted successfully",
"contact_deleted": "Contact has been deleted successfully",
"user_deleted": "User has been deleted successfully",
"user_not_found": "User info not found"
}
}