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