I have list of categories. each category is like this:
{
id,
name,
info
}
I want to loop through the list and change eat category's info after a http get request. i have searched and read the similar questions but nothing is working. the info always have it's initial value