Update python dictionary value as a list of strings enclosed within double quotes
I am trying to call a post request using python where the body is a dictionary in which one parameter has to change based on the values of a list.
Update api body for post request using values enclosed with double quotes from python list
I am trying to call a post request using python where the body is a dictionary in which one parameter has to change based on the values of a list.