Как добавить объект в массив в json-server/ axios в react
"usersData": [
{
"id": 0,
"email": "[email protected]",
"password": "qwerty1",
"name": "John Smith",
"image": "image/photoUser.png",
"friends": []
}
]
как добавить объект в массив friends через json-server и axios