fetch('phones.json',{
method: "POST",
headers:{
Accept: 'application/json',
'Content-Type': 'application/json',
},
body:JSON.stringify({
email:"jjj@test.com",
password: "12345",
}),
}).then...