Last updated 1 year ago
OK
const response = await fetch('//api/users/newUserGuidanceShown', { method: 'PUT', headers: {}, }); const data = await response.json();
{ "message": "text", "data": false, "success": false }