package responses type PostMembresResponse struct { Response Data struct { MembresInserted int64 } } type PostProgrammesResponse struct { Response Data struct { ProgrammesInserted int64 } }