@melodic-ocean-83158 Hi Mario, how are you? Excuse me, I was going to ask you something. in the code that you sent me to have credentials by environment, how can this code be modified so that it works if I have an environment (prod, dev and qa) .
{
"user": {},
"environment": "prod",
"userProd" : {
"username": "username",
"password": "XXXXXXX"
},
"userDev": {
"username": "username",
"password": "Prosegur2022$"
}
}