true, 'message' => 'Invite sent successfully!']; } else { $response = ['success' => false, 'message' => 'Failed to send invite.']; } header('Content-Type: application/json'); echo json_encode($response); exit();}?>

Invite Contacts