public IHttpActionResult PostDecreaseMaxShape(string username) { MemberData.DecreaseMemberShapeSlot(username); return(Ok()); }