OK
const response = await fetch('//api/organizations/{orgId}/leave', { method: 'DELETE', headers: {}, }); const data = await response.json();
{ "code": 0, "message": "text", "data": false, "success": false }