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