V
Size: a a a
V
u
u
url="http://172.16.83.1/web/user";
data = {
"profile[login]": "qwerty2",
"profile[password]": 2,
"token": token
};
alldata={
headers:{"content-type":"application/json; charset=UTF-8"},
body:data,
method:"POST"
};
fetch(url,alldata)
.then(function(response){console.log(response)})
.then(data=>{return data})
.then(res=>{console.log(res)})
u
u
T
SN

SN
Н
VS
VS
SN
F
VS
VS
VS
VS
B
VS
VS