reject
suspend fun OrganizationMembershipRequest.reject(): ClerkResult<OrganizationMembershipRequest, ClerkErrorResponse>
Rejects this organization membership request.
This function will reject the membership request, denying the user access to join the organization. The request status will be updated accordingly.
Return
A ClerkResult containing either the updated OrganizationMembershipRequest on success, or a ClerkErrorResponse on failure.