0 items
const res = await fetch(`$API_BASE/register`, method: 'POST', headers: 'Content-Type': 'application/json' , body: JSON.stringify( name, email, password ) );