when I execute the command:
curl http://cs-service:5000/swdpconfig/swdp_templateConfigData/robot_framework
the output is:
{
"adm_ts_path": "/data/ngxp_test_automation/bin/admin",
"be_ts_path": "/data/ngxp_test_automation/bin/backend",
"fe_ts_path": "/data/ngxp_test_automation/bin/frontend",
"ip": "40.124.25.232",
"password": "Er1c550n@123",
"port": "22",
"user": "ngxpcdd"
}
Now I want to use the key-value pairs as parameters in my python script. How can I do that