OK
const response = await fetch('//api/users/reset-password', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "code": 0, "message": "text", "data": "text", "success": false }