// http://localhost:8000/api/lg-connection/clean-visualization
{
"host": "192.168.29.239",
"sshPort": "2222",
"username": "lg",
"password": "lg",
"numberofrigs": "3",
"kml": "VolTrac1The logo it located in the bottom left hand cornertagsVolTrachttps://raw.githubusercontent.com/LiquidGalaxyLAB/LG-AI-fictional-travel-itinerary-generator/refs/heads/master/Lg_ai_travel_itineary_splash.png"
}
Import the curl directly
curl --location 'http://localhost:8000/api/lg-connection/clean-visualization' \
--header 'Content-Type: application/json' \
--data '{
"host": "192.168.29.239",
"sshPort": "2222",
"username": "lg",
"password": "lg",
"numberofrigs": "3",
"kml": "VolTrac1The logo it located in the bottom left hand cornertagsVolTrachttps://raw.githubusercontent.com/LiquidGalaxyLAB/LG-AI-fictional-travel-itinerary-generator/refs/heads/master/Lg_ai_travel_itineary_splash.png"
}
'