OK
const response = await fetch('//api/users/me', { method: 'GET', headers: {}, }); const data = await response.json();
{ "message": "text", "success": false }